Enum stm32wlxx_hal::pac::usart1::cr3::WUS_A
#[repr(u8)]pub enum WUS_A {
Address = 0,
Start = 2,
Rxne = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Wakeup from low-power mode interrupt flag selection
Value on reset: 0
Variants§
Address = 0
0: WUF active on address match
Start = 2
2: WuF active on Start bit detection
Rxne = 3
3: WUF active on RXNE
Trait Implementations§
impl Copy for WUS_A
impl StructuralPartialEq for WUS_A
Auto Trait Implementations§
impl RefUnwindSafe for WUS_A
impl Send for WUS_A
impl Sync for WUS_A
impl Unpin for WUS_A
impl UnwindSafe for WUS_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