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