Struct daisy::pac::otg1_hs_host::hcint15::HCINT15_SPEC
pub struct HCINT15_SPEC;
Expand description
Trait Implementations§
§impl Readable for HCINT15_SPEC
impl Readable for HCINT15_SPEC
read()
method returns hcint15::R reader structure
§impl RegisterSpec for HCINT15_SPEC
impl RegisterSpec for HCINT15_SPEC
§impl Resettable for HCINT15_SPEC
impl Resettable for HCINT15_SPEC
reset()
method sets HCINT15 to value 0
§fn reset_value() -> <HCINT15_SPEC as RegisterSpec>::Ux
fn reset_value() -> <HCINT15_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for HCINT15_SPEC
impl Writable for HCINT15_SPEC
write(|w| ..)
method takes hcint15::W writer structure
Auto Trait Implementations§
impl Freeze for HCINT15_SPEC
impl RefUnwindSafe for HCINT15_SPEC
impl Send for HCINT15_SPEC
impl Sync for HCINT15_SPEC
impl Unpin for HCINT15_SPEC
impl UnwindSafe for HCINT15_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