pub enum LDMA_TXR {
EVEN,
ODD,
}
Expand description
Possible values of 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
Implementations§
Source§impl LDMA_TXR
impl LDMA_TXR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Trait Implementations§
impl Copy for LDMA_TXR
impl StructuralPartialEq for LDMA_TXR
Auto Trait Implementations§
impl Freeze for LDMA_TXR
impl RefUnwindSafe for LDMA_TXR
impl Send for LDMA_TXR
impl Sync for LDMA_TXR
impl Unpin for LDMA_TXR
impl UnwindSafe for LDMA_TXR
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