Enum w806_pac::pmu::interrupt_source::TIMER0_INT_A
source · [−]pub enum TIMER0_INT_A {
NO_INTERRUPT,
HAS_INTERRUPT_SET_CLR,
}
Expand description
PMU TIMER0 interrupt flag
Value on reset: 0
Variants
NO_INTERRUPT
0: No PMU TIMER0 interrupt is generated.
HAS_INTERRUPT_SET_CLR
1: PMU TIMER0 interrupt is generated, set clear
Trait Implementations
sourceimpl Clone for TIMER0_INT_A
impl Clone for TIMER0_INT_A
sourcefn clone(&self) -> TIMER0_INT_A
fn clone(&self) -> TIMER0_INT_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 TIMER0_INT_A
impl Debug for TIMER0_INT_A
sourceimpl From<TIMER0_INT_A> for bool
impl From<TIMER0_INT_A> for bool
sourcefn from(variant: TIMER0_INT_A) -> Self
fn from(variant: TIMER0_INT_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<TIMER0_INT_A> for TIMER0_INT_A
impl PartialEq<TIMER0_INT_A> for TIMER0_INT_A
impl Copy for TIMER0_INT_A
impl StructuralPartialEq for TIMER0_INT_A
Auto Trait Implementations
impl RefUnwindSafe for TIMER0_INT_A
impl Send for TIMER0_INT_A
impl Sync for TIMER0_INT_A
impl Unpin for TIMER0_INT_A
impl UnwindSafe for TIMER0_INT_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