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