#[repr(transparent)]pub struct IcClrRestartDet(pub u32);
Expand description
Clear RESTART_DET Interrupt Register
Tuple Fields§
§0: u32
Implementations§
Source§impl IcClrRestartDet
impl IcClrRestartDet
Sourcepub const fn clr_restart_det(&self) -> bool
pub const fn clr_restart_det(&self) -> bool
Read this register to clear the RESTART_DET interrupt (bit 12) of IC_RAW_INTR_STAT register. Reset value: 0x0
Sourcepub fn set_clr_restart_det(&mut self, val: bool)
pub fn set_clr_restart_det(&mut self, val: bool)
Read this register to clear the RESTART_DET interrupt (bit 12) of IC_RAW_INTR_STAT register. Reset value: 0x0
Trait Implementations§
Source§impl Clone for IcClrRestartDet
impl Clone for IcClrRestartDet
Source§fn clone(&self) -> IcClrRestartDet
fn clone(&self) -> IcClrRestartDet
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for IcClrRestartDet
impl Default for IcClrRestartDet
Source§fn default() -> IcClrRestartDet
fn default() -> IcClrRestartDet
Returns the “default value” for a type. Read more
Source§impl PartialEq for IcClrRestartDet
impl PartialEq for IcClrRestartDet
impl Copy for IcClrRestartDet
impl Eq for IcClrRestartDet
impl StructuralPartialEq for IcClrRestartDet
Auto Trait Implementations§
impl Freeze for IcClrRestartDet
impl RefUnwindSafe for IcClrRestartDet
impl Send for IcClrRestartDet
impl Sync for IcClrRestartDet
impl Unpin for IcClrRestartDet
impl UnwindSafe for IcClrRestartDet
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