pub struct LINKLOAD_SPEC;Expand description
DMA Channel Link Load Register
This register you can write_with_zero, reset, write. See API.
For information about available fields see linkload module
Trait Implementations§
Source§impl RegisterSpec for LINKLOAD_SPEC
impl RegisterSpec for LINKLOAD_SPEC
Source§impl Resettable for LINKLOAD_SPEC
reset() method sets LINKLOAD to value 0
impl Resettable for LINKLOAD_SPEC
reset() method sets LINKLOAD to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for LINKLOAD_SPEC
write(|w| ..) method takes linkload::W writer structure
impl Writable for LINKLOAD_SPEC
write(|w| ..) method takes linkload::W writer structure
Auto Trait Implementations§
impl Freeze for LINKLOAD_SPEC
impl RefUnwindSafe for LINKLOAD_SPEC
impl Send for LINKLOAD_SPEC
impl Sync for LINKLOAD_SPEC
impl Unpin for LINKLOAD_SPEC
impl UnwindSafe for LINKLOAD_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