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