Enum stm32wlxx_hal::pac::flash::srrvr::C2OPT_A
pub enum C2OPT_A {
Sram = 0,
Flash = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
C2OPT
Value on reset: 1
Variants§
Sram = 0
0: SBRV offset addresses SRAM1 or SRAM2, from start address 0x2000_0000 + SBRV
Flash = 1
1: SBRV offset addresses the Flash memory, from start address 0x0800_0000 + SBRV
Trait Implementations§
impl Copy for C2OPT_A
impl StructuralPartialEq for C2OPT_A
Auto Trait Implementations§
impl RefUnwindSafe for C2OPT_A
impl Send for C2OPT_A
impl Sync for C2OPT_A
impl Unpin for C2OPT_A
impl UnwindSafe for C2OPT_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