Enum stm32wlxx_hal::pac::pwr::sr1::WRFBUSYF_A
pub enum WRFBUSYF_A {
Clear = 0,
Wakeup = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Radio BUSY wakeup flag
Value on reset: 0
Variants§
Clear = 0
0: No wakeup event detected on radio busy
Wakeup = 1
1: Wakeup event detected on radio busy
Trait Implementations§
§impl Clone for WRFBUSYF_A
impl Clone for WRFBUSYF_A
§fn clone(&self) -> WRFBUSYF_A
fn clone(&self) -> WRFBUSYF_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 WRFBUSYF_A
impl Debug for WRFBUSYF_A
§impl PartialEq for WRFBUSYF_A
impl PartialEq for WRFBUSYF_A
§fn eq(&self, other: &WRFBUSYF_A) -> bool
fn eq(&self, other: &WRFBUSYF_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WRFBUSYF_A
impl StructuralPartialEq for WRFBUSYF_A
Auto Trait Implementations§
impl RefUnwindSafe for WRFBUSYF_A
impl Send for WRFBUSYF_A
impl Sync for WRFBUSYF_A
impl Unpin for WRFBUSYF_A
impl UnwindSafe for WRFBUSYF_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