pub enum WRPPL_A {
    PROTECTED,
    ENABLED,
}Expand description
Write Protect Pin Level
Value on reset: 1
Variants
PROTECTED
0: Write protected (SDWP#=0)
ENABLED
1: Write enabled (SDWP#=1)
Trait Implementations
impl Copy for WRPPL_A
impl StructuralPartialEq for WRPPL_A
Auto Trait Implementations
impl RefUnwindSafe for WRPPL_A
impl Send for WRPPL_A
impl Sync for WRPPL_A
impl Unpin for WRPPL_A
impl UnwindSafe for WRPPL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more