#[repr(u8)]pub enum DIR_A {
PeripheralToMemory = 0,
MemoryToPeripheral = 1,
MemoryToMemory = 2,
}
Expand description
Data transfer direction
Value on reset: 0
Variants§
PeripheralToMemory = 0
0: Peripheral-to-memory
MemoryToPeripheral = 1
1: Memory-to-peripheral
MemoryToMemory = 2
2: Memory-to-memory
Trait Implementations§
impl Copy for DIR_A
impl StructuralPartialEq for DIR_A
Auto Trait Implementations§
impl Freeze for DIR_A
impl RefUnwindSafe for DIR_A
impl Send for DIR_A
impl Sync for DIR_A
impl Unpin for DIR_A
impl UnwindSafe for DIR_A
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