Enum stm32wlxx_hal::pac::flash::optr::NBOOT1_A
pub enum NBOOT1_A {
Clear = 0,
Set = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Boot configuration
Value on reset: 1
Variants§
Clear = 0
0: When nSWBOOT0 is cleared, select boot mode together with nBOOT0
Set = 1
1: When nSWBOOT0 is cleared, select boot mode together with nBOOT0
Trait Implementations§
impl Copy for NBOOT1_A
impl StructuralPartialEq for NBOOT1_A
Auto Trait Implementations§
impl RefUnwindSafe for NBOOT1_A
impl Send for NBOOT1_A
impl Sync for NBOOT1_A
impl Unpin for NBOOT1_A
impl UnwindSafe for NBOOT1_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