Enum stm32wlxx_hal::pac::rcc::csr::RFILARSTF_A
pub enum RFILARSTF_A {
NoIllegalCommand = 0,
IllegalCommand = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Radio illegal access flag
Value on reset: 0
Variants§
NoIllegalCommand = 0
0: No SUBGHZ radio illegal command occurred
IllegalCommand = 1
1: SUBGHZ radio illegal command occurred
Trait Implementations§
§impl Clone for RFILARSTF_A
impl Clone for RFILARSTF_A
§fn clone(&self) -> RFILARSTF_A
fn clone(&self) -> RFILARSTF_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 RFILARSTF_A
impl Debug for RFILARSTF_A
§impl PartialEq for RFILARSTF_A
impl PartialEq for RFILARSTF_A
§fn eq(&self, other: &RFILARSTF_A) -> bool
fn eq(&self, other: &RFILARSTF_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RFILARSTF_A
impl StructuralPartialEq for RFILARSTF_A
Auto Trait Implementations§
impl RefUnwindSafe for RFILARSTF_A
impl Send for RFILARSTF_A
impl Sync for RFILARSTF_A
impl Unpin for RFILARSTF_A
impl UnwindSafe for RFILARSTF_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