NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pwm_rx.h File Reference
#include "../config/pwm_rx.h"
Include dependency graph for pwm_rx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PPM_RCVR_TIMEOUT   0
 

Functions

void ppmInConfig (const struct timerHardware_s *timerHardwarePtr)
 
void pwmInConfig (const struct timerHardware_s *timerHardwarePtr, uint8_t channel)
 
uint16_t pwmRead (uint8_t channel)
 
uint16_t ppmRead (uint8_t channel)
 
bool isPPMDataBeingReceived (void)
 
void resetPPMDataReceivedState (void)
 
void pwmRxInit (void)
 
bool isPWMDataBeingReceived (void)
 

Macro Definition Documentation

#define PPM_RCVR_TIMEOUT   0

Function Documentation

bool isPPMDataBeingReceived ( void  )
bool isPWMDataBeingReceived ( void  )
void ppmInConfig ( const struct timerHardware_s timerHardwarePtr)
uint16_t ppmRead ( uint8_t  channel)
void pwmInConfig ( const struct timerHardware_s timerHardwarePtr,
uint8_t  channel 
)
uint16_t pwmRead ( uint8_t  channel)
void pwmRxInit ( void  )
void resetPPMDataReceivedState ( void  )