Enum stm32wlxx_hal::pac::rtc::icsr::WUTWF_A
pub enum WUTWF_A {
UpdateNotAllowed = 0,
UpdateAllowed = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Wakeup timer write flag
Value on reset: 1
Variants§
UpdateNotAllowed = 0
0: Wakeup timer configuration update not allowed
UpdateAllowed = 1
1: Wakeup timer configuration update allowed
Trait Implementations§
impl Copy for WUTWF_A
impl StructuralPartialEq for WUTWF_A
Auto Trait Implementations§
impl RefUnwindSafe for WUTWF_A
impl Send for WUTWF_A
impl Sync for WUTWF_A
impl Unpin for WUTWF_A
impl UnwindSafe for WUTWF_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