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