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