Enum Eich1en
pub enum Eich1en {
_0 = 0,
_1 = 1,
}Expand description
Error Injection Channel 1 Enable
Value on reset: 0
Variants§
_0 = 0
0: Error injection is disabled on Error Injection Channel 1
_1 = 1
1: Error injection is enabled on Error Injection Channel 1
Trait Implementations§
impl Copy for Eich1en
impl Eq for Eich1en
impl StructuralPartialEq for Eich1en
Auto Trait Implementations§
impl Freeze for Eich1en
impl RefUnwindSafe for Eich1en
impl Send for Eich1en
impl Sync for Eich1en
impl Unpin for Eich1en
impl UnwindSafe for Eich1en
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