pub enum LECIE {
Disabled = 0,
Enabled = 1,
}
Expand description
LECIE
Value on reset: 0
Variants§
Disabled = 0
0: ERRI bit will not be set when the error code in LEC[2:0] is set by hardware on error detection
Enabled = 1
1: ERRI bit will be set when the error code in LEC[2:0] is set by hardware on error detection
Trait Implementations§
impl Copy for LECIE
impl Eq for LECIE
impl StructuralPartialEq for LECIE
Auto Trait Implementations§
impl Freeze for LECIE
impl RefUnwindSafe for LECIE
impl Send for LECIE
impl Sync for LECIE
impl Unpin for LECIE
impl UnwindSafe for LECIE
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