Macro defines for EFLG (documentation p. 47) More...
Defines | |
#define | EFLG_RX1OVR ((uint8_t)(7)) |
RX1OVR. | |
#define | EFLG_RX0OVR ((uint8_t)(6)) |
RX0OVR. | |
#define | EFLG_TXBO ((uint8_t)(5)) |
TXBO. | |
#define | EFLG_TXEP ((uint8_t)(4)) |
TXEP. | |
#define | EFLG_RXEP ((uint8_t)(3)) |
RXEP. | |
#define | EFLG_TXWAR ((uint8_t)(2)) |
TXWAR. | |
#define | EFLG_RXWAR ((uint8_t)(1)) |
RXWAR. | |
#define | EFLG_EWARN ((uint8_t)(0)) |
EWARN. |
Macro defines for EFLG (documentation p. 47)
Address: 2Dh
#define EFLG_EWARN ((uint8_t)(0)) |
EWARN.
Error Warning Flag bit
#define EFLG_RX0OVR ((uint8_t)(6)) |
RX0OVR.
Receive Buffer 0 Overflow Flag bit
#define EFLG_RX1OVR ((uint8_t)(7)) |
RX1OVR.
Receive Buffer 1 Overflow Flag bit
#define EFLG_RXEP ((uint8_t)(3)) |
RXEP.
Receive Error-Passive Flag bit
#define EFLG_RXWAR ((uint8_t)(1)) |
RXWAR.
Receive Error Warning Flag bit
#define EFLG_TXBO ((uint8_t)(5)) |
TXBO.
Bus-off Error Flag bit
#define EFLG_TXEP ((uint8_t)(4)) |
TXEP.
Transmit Error-Passive Flag bit
#define EFLG_TXWAR ((uint8_t)(2)) |
TXWAR.
Transmit Error Warning Flag bit