pub enum TXDMAEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Tx buffer DMA enable When this bit is set, a DMA request is generated whenever the TXE flag is set.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TXDMAEN
impl Eq for TXDMAEN
impl StructuralPartialEq for TXDMAEN
Auto Trait Implementations§
impl Freeze for TXDMAEN
impl RefUnwindSafe for TXDMAEN
impl Send for TXDMAEN
impl Sync for TXDMAEN
impl Unpin for TXDMAEN
impl UnwindSafe for TXDMAEN
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