|
Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
IR RX configuration structure. More...
#include <bflb_ir.h>

Data Fields | |
| uint8_t | rx_mode |
| uint8_t | input_inverse |
| uint8_t | deglitch_enable |
| uint8_t | deglitch_cnt |
| uint16_t | data_threshold |
| uint16_t | end_threshold |
| uint16_t | fifo_threshold |
IR RX configuration structure.
| rx_mode | RX mode select, use ir rx mode definition |
| input_inverse | Enable or disable signal of input inverse |
| deglitch_enable | Enable or disable signal of rx input de-glitch function |
| deglitch_cnt | De-glitch function cycle count |
| data_threshold | Pulse width threshold for logic 0/1 detection (don't care if SWM is enabled) |
| end_threshold | Pulse width threshold to trigger end condition |
| fifo_threshold | RX FIFO threshold |