piMCP2515
A library for controlling an MCP2515 on the Raspberry Pi and Raspberry Pi Pico
Loading...
Searching...
No Matches
EFLG Register Flags.

These definitions hold the flags in the EFLG register. More...

Macros

#define PI_MCP2515_EFLG_EWARN   0x01
#define PI_MCP2515_EFLG_RXWAR   0x02
#define PI_MCP2515_EFLG_TXWAR   0x04
#define PI_MCP2515_EFLG_RXEP   0x08
#define PI_MCP2515_EFLG_TXEP   0x10
#define PI_MCP2515_EFLG_TXBO   0x20
#define PI_MCP2515_EFLG_RX0OVR   0x40
#define PI_MCP2515_EFLG_RX1OVR   0x80
#define PI_MCP2515_EFLG_MASK   0xF8

Detailed Description

These definitions hold the flags in the EFLG register.