Enum stm32wlxx_hal::pac::rtc::icsr::RSF_A
pub enum RSF_A {
NotSynced = 0,
Synced = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Registers synchronization flag
Value on reset: 0
Variants§
NotSynced = 0
0: Calendar shadow registers not yet synchronized
Synced = 1
1: Calendar shadow registers synchronized
Trait Implementations§
impl Copy for RSF_A
impl StructuralPartialEq for RSF_A
Auto Trait Implementations§
impl RefUnwindSafe for RSF_A
impl Send for RSF_A
impl Sync for RSF_A
impl Unpin for RSF_A
impl UnwindSafe for RSF_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