Enum Enbl
pub enum Enbl {
_0 = 0,
_1 = 1,
}Expand description
DMA Channel Enable
Value on reset: 0
Variants§
_0 = 0
0: DMA channel is disabled. This mode is primarily used during configuration of the DMAMux. The DMA has separate channel enables/disables, which should be used to disable or reconfigure a DMA channel.
_1 = 1
1: DMA channel is enabled
Trait Implementations§
impl Copy for Enbl
impl Eq for Enbl
impl StructuralPartialEq for Enbl
Auto Trait Implementations§
impl Freeze for Enbl
impl RefUnwindSafe for Enbl
impl Send for Enbl
impl Sync for Enbl
impl Unpin for Enbl
impl UnwindSafe for Enbl
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