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

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]
 

Detailed Description

Oscillator Control Register.

Member Data Documentation

◆ [struct]

struct { ... } _REG_OSC::bF

◆ byte

uint8_t _REG_OSC::byte[4]

◆ CLKODIV

uint32_t _REG_OSC::CLKODIV

◆ LowPowerModeEnable

uint32_t _REG_OSC::LowPowerModeEnable

◆ OscDisable

uint32_t _REG_OSC::OscDisable

◆ OscReady

uint32_t _REG_OSC::OscReady

◆ PllEnable

uint32_t _REG_OSC::PllEnable

◆ PllReady

uint32_t _REG_OSC::PllReady

◆ SCLKDIV

uint32_t _REG_OSC::SCLKDIV

◆ SclkReady

uint32_t _REG_OSC::SclkReady

◆ unimplemented1

uint32_t _REG_OSC::unimplemented1

◆ unimplemented2

uint32_t _REG_OSC::unimplemented2

◆ unimplemented3

uint32_t _REG_OSC::unimplemented3

◆ unimplemented4

uint32_t _REG_OSC::unimplemented4

◆ unimplemented5

uint32_t _REG_OSC::unimplemented5

◆ unimplemented6

uint32_t _REG_OSC::unimplemented6

◆ word

uint32_t _REG_OSC::word

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