pub enum LDMA_TX {
Even = 0,
Odd = 1,
}
Expand description
Last DMA transfer for transmission
Value on reset: 0
Variants§
Even = 0
0: Number of data to transfer for transmit is even
Odd = 1
1: Number of data to transfer for transmit is odd
Trait Implementations§
impl Copy for LDMA_TX
impl Eq for LDMA_TX
impl StructuralPartialEq for LDMA_TX
Auto Trait Implementations§
impl Freeze for LDMA_TX
impl RefUnwindSafe for LDMA_TX
impl Send for LDMA_TX
impl Sync for LDMA_TX
impl Unpin for LDMA_TX
impl UnwindSafe for LDMA_TX
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