Enum stm32wlxx_hal::pac::rtc::icsr::INITS_A
pub enum INITS_A {
NotInitalized = 0,
Initalized = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Initialization status flag
Value on reset: 0
Variants§
NotInitalized = 0
0: Calendar has not been initialized
Initalized = 1
1: Calendar has been initialized
Trait Implementations§
impl Copy for INITS_A
impl StructuralPartialEq for INITS_A
Auto Trait Implementations§
impl RefUnwindSafe for INITS_A
impl Send for INITS_A
impl Sync for INITS_A
impl Unpin for INITS_A
impl UnwindSafe for INITS_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