Enum d1_pac::ths::ths_alarm_ints::ALARM_INT_STS_A
source · pub enum ALARM_INT_STS_A {
NO_EFFECT = 0,
PENDING = 1,
}
Expand description
Alarm interrupt pending for sensor
Write 1 to clear the pending status.
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for ALARM_INT_STS_A
impl Clone for ALARM_INT_STS_A
source§fn clone(&self) -> ALARM_INT_STS_A
fn clone(&self) -> ALARM_INT_STS_A
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 ALARM_INT_STS_A
impl Debug for ALARM_INT_STS_A
source§impl From<ALARM_INT_STS_A> for bool
impl From<ALARM_INT_STS_A> for bool
source§fn from(variant: ALARM_INT_STS_A) -> Self
fn from(variant: ALARM_INT_STS_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for ALARM_INT_STS_A
impl PartialEq for ALARM_INT_STS_A
impl Copy for ALARM_INT_STS_A
impl Eq for ALARM_INT_STS_A
impl StructuralPartialEq for ALARM_INT_STS_A
Auto Trait Implementations§
impl Freeze for ALARM_INT_STS_A
impl RefUnwindSafe for ALARM_INT_STS_A
impl Send for ALARM_INT_STS_A
impl Sync for ALARM_INT_STS_A
impl Unpin for ALARM_INT_STS_A
impl UnwindSafe for ALARM_INT_STS_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)