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