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