Enum w806_pac::pmu::rtc_register_0::ALARM_INTERRUPT_EN_A
source · [−]pub enum ALARM_INTERRUPT_EN_A {
DISABLE,
ENABLE,
}
Expand description
Alarm interrupt enable
Value on reset: 0
Variants
DISABLE
0: RTC does not generate Alarm Interrupts
ENABLE
1: RTC triggers the Alarm Interrupt
Trait Implementations
sourceimpl Clone for ALARM_INTERRUPT_EN_A
impl Clone for ALARM_INTERRUPT_EN_A
sourcefn clone(&self) -> ALARM_INTERRUPT_EN_A
fn clone(&self) -> ALARM_INTERRUPT_EN_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ALARM_INTERRUPT_EN_A
impl Debug for ALARM_INTERRUPT_EN_A
sourceimpl From<ALARM_INTERRUPT_EN_A> for bool
impl From<ALARM_INTERRUPT_EN_A> for bool
sourcefn from(variant: ALARM_INTERRUPT_EN_A) -> Self
fn from(variant: ALARM_INTERRUPT_EN_A) -> Self
Converts to this type from the input type.
impl Copy for ALARM_INTERRUPT_EN_A
impl StructuralPartialEq for ALARM_INTERRUPT_EN_A
Auto Trait Implementations
impl RefUnwindSafe for ALARM_INTERRUPT_EN_A
impl Send for ALARM_INTERRUPT_EN_A
impl Sync for ALARM_INTERRUPT_EN_A
impl Unpin for ALARM_INTERRUPT_EN_A
impl UnwindSafe for ALARM_INTERRUPT_EN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more