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
§fn partial_cmp(&self, other: &Recalpf) -> Option<Ordering>
fn partial_cmp(&self, other: &Recalpf) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Recalpf
impl Eq for Recalpf
impl StructuralEq for Recalpf
impl StructuralPartialEq for Recalpf
Auto Trait Implementations§
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