Enum stm32wlxx_hal::pac::rtc::icsr::INITF_A
pub enum INITF_A {
NotAllowed = 0,
Allowed = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Initialization flag
Value on reset: 0
Variants§
NotAllowed = 0
0: Calendar registers update is not allowed
Allowed = 1
1: Calendar registers update is allowed
Trait Implementations§
impl Copy for INITF_A
impl StructuralPartialEq for INITF_A
Auto Trait Implementations§
impl RefUnwindSafe for INITF_A
impl Send for INITF_A
impl Sync for INITF_A
impl Unpin for INITF_A
impl UnwindSafe for INITF_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