Enum Lpcal
#[repr(u8)]pub enum Lpcal {
Rtcclk = 0,
CkApre = 1,
}Variants§
Rtcclk = 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
Calibration window is 220 ck_apre, which is the required configuration for ultra-low consumption mode
Implementations§
Trait Implementations§
impl Copy for Lpcal
impl Eq for Lpcal
§impl Ord for Lpcal
impl Ord for Lpcal
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Lpcal
impl PartialOrd for Lpcal
impl StructuralPartialEq for Lpcal
Auto Trait Implementations§
impl Freeze for Lpcal
impl RefUnwindSafe for Lpcal
impl Send for Lpcal
impl Sync for Lpcal
impl Unpin for Lpcal
impl UnsafeUnpin for Lpcal
impl UnwindSafe for Lpcal
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