Enum stm32wlxx_hal::pac::rtc::cr::ADD1H_AW
pub enum ADD1H_AW {
Add1 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Add 1 hour (summer time change)
Value on reset: 0
Variants§
Add1 = 1
1: Adds 1 hour to the current time. This can be used for summer time change outside initialization mode
Trait Implementations§
impl Copy for ADD1H_AW
impl StructuralPartialEq for ADD1H_AW
Auto Trait Implementations§
impl RefUnwindSafe for ADD1H_AW
impl Send for ADD1H_AW
impl Sync for ADD1H_AW
impl Unpin for ADD1H_AW
impl UnwindSafe for ADD1H_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