pub struct HCON_SPEC;
Trait Implementations§
Source§impl Resettable for HCON_SPEC
reset()
method sets HCON to value 0x0344_4cc3
impl Resettable for HCON_SPEC
reset()
method sets HCON to value 0x0344_4cc3
Source§const RESET_VALUE: u32 = 54_807_747u32
const RESET_VALUE: u32 = 54_807_747u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for HCON_SPEC
read()
method returns hcon::R
reader structure
Auto Trait Implementations§
impl Freeze for HCON_SPEC
impl RefUnwindSafe for HCON_SPEC
impl Send for HCON_SPEC
impl Sync for HCON_SPEC
impl Unpin for HCON_SPEC
impl UnwindSafe for HCON_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