CAN Bus Soldered Arduino Library 1.0.0
This is a library for the MCP2518 Can Bus Breakout by Soldered
Loading...
Searching...
No Matches
_REG_CiFIFOSTA Union Reference

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]
 

Detailed Description

FIFO Status Register.

Member Data Documentation

◆ byte

uint8_t _REG_CiFIFOSTA::byte[4]

◆ FifoIndex

uint32_t _REG_CiFIFOSTA::FifoIndex

◆ [struct]

struct { ... } _REG_CiFIFOSTA::rxBF

◆ RxFullIF

uint32_t _REG_CiFIFOSTA::RxFullIF

◆ RxHalfFullIF

uint32_t _REG_CiFIFOSTA::RxHalfFullIF

◆ RxNotEmptyIF

uint32_t _REG_CiFIFOSTA::RxNotEmptyIF

◆ RxOverFlowIF

uint32_t _REG_CiFIFOSTA::RxOverFlowIF

◆ TxAborted

uint32_t _REG_CiFIFOSTA::TxAborted

◆ TxAttemptIF

uint32_t _REG_CiFIFOSTA::TxAttemptIF

◆ [struct]

struct { ... } _REG_CiFIFOSTA::txBF

◆ TxEmptyIF

uint32_t _REG_CiFIFOSTA::TxEmptyIF

◆ TxError

uint32_t _REG_CiFIFOSTA::TxError

◆ TxHalfFullIF

uint32_t _REG_CiFIFOSTA::TxHalfFullIF

◆ TxLostArbitration

uint32_t _REG_CiFIFOSTA::TxLostArbitration

◆ TxNotFullIF

uint32_t _REG_CiFIFOSTA::TxNotFullIF

◆ unimplemented1

uint32_t _REG_CiFIFOSTA::unimplemented1

◆ unimplemented2

uint32_t _REG_CiFIFOSTA::unimplemented2

◆ word

uint32_t _REG_CiFIFOSTA::word

The documentation for this union was generated from the following file: