pub enum DMA_A {
SINGLE,
MULTIPLE,
}
Expand description
Single or Multiple DMA Channels
Value on reset: 0
Variants
SINGLE
0: Single DMA channel
MULTIPLE
1: One DMA channel per data channel
Trait Implementations
impl Copy for DMA_A
impl StructuralPartialEq for DMA_A
Auto Trait Implementations
impl RefUnwindSafe for DMA_A
impl Send for DMA_A
impl Sync for DMA_A
impl Unpin for DMA_A
impl UnwindSafe for DMA_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