#[repr(u8)]pub enum RDP {
Level0 = 170,
Level2 = 204,
Level1 = 0,
}
Expand description
Read protect
Value on reset: 170
Variants§
Level0 = 170
170: Read protection not active
Level2 = 204
204: Chip read protection active
Level1 = 0
0: Read protection of memories active
Trait Implementations§
impl Copy for RDP
impl Eq for RDP
impl IsEnum for RDP
impl StructuralPartialEq for RDP
Auto Trait Implementations§
impl Freeze for RDP
impl RefUnwindSafe for RDP
impl Send for RDP
impl Sync for RDP
impl Unpin for RDP
impl UnwindSafe for RDP
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