![]() |
CAN Bus Soldered Arduino Library 1.0.0
This is a library for the MCP2518 Can Bus Breakout by Soldered
|
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] |
ECC Control Register.
| struct { ... } _REG_ECCCON::bF |
| uint8_t _REG_ECCCON::byte[4] |
| uint32_t _REG_ECCCON::DEDIE |
| uint32_t _REG_ECCCON::EccEn |
| uint32_t _REG_ECCCON::Parity |
| uint32_t _REG_ECCCON::SECIE |
| uint32_t _REG_ECCCON::unimplemented1 |
| uint32_t _REG_ECCCON::unimplemented2 |
| uint32_t _REG_ECCCON::word |