#[repr(transparent)]pub struct Csclr(pub u32);Expand description
Common Security Clear Register
Tuple Fields§
§0: u32Implementations§
Source§impl Csclr
impl Csclr
Sourcepub const fn red_sigs_clr(&self) -> bool
pub const fn red_sigs_clr(&self) -> bool
Redundant Signals error/fault Detected
Sourcepub const fn set_red_sigs_clr(&mut self, val: bool)
pub const fn set_red_sigs_clr(&mut self, val: bool)
Redundant Signals error/fault Detected
Sourcepub const fn red_fsm_clr(&self) -> bool
pub const fn red_fsm_clr(&self) -> bool
Read only: Redundant FSM error/fault detected
Sourcepub const fn set_red_fsm_clr(&mut self, val: bool)
pub const fn set_red_fsm_clr(&mut self, val: bool)
Read only: Redundant FSM error/fault detected
Sourcepub const fn local_edc_clr(&self) -> bool
pub const fn local_edc_clr(&self) -> bool
Read only: Local-EDC error/fault detected
Sourcepub const fn set_local_edc_clr(&mut self, val: bool)
pub const fn set_local_edc_clr(&mut self, val: bool)
Read only: Local-EDC error/fault detected
Sourcepub const fn bus_edc_clr(&self) -> bool
pub const fn bus_edc_clr(&self) -> bool
Read only: Bus-EDC error/fault detected
Sourcepub const fn set_bus_edc_clr(&mut self, val: bool)
pub const fn set_bus_edc_clr(&mut self, val: bool)
Read only: Bus-EDC error/fault detected
Trait Implementations§
impl Copy for Csclr
impl Eq for Csclr
impl StructuralPartialEq for Csclr
Auto Trait Implementations§
impl Freeze for Csclr
impl RefUnwindSafe for Csclr
impl Send for Csclr
impl Sync for Csclr
impl Unpin for Csclr
impl UnwindSafe for Csclr
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