Enum stm32wlxx_hal::pac::pwr::cr4::WRFBUSYP_A
pub enum WRFBUSYP_A {
RisingEdge = 0,
FallingEdge = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Wakeup Radio BUSY 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 Clone for WRFBUSYP_A
impl Clone for WRFBUSYP_A
§fn clone(&self) -> WRFBUSYP_A
fn clone(&self) -> WRFBUSYP_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WRFBUSYP_A
impl Debug for WRFBUSYP_A
§impl PartialEq for WRFBUSYP_A
impl PartialEq for WRFBUSYP_A
§fn eq(&self, other: &WRFBUSYP_A) -> bool
fn eq(&self, other: &WRFBUSYP_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WRFBUSYP_A
impl StructuralPartialEq for WRFBUSYP_A
Auto Trait Implementations§
impl RefUnwindSafe for WRFBUSYP_A
impl Send for WRFBUSYP_A
impl Sync for WRFBUSYP_A
impl Unpin for WRFBUSYP_A
impl UnwindSafe for WRFBUSYP_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