#[repr(transparent)]pub struct Cser(pub u32);Expand description
Common Security Error Register
Tuple Fields§
§0: u32Implementations§
Source§impl Cser
impl Cser
Sourcepub const fn set_red_sigs(&mut self, val: bool)
pub const fn set_red_sigs(&mut self, val: bool)
Redundant Signals error/fault Detected
Sourcepub const fn set_red_fsm(&mut self, val: bool)
pub const fn set_red_fsm(&mut self, val: bool)
Redundant FSM error/fault detected
Sourcepub const fn set_local_edc(&mut self, val: bool)
pub const fn set_local_edc(&mut self, val: bool)
Local-EDC error/fault detected
Sourcepub const fn set_bus_edc(&mut self, val: bool)
pub const fn set_bus_edc(&mut self, val: bool)
Bus-EDC error/fault detected
Trait Implementations§
impl Copy for Cser
impl Eq for Cser
impl StructuralPartialEq for Cser
Auto Trait Implementations§
impl Freeze for Cser
impl RefUnwindSafe for Cser
impl Send for Cser
impl Sync for Cser
impl Unpin for Cser
impl UnwindSafe for Cser
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