pub enum CALP {
NoChange = 0,
IncreaseFreq = 1,
}
Expand description
Increase frequency of RTC by 488.5 ppm
Value on reset: 0
Variants§
NoChange = 0
0: No RTCCLK pulses are added
IncreaseFreq = 1
1: One RTCCLK pulse is effectively inserted every 2^11 pulses (frequency increased by 488.5 ppm)
Trait Implementations§
impl Copy for CALP
impl Eq 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 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