Enum stm32_metapac::rtc::vals::Recalpf
#[repr(u8)]pub enum Recalpf {
_RESERVED_0 = 0,
PENDING = 1,
}
Variants§
_RESERVED_0 = 0
PENDING = 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
Implementations§
Trait Implementations§
§impl Ord for Recalpf
impl Ord for Recalpf
§impl PartialOrd for Recalpf
impl PartialOrd for Recalpf
impl Copy for Recalpf
impl Eq for Recalpf
impl StructuralPartialEq for Recalpf
Auto Trait Implementations§
impl Freeze for Recalpf
impl RefUnwindSafe for Recalpf
impl Send for Recalpf
impl Sync for Recalpf
impl Unpin for Recalpf
impl UnwindSafe for Recalpf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)