Enum stm32wlxx_hal::pac::syscfg::swpr::P14WP_A
pub enum P14WP_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
SRAM2 1Kbyte page 10 write protection
Value on reset: 0
Variants§
Disabled = 0
0: SRAM2 1 KB page protection disabled
Enabled = 1
1: SRAM2 1 KB page protection enabled
Trait Implementations§
impl Copy for P10WP_A
impl StructuralPartialEq for P10WP_A
Auto Trait Implementations§
impl RefUnwindSafe for P10WP_A
impl Send for P10WP_A
impl Sync for P10WP_A
impl Unpin for P10WP_A
impl UnwindSafe for P10WP_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