Enum stm32wlxx_hal::pac::lpuart::cr3::WUFIE_A
pub enum WUFIE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Wakeup from Stop mode interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is inhibited
Enabled = 1
1: An USART interrupt is generated whenever WUF=1 in the ISR register
Trait Implementations§
impl Copy for WUFIE_A
impl StructuralPartialEq for WUFIE_A
Auto Trait Implementations§
impl RefUnwindSafe for WUFIE_A
impl Send for WUFIE_A
impl Sync for WUFIE_A
impl Unpin for WUFIE_A
impl UnwindSafe for WUFIE_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