#[repr(u8)]
pub enum DMASEL_A {
    SDMA,
    _32BIT,
}Expand description
DMA Select
Value on reset: 0
Variants
SDMA
0: SDMA is selected
_32BIT
2: 32-bit Address ADMA2 is selected
Trait Implementations
impl Copy for DMASEL_A
impl StructuralPartialEq for DMASEL_A
Auto Trait Implementations
impl RefUnwindSafe for DMASEL_A
impl Send for DMASEL_A
impl Sync for DMASEL_A
impl Unpin for DMASEL_A
impl UnwindSafe for DMASEL_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