Enum Tie
pub enum Tie {
_0 = 0,
_1 = 1,
}Expand description
Transmit Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Hardware interrupts from TDRE disabled; use polling.
_1 = 1
1: Hardware interrupt requested when TDRE flag is 1.
Trait Implementations§
impl Copy for Tie
impl Eq for Tie
impl StructuralPartialEq for Tie
Auto Trait Implementations§
impl Freeze for Tie
impl RefUnwindSafe for Tie
impl Send for Tie
impl Sync for Tie
impl Unpin for Tie
impl UnwindSafe for Tie
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