pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn mclkstatus(&self) -> &MCLKSTATUS
pub const fn mclkstatus(&self) -> &MCLKSTATUS
0x03 - MCLK Status
Sourcepub const fn osc20mctrla(&self) -> &OSC20MCTRLA
pub const fn osc20mctrla(&self) -> &OSC20MCTRLA
0x10 - OSC20M Control A
Sourcepub const fn osc20mcaliba(&self) -> &OSC20MCALIBA
pub const fn osc20mcaliba(&self) -> &OSC20MCALIBA
0x11 - OSC20M Calibration A
Sourcepub const fn osc20mcalibb(&self) -> &OSC20MCALIBB
pub const fn osc20mcalibb(&self) -> &OSC20MCALIBB
0x12 - OSC20M Calibration B
Sourcepub const fn osc32kctrla(&self) -> &OSC32KCTRLA
pub const fn osc32kctrla(&self) -> &OSC32KCTRLA
0x18 - OSC32K Control A
Sourcepub const fn xosc32kctrla(&self) -> &XOSC32KCTRLA
pub const fn xosc32kctrla(&self) -> &XOSC32KCTRLA
0x1c - XOSC32K Control A
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