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