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