Enum stm32wlxx_hal::pac::rtc::calr::LPCAL_A
pub enum LPCAL_A {
Rtcclk = 0,
CkApre = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Calibration low-power mode
Value on reset: 0
Variants§
Rtcclk = 0
0: Calibration window is 220 RTCCLK, which is a high-consumption mode. This mode should be set only when less than 32s calibration window is required
CkApre = 1
1: Calibration window is 220 ck_apre, which is the required configuration for ultra-low consumption mode
Trait Implementations§
impl Copy for LPCAL_A
impl StructuralPartialEq for LPCAL_A
Auto Trait Implementations§
impl RefUnwindSafe for LPCAL_A
impl Send for LPCAL_A
impl Sync for LPCAL_A
impl Unpin for LPCAL_A
impl UnwindSafe for LPCAL_A
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