Device descriptor for the driver. More...
#include <ir_nec.h>
Data Fields | |
gpio_t | pin |
Input pin. | |
isrpipe_t | isrpipe |
Internal pipe for commands. | |
uint32_t | last_rising |
Timestamp of the last rising edge. | |
uint32_t | data |
Data packet being received. | |
uint8_t | read_bits |
Number of bits read so far. More... | |
uint8_t | isrpipe_buf [2 *sizeof(ir_nec_cmd_t)] |
Buffer for the isrpipe. | |
uint8_t ir_nec_t::read_bits |