pub enum DMAT {
Disabled = 0,
Enabled = 1,
}
Expand description
DMA enable transmitter
Value on reset: 0
Variants§
Disabled = 0
0: DMA mode is disabled for transmission
Enabled = 1
1: DMA mode is enabled for transmission
Trait Implementations§
impl Copy for DMAT
impl Eq for DMAT
impl StructuralPartialEq for DMAT
Auto Trait Implementations§
impl Freeze for DMAT
impl RefUnwindSafe for DMAT
impl Send for DMAT
impl Sync for DMAT
impl Unpin for DMAT
impl UnwindSafe for DMAT
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