Enum stm32wlxx_hal::pac::pwr::scr::CWUF2_AW
pub enum CWUF2_AW {
Clear = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Clear wakeup flag 2
Value on reset: 0
Variants§
Clear = 1
1: Setting this bit clears the WUF2 flag in the PWR_SR1 register. This bit is always read as 0.
Trait Implementations§
impl Copy for CWUF2_AW
impl StructuralPartialEq for CWUF2_AW
Auto Trait Implementations§
impl RefUnwindSafe for CWUF2_AW
impl Send for CWUF2_AW
impl Sync for CWUF2_AW
impl Unpin for CWUF2_AW
impl UnwindSafe for CWUF2_AW
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