Enum stm32wlxx_hal::pac::pwr::sr1::WUF3_A
pub enum WUF3_A {
Clear = 0,
Wakeup = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Wakeup flag 3
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WUF3_A
impl StructuralPartialEq for WUF3_A
Auto Trait Implementations§
impl RefUnwindSafe for WUF3_A
impl Send for WUF3_A
impl Sync for WUF3_A
impl Unpin for WUF3_A
impl UnwindSafe for WUF3_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