Enum Wrnen
pub enum Wrnen {
_0 = 0,
_1 = 1,
}Expand description
Warning Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: TWRNINT and RWRNINT bits are zero, independent of the values in the error counters.
_1 = 1
1: TWRNINT and RWRNINT bits are set when the respective error counter transitions from less than 96 to greater than or equal to 96.
Trait Implementations§
impl Copy for Wrnen
impl Eq for Wrnen
impl StructuralPartialEq for Wrnen
Auto Trait Implementations§
impl Freeze for Wrnen
impl RefUnwindSafe for Wrnen
impl Send for Wrnen
impl Sync for Wrnen
impl Unpin for Wrnen
impl UnwindSafe for Wrnen
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