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