Enum stm32wlxx_hal::pac::flash::optr::RDP_A
#[repr(u8)]pub enum RDP_A {
Level1 = 136,
Level0 = 170,
Level2 = 204,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Read protection level
Value on reset: 170
Variants§
Level1 = 136
136: Level 1, memories readout protection active (writes 0x88)
Level0 = 170
170: Level 0, readout protection not active
Level2 = 204
204: Level 2, chip readout protection active
Trait Implementations§
impl Copy for RDP_A
impl StructuralPartialEq for RDP_A
Auto Trait Implementations§
impl RefUnwindSafe for RDP_A
impl Send for RDP_A
impl Sync for RDP_A
impl Unpin for RDP_A
impl UnwindSafe for RDP_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