Enum Lpcal
#[repr(u8)]pub enum Lpcal {
RTCCLK = 0,
CK_APRE = 1,
}Variants§
RTCCLK = 0
Calibration window is 2less thansup>20less than/sup> RTCCLK, which is a high-consumption mode.
CK_APRE = 1
Calibration window is 2less thansup>20less than/sup> ck_apre, which is the required configuration for ultra-low consumption mode.
Implementations§
Trait Implementations§
§impl Ord for Lpcal
impl Ord for Lpcal
§impl PartialOrd for Lpcal
impl PartialOrd for Lpcal
impl Copy for Lpcal
impl Eq 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 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