Struct d1_pac::ths::ths_alarmo_ints::W
source · pub struct W(/* private fields */);
Expand description
Register ths_alarmo_ints
writer
Implementations§
source§impl W
impl W
sourcepub fn alarm_off_sts(&mut self) -> ALARM_OFF_STS_W<'_, 0>
pub fn alarm_off_sts(&mut self) -> ALARM_OFF_STS_W<'_, 0>
Bit 0 - Alarm interrupt off pending for sensor
Write 1 to clear the pending status.
Methods from Deref<Target = W<THS_ALARMO_INTS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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