pub enum CALP_A {
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_A
impl StructuralPartialEq for CALP_A
Auto Trait Implementations§
impl Freeze for CALP_A
impl RefUnwindSafe for CALP_A
impl Send for CALP_A
impl Sync for CALP_A
impl Unpin for CALP_A
impl UnwindSafe for CALP_A
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