pub struct RegisterBlock {Show 16 fields
pub intenclr: INTENCLR,
pub intenset: INTENSET,
pub intflag: INTFLAG,
pub status: STATUS,
pub xoscctrl: XOSCCTRL,
pub osc16mctrl: OSC16MCTRL,
pub dfllctrl: DFLLCTRL,
pub dfllval: DFLLVAL,
pub dfllmul: DFLLMUL,
pub dfllsync: DFLLSYNC,
pub dpllctrla: DPLLCTRLA,
pub dpllratio: DPLLRATIO,
pub dpllctrlb: DPLLCTRLB,
pub dpllpresc: DPLLPRESC,
pub dpllsyncbusy: DPLLSYNCBUSY,
pub dpllstatus: DPLLSTATUS,
/* private fields */
}Expand description
Register block
Fields§
§intenclr: INTENCLR0x00 - Interrupt Enable Clear
intenset: INTENSET0x04 - Interrupt Enable Set
intflag: INTFLAG0x08 - Interrupt Flag Status and Clear
status: STATUS0x0c - Power and Clocks Status
xoscctrl: XOSCCTRL0x10 - External Multipurpose Crystal Oscillator (XOSC) Control
osc16mctrl: OSC16MCTRL0x14 - 16MHz Internal Oscillator (OSC16M) Control
dfllctrl: DFLLCTRL0x18 - DFLL48M Control
dfllval: DFLLVAL0x1c - DFLL48M Value
dfllmul: DFLLMUL0x20 - DFLL48M Multiplier
dfllsync: DFLLSYNC0x24 - DFLL48M Synchronization
dpllctrla: DPLLCTRLA0x28 - DPLL Control
dpllratio: DPLLRATIO0x2c - DPLL Ratio Control
dpllctrlb: DPLLCTRLB0x30 - Digital Core Configuration
dpllpresc: DPLLPRESC0x34 - DPLL Prescaler
dpllsyncbusy: DPLLSYNCBUSY0x38 - DPLL Synchronization Busy
dpllstatus: DPLLSTATUS0x3c - DPLL Status
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more