Enum stm32wlxx_hal::pwr::WakeupPin
source · pub enum WakeupPin {
Disabled,
Rising,
Falling,
}
Expand description
Wakeup pin options for setup_wakeup_pins
.
Variants§
Disabled
Wakeup pin disabled.
Rising
Wakeup pin enabled with a rising edge.
Falling
Wakeup pin enabled with a falling edge.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WakeupPin
impl Send for WakeupPin
impl Sync for WakeupPin
impl Unpin for WakeupPin
impl UnwindSafe for WakeupPin
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