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