pub enum ADD1S_AW {
Add1,
}Expand description
Add one second This bit is write only and is always read as zero. Writing to this bit has no effect when a shift operation is pending (when SHPF=1, in RTC_ISR). This function is intended to be used with SUBFS (see description below) in order to effectively add a fraction of a second to the clock in an atomic operation.
Value on reset: 0
Variants
Add1
1: Add one second to the clock/calendar
Trait Implementations
impl Copy for ADD1S_AW
impl StructuralPartialEq for ADD1S_AW
Auto Trait Implementations
impl RefUnwindSafe for ADD1S_AW
impl Send for ADD1S_AW
impl Sync for ADD1S_AW
impl Unpin for ADD1S_AW
impl UnwindSafe for ADD1S_AW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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