Enum Tcie
pub enum Tcie {
_0 = 0,
_1 = 1,
}Expand description
Transmission Complete Interrupt Enable for
Value on reset: 0
Variants§
_0 = 0
0: Hardware interrupts from TC disabled; use polling.
_1 = 1
1: Hardware interrupt requested when TC flag is 1.
Trait Implementations§
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