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