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_CiTREC Union Reference

Transmit/Receive Error Count Register. More...

#include <mcp2518fd_can_dfs.h>

Public Attributes

struct { 
 
   uint32_t   RxErrorCount: 8 
 
   uint32_t   TxErrorCount: 8 
 
   uint32_t   ErrorStateWarning: 1 
 
   uint32_t   RxErrorStateWarning: 1 
 
   uint32_t   TxErrorStateWarning: 1 
 
   uint32_t   RxErrorStatePassive: 1 
 
   uint32_t   TxErrorStatePassive: 1 
 
   uint32_t   TxErrorStateBusOff: 1 
 
   uint32_t   unimplemented1: 10 
 
bF 
 
uint32_t word
 
uint8_t byte [4]
 

Detailed Description

Transmit/Receive Error Count Register.

Member Data Documentation

◆ [struct]

struct { ... } _REG_CiTREC::bF

◆ byte

uint8_t _REG_CiTREC::byte[4]

◆ ErrorStateWarning

uint32_t _REG_CiTREC::ErrorStateWarning

◆ RxErrorCount

uint32_t _REG_CiTREC::RxErrorCount

◆ RxErrorStatePassive

uint32_t _REG_CiTREC::RxErrorStatePassive

◆ RxErrorStateWarning

uint32_t _REG_CiTREC::RxErrorStateWarning

◆ TxErrorCount

uint32_t _REG_CiTREC::TxErrorCount

◆ TxErrorStateBusOff

uint32_t _REG_CiTREC::TxErrorStateBusOff

◆ TxErrorStatePassive

uint32_t _REG_CiTREC::TxErrorStatePassive

◆ TxErrorStateWarning

uint32_t _REG_CiTREC::TxErrorStateWarning

◆ unimplemented1

uint32_t _REG_CiTREC::unimplemented1

◆ word

uint32_t _REG_CiTREC::word

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