pub struct W(/* private fields */);Expand description
Register CHNL_ENABLE_CLR writer
Implementations§
Source§impl W
impl W
Sourcepub fn chnl_enable_clr(&mut self) -> CHNL_ENABLE_CLR_W<'_>
pub fn chnl_enable_clr(&mut self) -> CHNL_ENABLE_CLR_W<'_>
Bits 0:15 - Set the appropriate bit to disable the corresponding DMA channel. Write as:
Bit [C] = 0 No effect. Use the chnl_enable_set Register to enable DMA channels.
Bit [C] = 1 Disables channel C.
Writing to a bit where a DMA channel is not implemented has no effect.
Methods from Deref<Target = W<CHNL_ENABLE_CLR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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