pub enum ADD1SW {
Add1 = 1,
}
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_ICSR). 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
1: Add one second to the clock/calendar
Trait Implementations§
impl Copy for ADD1SW
impl Eq for ADD1SW
impl StructuralPartialEq for ADD1SW
Auto Trait Implementations§
impl Freeze for ADD1SW
impl RefUnwindSafe for ADD1SW
impl Send for ADD1SW
impl Sync for ADD1SW
impl Unpin for ADD1SW
impl UnwindSafe for ADD1SW
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