Enum stm32wlxx_hal::pac::flash::optr::SRAM2_PE_A
pub enum SRAM2_PE_A {
Enabled = 0,
Disabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
SRAM2 parity check enable
Value on reset: 1
Variants§
Trait Implementations§
§impl Clone for SRAM2_PE_A
impl Clone for SRAM2_PE_A
§fn clone(&self) -> SRAM2_PE_A
fn clone(&self) -> SRAM2_PE_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 SRAM2_PE_A
impl Debug for SRAM2_PE_A
§impl PartialEq for SRAM2_PE_A
impl PartialEq for SRAM2_PE_A
§fn eq(&self, other: &SRAM2_PE_A) -> bool
fn eq(&self, other: &SRAM2_PE_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SRAM2_PE_A
impl StructuralPartialEq for SRAM2_PE_A
Auto Trait Implementations§
impl RefUnwindSafe for SRAM2_PE_A
impl Send for SRAM2_PE_A
impl Sync for SRAM2_PE_A
impl Unpin for SRAM2_PE_A
impl UnwindSafe for SRAM2_PE_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