pub enum TDMAE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Transmit DMA Enable. This bit enables/disables the transmit FIFO DMA channel. Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TDMAE_A
impl Eq for TDMAE_A
impl StructuralPartialEq for TDMAE_A
Auto Trait Implementations§
impl Freeze for TDMAE_A
impl RefUnwindSafe for TDMAE_A
impl Send for TDMAE_A
impl Sync for TDMAE_A
impl Unpin for TDMAE_A
impl UnwindSafe for TDMAE_A
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