NinjaFlight
|
#include "../config/pwm_rx.h"
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) |
#define PPM_RCVR_TIMEOUT 0 |
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 | ) |