![]() |
CAN Bus Soldered Arduino Library 1.0.0
This is a library for the MCP2518 Can Bus Breakout by Soldered
|
Oscillator Control Register. More...
#include <mcp2518fd_can_dfs.h>
Public Attributes | ||
struct { | ||
uint32_t PllEnable: 1 | ||
uint32_t unimplemented1: 1 | ||
uint32_t OscDisable: 1 | ||
uint32_t unimplemented2: 1 | ||
uint32_t LowPowerModeEnable: 1 | ||
uint32_t SCLKDIV: 1 | ||
uint32_t CLKODIV: 2 | ||
uint32_t unimplemented3: 1 | ||
uint32_t PllReady: 1 | ||
uint32_t unimplemented4: 1 | ||
uint32_t OscReady: 1 | ||
uint32_t unimplemented5: 1 | ||
uint32_t SclkReady: 1 | ||
uint32_t unimplemented6: 19 | ||
} | bF | |
uint32_t | word | |
uint8_t | byte [4] | |
Oscillator Control Register.
struct { ... } _REG_OSC::bF |
uint8_t _REG_OSC::byte[4] |
uint32_t _REG_OSC::CLKODIV |
uint32_t _REG_OSC::LowPowerModeEnable |
uint32_t _REG_OSC::OscDisable |
uint32_t _REG_OSC::OscReady |
uint32_t _REG_OSC::PllEnable |
uint32_t _REG_OSC::PllReady |
uint32_t _REG_OSC::SCLKDIV |
uint32_t _REG_OSC::SclkReady |
uint32_t _REG_OSC::unimplemented1 |
uint32_t _REG_OSC::unimplemented2 |
uint32_t _REG_OSC::unimplemented3 |
uint32_t _REG_OSC::unimplemented4 |
uint32_t _REG_OSC::unimplemented5 |
uint32_t _REG_OSC::unimplemented6 |
uint32_t _REG_OSC::word |