pub enum BYPSHAD {
ShadowReg = 0,
BypassShadowReg = 1,
}
Expand description
Bypass the shadow registers Note: If the frequency of the APB1 clock is less than seven times the frequency of RTCCLK, BYPSHAD must be set to 1.
Value on reset: 0
Variants§
ShadowReg = 0
0: Calendar values (when reading from RTC_SSR, RTC_TR, and RTC_DR) are taken from the shadow registers, which are updated once every two RTCCLK cycles
BypassShadowReg = 1
1: Calendar values (when reading from RTC_SSR, RTC_TR, and RTC_DR) are taken directly from the calendar counters
Trait Implementations§
impl Copy for BYPSHAD
impl Eq for BYPSHAD
impl StructuralPartialEq for BYPSHAD
Auto Trait Implementations§
impl Freeze for BYPSHAD
impl RefUnwindSafe for BYPSHAD
impl Send for BYPSHAD
impl Sync for BYPSHAD
impl Unpin for BYPSHAD
impl UnwindSafe for BYPSHAD
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