pub struct HFNUM_SPEC;
Trait Implementations§
Source§impl RegisterSpec for HFNUM_SPEC
impl RegisterSpec for HFNUM_SPEC
Source§impl Resettable for HFNUM_SPEC
reset()
method sets HFNUM to value 0x3fff
impl Resettable for HFNUM_SPEC
reset()
method sets HFNUM to value 0x3fff
Source§const RESET_VALUE: u32 = 16_383u32
const RESET_VALUE: u32 = 16_383u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for HFNUM_SPEC
read()
method returns hfnum::R
reader structure
Auto Trait Implementations§
impl Freeze for HFNUM_SPEC
impl RefUnwindSafe for HFNUM_SPEC
impl Send for HFNUM_SPEC
impl Sync for HFNUM_SPEC
impl Unpin for HFNUM_SPEC
impl UnwindSafe for HFNUM_SPEC
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