Enum stm32wlxx_hal::pac::rtc::shiftr::ADD1S_AW
pub enum ADD1S_AW {
Add1 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Add one second
Value on reset: 0
Variants§
Add1 = 1
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§
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