APM:Libraries
|
#include <pwm_in.h>
Public Attributes | |
Handler | handler |
uint32_t | last_pulse |
volatile pulse_buffer | pulses |
uint16_t | last_val |
uint8_t | state |
Pulse | pulse_mem [PULSES_QUEUE_SIZE] |
Handler PPM_State::handler |
Definition at line 51 of file pwm_in.h.
Referenced by pwm_setHandler(), and pwmIRQHandler().
uint32_t PPM_State::last_pulse |
Definition at line 52 of file pwm_in.h.
Referenced by pwmIRQHandler().
uint16_t PPM_State::last_val |
Definition at line 54 of file pwm_in.h.
Referenced by pwmIRQHandler().
Pulse PPM_State::pulse_mem[PULSES_QUEUE_SIZE] |
volatile pulse_buffer PPM_State::pulses |
Definition at line 53 of file pwm_in.h.
Referenced by getPPM_count(), getPPM_Pulse(), pwmInit(), and pwmIRQHandler().
uint8_t PPM_State::state |
Definition at line 55 of file pwm_in.h.
Referenced by pwmInit(), and pwmIRQHandler().