Enum Twrnint
pub enum Twrnint {
_0 = 0,
_1 = 1,
}Expand description
Tx Warning Interrupt Flag
Value on reset: 0
Variants§
_0 = 0
0: No such occurrence.
_1 = 1
1: The Tx error counter transitioned from less than 96 to greater than or equal to 96.
Trait Implementations§
impl Copy for Twrnint
impl Eq for Twrnint
impl StructuralPartialEq for Twrnint
Auto Trait Implementations§
impl Freeze for Twrnint
impl RefUnwindSafe for Twrnint
impl Send for Twrnint
impl Sync for Twrnint
impl Unpin for Twrnint
impl UnwindSafe for Twrnint
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