pub struct HCON_SPEC;
Expand description
Trait Implementations
sourceimpl RegisterSpec for HCON_SPEC
impl RegisterSpec for HCON_SPEC
sourceimpl Resettable for HCON_SPEC
impl Resettable for HCON_SPEC
reset()
method sets HCON to value 0x0344_4cc3
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more