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