#[repr(transparent)]pub struct Eichen(pub u32);Expand description
Error Injection Channel Enable register
Tuple Fields§
§0: u32Implementations§
Source§impl Eichen
impl Eichen
Sourcepub const fn set_eich8en(&mut self, val: bool)
pub const fn set_eich8en(&mut self, val: bool)
Error Injection Channel 8 Enable
Sourcepub const fn set_eich7en(&mut self, val: bool)
pub const fn set_eich7en(&mut self, val: bool)
Error Injection Channel 7 Enable
Sourcepub const fn set_eich6en(&mut self, val: bool)
pub const fn set_eich6en(&mut self, val: bool)
Error Injection Channel 6 Enable
Sourcepub const fn set_eich5en(&mut self, val: bool)
pub const fn set_eich5en(&mut self, val: bool)
Error Injection Channel 5 Enable
Sourcepub const fn set_eich4en(&mut self, val: bool)
pub const fn set_eich4en(&mut self, val: bool)
Error Injection Channel 4 Enable
Sourcepub const fn set_eich3en(&mut self, val: bool)
pub const fn set_eich3en(&mut self, val: bool)
Error Injection Channel 3 Enable
Sourcepub const fn set_eich2en(&mut self, val: bool)
pub const fn set_eich2en(&mut self, val: bool)
Error Injection Channel 2 Enable
Sourcepub const fn set_eich1en(&mut self, val: bool)
pub const fn set_eich1en(&mut self, val: bool)
Error Injection Channel 1 Enable
Sourcepub const fn set_eich0en(&mut self, val: bool)
pub const fn set_eich0en(&mut self, val: bool)
Error Injection Channel 0 Enable
Trait Implementations§
impl Copy for Eichen
impl Eq for Eichen
impl StructuralPartialEq for Eichen
Auto Trait Implementations§
impl Freeze for Eichen
impl RefUnwindSafe for Eichen
impl Send for Eichen
impl Sync for Eichen
impl Unpin for Eichen
impl UnwindSafe for Eichen
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