pub enum TXDMAEN {
Disabled = 0,
Enabled = 1,
}
Expand description
TCDMAEN
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