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