Enum stm32wlxx_hal::pac::rtc::cr::BYPSHAD_A
pub enum BYPSHAD_A {
ShadowReg = 0,
BypassShadowReg = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Bypass the shadow registers
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_A
impl StructuralPartialEq for BYPSHAD_A
Auto Trait Implementations§
impl RefUnwindSafe for BYPSHAD_A
impl Send for BYPSHAD_A
impl Sync for BYPSHAD_A
impl Unpin for BYPSHAD_A
impl UnwindSafe for BYPSHAD_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