Enum stm32wlxx_hal::pac::flash::sfr::SUBGHSPISD_A
pub enum SUBGHSPISD_A {
Enabled = 0,
Disabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
sub-GHz radio SPI security disable
Value on reset: 1
Variants§
Enabled = 0
0: sub-GHz radio SPI security enabled
Disabled = 1
1: sub-GHz radio SPI security disabled
Trait Implementations§
§impl Clone for SUBGHSPISD_A
impl Clone for SUBGHSPISD_A
§fn clone(&self) -> SUBGHSPISD_A
fn clone(&self) -> SUBGHSPISD_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 SUBGHSPISD_A
impl Debug for SUBGHSPISD_A
§impl PartialEq for SUBGHSPISD_A
impl PartialEq for SUBGHSPISD_A
§fn eq(&self, other: &SUBGHSPISD_A) -> bool
fn eq(&self, other: &SUBGHSPISD_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SUBGHSPISD_A
impl StructuralPartialEq for SUBGHSPISD_A
Auto Trait Implementations§
impl RefUnwindSafe for SUBGHSPISD_A
impl Send for SUBGHSPISD_A
impl Sync for SUBGHSPISD_A
impl Unpin for SUBGHSPISD_A
impl UnwindSafe for SUBGHSPISD_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