pub enum RTC_INT_A {
NO_INTERRUPT,
HAS_INTERRUPT_SET_CLR,
}
Expand description
RTC interrupt flag
Value on reset: 0
Variants
NO_INTERRUPT
0: No RTC interrupt is generated.
HAS_INTERRUPT_SET_CLR
1: RTC interrupt is generated, set clear
Trait Implementations
impl Copy for RTC_INT_A
impl StructuralPartialEq for RTC_INT_A
Auto Trait Implementations
impl RefUnwindSafe for RTC_INT_A
impl Send for RTC_INT_A
impl Sync for RTC_INT_A
impl Unpin for RTC_INT_A
impl UnwindSafe for RTC_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