Holds the info of a channel. More...
Data Fields | |
| int | overflows |
| Number of overflows occuring since calculation of pulse width. | |
| int | prev |
| The previous level of a capture event (0 = low, >0 = high). | |
| int | start |
| The previous captured value of the timer value from a rising edge. | |
| int | value |
| Average pulse width. | |
Holds the info of a channel.
Definition at line 7 of file rc_receive.h.
Number of overflows occuring since calculation of pulse width.
Definition at line 11 of file rc_receive.h.
Referenced by rcx_init(), rcx_isr(), and rcx_update().
| int RCX_DATA::prev |
The previous level of a capture event (0 = low, >0 = high).
Definition at line 8 of file rc_receive.h.
Referenced by rcx_init(), and rcx_update().
| int RCX_DATA::start |
The previous captured value of the timer value from a rising edge.
Definition at line 9 of file rc_receive.h.
Referenced by rcx_init(), and rcx_update().
| int RCX_DATA::value |
Average pulse width.
Definition at line 10 of file rc_receive.h.
Referenced by rcx_get_chan(), rcx_init(), and rcx_update().
1.6.3