Enum stm32wlxx_hal::pac::rtc::calr::CALP_A
pub enum CALP_A {
NoChange = 0,
IncreaseFreq = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Use an 8-second calibration cycle period
Value on reset: 0
Variants§
NoChange = 0
0: No RTCCLK pulses are added
IncreaseFreq = 1
1: One RTCCLK pulse is effectively inserted every 2^11 pulses (frequency increased by 488.5 ppm)
Trait Implementations§
impl Copy for CALP_A
impl StructuralPartialEq for CALP_A
Auto Trait Implementations§
impl RefUnwindSafe for CALP_A
impl Send for CALP_A
impl Sync for CALP_A
impl Unpin for CALP_A
impl UnwindSafe for CALP_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