#[repr(u8)]
pub enum BOOTPROT_A {
Show 16 variants
    _0,
    _8,
    _16,
    _24,
    _32,
    _40,
    _48,
    _56,
    _64,
    _72,
    _80,
    _88,
    _96,
    _104,
    _112,
    _120,
}Expand description
Boot Loader Protection Size
Value on reset: 0
Variants
_0
15: 0 kbytes
_8
14: 8 kbytes
_16
13: 16 kbytes
_24
12: 24 kbytes
_32
11: 32 kbytes
_40
10: 40 kbytes
_48
9: 48 kbytes
_56
8: 56 kbytes
_64
7: 64 kbytes
_72
6: 72 kbytes
_80
5: 80 kbytes
_88
4: 88 kbytes
_96
3: 96 kbytes
_104
2: 104 kbytes
_112
1: 112 kbytes
_120
0: 120 kbytes
Trait Implementations
sourceimpl Clone for BOOTPROT_A
 
impl Clone for BOOTPROT_A
sourcefn clone(&self) -> BOOTPROT_A
 
fn clone(&self) -> BOOTPROT_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for BOOTPROT_A
 
impl Debug for BOOTPROT_A
sourceimpl From<BOOTPROT_A> for u8
 
impl From<BOOTPROT_A> for u8
sourcefn from(variant: BOOTPROT_A) -> Self
 
fn from(variant: BOOTPROT_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<BOOTPROT_A> for BOOTPROT_A
 
impl PartialEq<BOOTPROT_A> for BOOTPROT_A
sourcefn eq(&self, other: &BOOTPROT_A) -> bool
 
fn eq(&self, other: &BOOTPROT_A) -> bool
impl Copy for BOOTPROT_A
impl StructuralPartialEq for BOOTPROT_A
Auto Trait Implementations
impl RefUnwindSafe for BOOTPROT_A
impl Send for BOOTPROT_A
impl Sync for BOOTPROT_A
impl Unpin for BOOTPROT_A
impl UnwindSafe for BOOTPROT_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