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