Struct daisy::pac::otg1_hs_host::hcint1::HCINT1_SPEC
pub struct HCINT1_SPEC;
Expand description
Trait Implementations§
§impl Readable for HCINT1_SPEC
impl Readable for HCINT1_SPEC
read()
method returns hcint1::R reader structure
§impl RegisterSpec for HCINT1_SPEC
impl RegisterSpec for HCINT1_SPEC
§impl Resettable for HCINT1_SPEC
impl Resettable for HCINT1_SPEC
reset()
method sets HCINT1 to value 0
§fn reset_value() -> <HCINT1_SPEC as RegisterSpec>::Ux
fn reset_value() -> <HCINT1_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for HCINT1_SPEC
impl RefUnwindSafe for HCINT1_SPEC
impl Send for HCINT1_SPEC
impl Sync for HCINT1_SPEC
impl Unpin for HCINT1_SPEC
impl UnwindSafe for HCINT1_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