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