Enum Tdde
pub enum Tdde {
_0 = 0,
_1 = 1,
}Expand description
Transmit Data DMA Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Tdde
impl Eq for Tdde
impl StructuralPartialEq for Tdde
Auto Trait Implementations§
impl Freeze for Tdde
impl RefUnwindSafe for Tdde
impl Send for Tdde
impl Sync for Tdde
impl Unpin for Tdde
impl UnwindSafe for Tdde
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