piMCP2515
A library for controlling an MCP2515 on the Raspberry Pi and Raspberry Pi Pico
Loading...
Searching...
No Matches
RX STATUS SPI command flags.

These definitions hold the flags in the result of an RX STATUS SPI command. More...

Macros

#define PI_MCP2515_RX_STATUS_RCV_RXB0   0x40
 RXB0 has a message.
#define PI_MCP2515_RX_STATUS_RCV_RXB1   0x80
 RXB1 has a message.
#define PI_MCP2515_RX_STATUS_RCV_ALL   0xc0
 Both RX buffers have messages. A bitwise OR of both RXBn flags.
#define PI_MCP2515_RX_STATUS_RTR   0x08
#define PI_MCP2515_RX_STATUS_EID   0x10

Detailed Description

These definitions hold the flags in the result of an RX STATUS SPI command.