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