Enum stm32wlxx_hal::pac::pwr::cr4::WP1_A
pub enum WP1_A {
RisingEdge = 0,
FallingEdge = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Wakeup pin WKUP1 polarity
Value on reset: 0
Variants§
RisingEdge = 0
0: Detection on high level (rising edge)
FallingEdge = 1
1: Detection on low level (falling edge)
Trait Implementations§
impl Copy for WP1_A
impl StructuralPartialEq for WP1_A
Auto Trait Implementations§
impl RefUnwindSafe for WP1_A
impl Send for WP1_A
impl Sync for WP1_A
impl Unpin for WP1_A
impl UnwindSafe for WP1_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