pub enum LDMA_RXW {
EVEN,
ODD,
}
Expand description
Values that can be written to the field LDMA_RX
Variants§
EVEN
Number of data to transfer for receive is even
ODD
Number of data to transfer for receive is odd
Auto Trait Implementations§
impl Freeze for LDMA_RXW
impl RefUnwindSafe for LDMA_RXW
impl Send for LDMA_RXW
impl Sync for LDMA_RXW
impl Unpin for LDMA_RXW
impl UnwindSafe for LDMA_RXW
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