pub enum CALRAF {
Clear = 1,
}
Expand description
Clear alarm A flag Writing 1 in this bit clears the ALRBF bit in the RTC_SR register.
Value on reset: 0
Variants§
Clear = 1
1: Clear interrupt flag by writing 1
Trait Implementations§
impl Copy for CALRAF
impl Eq for CALRAF
impl StructuralPartialEq for CALRAF
Auto Trait Implementations§
impl Freeze for CALRAF
impl RefUnwindSafe for CALRAF
impl Send for CALRAF
impl Sync for CALRAF
impl Unpin for CALRAF
impl UnwindSafe for CALRAF
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