pub struct HOSTCTRL1_SPEC;Expand description
Trait Implementations§
Source§impl Readable for HOSTCTRL1_SPEC
read() method returns hostctrl1::R reader structure
impl Readable for HOSTCTRL1_SPEC
read() method returns hostctrl1::R reader structure
Source§impl RegisterSpec for HOSTCTRL1_SPEC
impl RegisterSpec for HOSTCTRL1_SPEC
Source§impl Resettable for HOSTCTRL1_SPEC
reset() method sets HOSTCTRL1 to value 0x0080_0000
impl Resettable for HOSTCTRL1_SPEC
reset() method sets HOSTCTRL1 to value 0x0080_0000
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for HOSTCTRL1_SPEC
write(|w| ..) method takes hostctrl1::W writer structure
impl Writable for HOSTCTRL1_SPEC
write(|w| ..) method takes hostctrl1::W writer structure
Auto Trait Implementations§
impl Freeze for HOSTCTRL1_SPEC
impl RefUnwindSafe for HOSTCTRL1_SPEC
impl Send for HOSTCTRL1_SPEC
impl Sync for HOSTCTRL1_SPEC
impl Unpin for HOSTCTRL1_SPEC
impl UnwindSafe for HOSTCTRL1_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