Enum stm32wlxx_hal::pac::flash::sfr::HDPAD_A
pub enum HDPAD_A {
Enabled = 0,
Disabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
User Flash hide protection area disabled
Value on reset: 1
Variants§
Enabled = 0
0: User Flash memory hide protection area enabled. HDPSA[6:0] contains the start address of the first 2-Kbyte page of the user Flash memory hide protection area
Disabled = 1
1: User Flash memory hide protection area disabled
Trait Implementations§
impl Copy for HDPAD_A
impl StructuralPartialEq for HDPAD_A
Auto Trait Implementations§
impl RefUnwindSafe for HDPAD_A
impl Send for HDPAD_A
impl Sync for HDPAD_A
impl Unpin for HDPAD_A
impl UnwindSafe for HDPAD_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