Enum Calp
#[repr(u8)]pub enum Calp {
NoChange = 0,
IncreaseFreq = 1,
}Variants§
NoChange = 0
No RTCCLK pulses are added
IncreaseFreq = 1
One RTCCLK pulse is effectively inserted every 2^11 pulses (frequency increased by 488.5 ppm)
Implementations§
Trait Implementations§
impl Copy for Calp
impl Eq for Calp
§impl Ord for Calp
impl Ord for Calp
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 Calp
impl PartialOrd for Calp
impl StructuralPartialEq for Calp
Auto Trait Implementations§
impl Freeze for Calp
impl RefUnwindSafe for Calp
impl Send for Calp
impl Sync for Calp
impl Unpin for Calp
impl UnsafeUnpin for Calp
impl UnwindSafe for Calp
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