Enum stm32wlxx_hal::pac::pwr::cr3::EWRFIRQ_A
pub enum EWRFIRQ_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
akeup for CPU1
Value on reset: 0
Variants§
Disabled = 0
0: Radio IRQ[2:0] is disabled and does not trigger a wakeup from Standby event to CPU1.
Enabled = 1
1: Radio IRQ[2:0] is enabled and triggers a wakeup from Standby event to CPU1.
Trait Implementations§
impl Copy for EWRFIRQ_A
impl StructuralPartialEq for EWRFIRQ_A
Auto Trait Implementations§
impl RefUnwindSafe for EWRFIRQ_A
impl Send for EWRFIRQ_A
impl Sync for EWRFIRQ_A
impl Unpin for EWRFIRQ_A
impl UnwindSafe for EWRFIRQ_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