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

ECC Control Register. More...

#include <mcp2518fd_can_dfs.h>

Public Attributes

struct { 
 
   uint32_t   EccEn: 1 
 
   uint32_t   SECIE: 1 
 
   uint32_t   DEDIE: 1 
 
   uint32_t   unimplemented1: 5 
 
   uint32_t   Parity: 7 
 
   uint32_t   unimplemented2: 17 
 
bF 
 
uint32_t word
 
uint8_t byte [4]
 

Detailed Description

ECC Control Register.

Member Data Documentation

◆ [struct]

struct { ... } _REG_ECCCON::bF

◆ byte

uint8_t _REG_ECCCON::byte[4]

◆ DEDIE

uint32_t _REG_ECCCON::DEDIE

◆ EccEn

uint32_t _REG_ECCCON::EccEn

◆ Parity

uint32_t _REG_ECCCON::Parity

◆ SECIE

uint32_t _REG_ECCCON::SECIE

◆ unimplemented1

uint32_t _REG_ECCCON::unimplemented1

◆ unimplemented2

uint32_t _REG_ECCCON::unimplemented2

◆ word

uint32_t _REG_ECCCON::word

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