Bouffalo SDK  1.0
Bouffalolab Software Development Kit
ir rx interrupt status definition
LHAL » IR
Collaboration diagram for ir rx interrupt status definition:

Macros

#define IR_RX_INTSTS_END   (1 << 0)
 
#define IR_RX_INTSTS_FIFO   (1 << 1)
 
#define IR_RX_INTSTS_FER   (1 << 2)
 

Detailed Description

Macro Definition Documentation

◆ IR_RX_INTSTS_END

#define IR_RX_INTSTS_END   (1 << 0)

Definition at line 91 of file bflb_ir.h.

◆ IR_RX_INTSTS_FER

#define IR_RX_INTSTS_FER   (1 << 2)

Definition at line 94 of file bflb_ir.h.

◆ IR_RX_INTSTS_FIFO

#define IR_RX_INTSTS_FIFO   (1 << 1)

Definition at line 93 of file bflb_ir.h.