#[repr(u8)]pub enum Dmasel {
DMASEL_0 = 0,
DMASEL_1 = 1,
DMASEL_2 = 2,
_RESERVED_3 = 3,
}Variants§
DMASEL_0 = 0
No DMA or Simple DMA is selected
DMASEL_1 = 1
ADMA1 is selected
DMASEL_2 = 2
ADMA2 is selected
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Dmasel
impl Ord for Dmasel
Source§impl PartialOrd for Dmasel
impl PartialOrd for Dmasel
impl Copy for Dmasel
impl Eq for Dmasel
impl StructuralPartialEq for Dmasel
Auto Trait Implementations§
impl Freeze for Dmasel
impl RefUnwindSafe for Dmasel
impl Send for Dmasel
impl Sync for Dmasel
impl Unpin for Dmasel
impl UnwindSafe for Dmasel
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