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