pub struct Anamisc { /* private fields */ }Implementations§
Source§impl Anamisc
impl Anamisc
Sourcepub const fn clk_ref_cnt_reg(&self) -> &'static Reg<ClkRefCntReg_SPEC, RW>
pub const fn clk_ref_cnt_reg(&self) -> &'static Reg<ClkRefCntReg_SPEC, RW>
Count value for oscillator calibration
Sourcepub const fn clk_ref_sel_reg(&self) -> &'static Reg<ClkRefSelReg_SPEC, RW>
pub const fn clk_ref_sel_reg(&self) -> &'static Reg<ClkRefSelReg_SPEC, RW>
Select clock for oscillator calibration
Sourcepub const fn clk_ref_val_reg(&self) -> &'static Reg<ClkRefValReg_SPEC, RW>
pub const fn clk_ref_val_reg(&self) -> &'static Reg<ClkRefValReg_SPEC, RW>
DIVN reference cycles, lower 16 bits
Trait Implementations§
impl Copy for Anamisc
impl Eq for Anamisc
impl Send for Anamisc
ANAMISC registers
impl StructuralPartialEq for Anamisc
impl Sync for Anamisc
Auto Trait Implementations§
impl Freeze for Anamisc
impl RefUnwindSafe for Anamisc
impl Unpin for Anamisc
impl UnwindSafe for Anamisc
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