pub struct R(/* private fields */);Expand description
Register CHNL_ENABLE_SET reader
Implementations§
Source§impl R
impl R
Sourcepub fn chnl_enable_set(&self) -> CHNL_ENABLE_SET_R
pub fn chnl_enable_set(&self) -> CHNL_ENABLE_SET_R
Bits 0:15 - Returns the enable status of the channels, or enables the corresponding channels. Read as:
Bit [C] = 0 Channel C is disabled.
Bit [C] = 1 Channel C is enabled.
Write as:
Bit [C] = 0 No effect. Use the chnl_enable_clr Register to disable a channel.
Bit [C] = 1 Enables channel C.
Writing to a bit where a DMA channel is not implemented has no effect.
Methods from Deref<Target = R<CHNL_ENABLE_SET_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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