![]() |
CAN Bus Soldered Arduino Library 1.0.0
This is a library for the MCP2518 Can Bus Breakout by Soldered
|
FIFO Status Register. More...
#include <mcp2518fd_can_dfs.h>
Public Attributes | |
| struct { | |
| uint32_t RxNotEmptyIF: 1 | |
| uint32_t RxHalfFullIF: 1 | |
| uint32_t RxFullIF: 1 | |
| uint32_t RxOverFlowIF: 1 | |
| uint32_t unimplemented1: 4 | |
| uint32_t FifoIndex: 5 | |
| uint32_t unimplemented2: 19 | |
| } | rxBF |
| struct { | |
| uint32_t TxNotFullIF: 1 | |
| uint32_t TxHalfFullIF: 1 | |
| uint32_t TxEmptyIF: 1 | |
| uint32_t unimplemented1: 1 | |
| uint32_t TxAttemptIF: 1 | |
| uint32_t TxError: 1 | |
| uint32_t TxLostArbitration: 1 | |
| uint32_t TxAborted: 1 | |
| uint32_t FifoIndex: 5 | |
| uint32_t unimplemented2: 19 | |
| } | txBF |
| uint32_t | word |
| uint8_t | byte [4] |
FIFO Status Register.
| uint8_t _REG_CiFIFOSTA::byte[4] |
| uint32_t _REG_CiFIFOSTA::FifoIndex |
| struct { ... } _REG_CiFIFOSTA::rxBF |
| uint32_t _REG_CiFIFOSTA::RxFullIF |
| uint32_t _REG_CiFIFOSTA::RxHalfFullIF |
| uint32_t _REG_CiFIFOSTA::RxNotEmptyIF |
| uint32_t _REG_CiFIFOSTA::RxOverFlowIF |
| uint32_t _REG_CiFIFOSTA::TxAborted |
| uint32_t _REG_CiFIFOSTA::TxAttemptIF |
| struct { ... } _REG_CiFIFOSTA::txBF |
| uint32_t _REG_CiFIFOSTA::TxEmptyIF |
| uint32_t _REG_CiFIFOSTA::TxError |
| uint32_t _REG_CiFIFOSTA::TxHalfFullIF |
| uint32_t _REG_CiFIFOSTA::TxLostArbitration |
| uint32_t _REG_CiFIFOSTA::TxNotFullIF |
| uint32_t _REG_CiFIFOSTA::unimplemented1 |
| uint32_t _REG_CiFIFOSTA::unimplemented2 |
| uint32_t _REG_CiFIFOSTA::word |