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