Enum stm32wlxx_hal::pac::flash::sr::OPTVERR_A
pub enum OPTVERR_A {
NoError = 0,
Error = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Option validity error
Value on reset: 0
Variants§
NoError = 0
0: No error in option and engineering bits
Error = 1
1: Error in option and engineering bits
Trait Implementations§
impl Copy for OPTVERR_A
impl StructuralPartialEq for OPTVERR_A
Auto Trait Implementations§
impl RefUnwindSafe for OPTVERR_A
impl Send for OPTVERR_A
impl Sync for OPTVERR_A
impl Unpin for OPTVERR_A
impl UnwindSafe for OPTVERR_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