Enum stm32wlxx_hal::pac::flash::srrvr::NBRSD_A
pub enum NBRSD_A {
Secure = 0,
NonSecure = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
NBRSD
Value on reset: 1
Variants§
Secure = 0
0: SRAM1 is secure. SNBRSA[4:0] contains the start address of the first 1-Kbyte page of the secure non-backup SRAM1 area
NonSecure = 1
1: SRAM1 is non-secure
Trait Implementations§
impl Copy for NBRSD_A
impl StructuralPartialEq for NBRSD_A
Auto Trait Implementations§
impl RefUnwindSafe for NBRSD_A
impl Send for NBRSD_A
impl Sync for NBRSD_A
impl Unpin for NBRSD_A
impl UnwindSafe for NBRSD_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