pub enum Tcie {
Disabled = 0,
Enabled = 1,
}
Expand description
Transmission complete interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Transmission complete interrupt is disabled
Enabled = 1
1: Interrupt is generated whenever TC=1 in the STAT register
Trait Implementations§
source§impl PartialEq for Tcie
impl PartialEq for Tcie
impl Copy for Tcie
impl Eq for Tcie
impl StructuralPartialEq for Tcie
Auto Trait Implementations§
impl Freeze for Tcie
impl RefUnwindSafe for Tcie
impl Send for Tcie
impl Sync for Tcie
impl Unpin for Tcie
impl UnwindSafe for Tcie
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