pub enum DMAEN_A {
DISABLE,
ENABLE,
}
Expand description
DMA Enable
Value on reset: 0
Variants
DISABLE
0: No data transfer or Non DMA data transfer
ENABLE
1: DMA data transfer
Trait Implementations
impl Copy for DMAEN_A
impl StructuralPartialEq for DMAEN_A
Auto Trait Implementations
impl RefUnwindSafe for DMAEN_A
impl Send for DMAEN_A
impl Sync for DMAEN_A
impl Unpin for DMAEN_A
impl UnwindSafe for DMAEN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more