Enum stm32wlxx_hal::pac::rtc::icsr::RECALPF_A
pub enum RECALPF_A {
Pending = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Recalibration pending Flag
Value on reset: 0
Variants§
Pending = 1
1: The RECALPF status flag is automatically set to 1 when software writes to the RTC_CALR register, indicating that the RTC_CALR register is blocked. When the new calibration settings are taken into account, this bit returns to 0
Trait Implementations§
impl Copy for RECALPF_A
impl StructuralPartialEq for RECALPF_A
Auto Trait Implementations§
impl RefUnwindSafe for RECALPF_A
impl Send for RECALPF_A
impl Sync for RECALPF_A
impl Unpin for RECALPF_A
impl UnwindSafe for RECALPF_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