pub struct HCON_SPEC;
Trait Implementations§
source§impl Resettable for HCON_SPEC
impl Resettable for HCON_SPEC
reset()
method sets HCON to value 0x0344_4cc3
source§const RESET_VALUE: Self::Ux = {transmute(0x03444cc3): <sdhost::hcon::HCON_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x03444cc3): <sdhost::hcon::HCON_SPEC as generic::RegisterSpec>::Ux}
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 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