pub enum TCBGTIE {
Disabled = 0,
Enabled = 1,
}
Expand description
TCBGTIE
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt inhibited
Enabled = 1
1: USART interrupt generated whenever TCBGT=1 in the USART_ISR register
Trait Implementations§
impl Copy for TCBGTIE
impl Eq for TCBGTIE
impl StructuralPartialEq for TCBGTIE
Auto Trait Implementations§
impl Freeze for TCBGTIE
impl RefUnwindSafe for TCBGTIE
impl Send for TCBGTIE
impl Sync for TCBGTIE
impl Unpin for TCBGTIE
impl UnwindSafe for TCBGTIE
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