Enum stm32wlxx_hal::pac::flash::sr::OPTNV_A
pub enum OPTNV_A {
Valid = 0,
Invalid = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
User Option OPTIVAL indication
Value on reset: 0
Variants§
Valid = 0
0: The OBL user option OPTVAL indicates “valid”
Invalid = 1
1: The OBL user option OPTVAL indicates “invalid”
Trait Implementations§
impl Copy for OPTNV_A
impl StructuralPartialEq for OPTNV_A
Auto Trait Implementations§
impl RefUnwindSafe for OPTNV_A
impl Send for OPTNV_A
impl Sync for OPTNV_A
impl Unpin for OPTNV_A
impl UnwindSafe for OPTNV_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