[][src]Enum atsame54p::nvmctrl::status::BOOTPROT_A

#[repr(u8)]pub enum BOOTPROT_A {
    _0,
    _8,
    _16,
    _24,
    _32,
    _40,
    _48,
    _56,
    _64,
    _72,
    _80,
    _88,
    _96,
    _104,
    _112,
    _120,
}

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

impl Clone for BOOTPROT_A[src]

impl Copy for BOOTPROT_A[src]

impl Debug for BOOTPROT_A[src]

impl From<BOOTPROT_A> for u8[src]

impl PartialEq<BOOTPROT_A> for BOOTPROT_A[src]

impl StructuralPartialEq for BOOTPROT_A[src]

Auto Trait Implementations

impl Send for BOOTPROT_A

impl Sync for BOOTPROT_A

impl Unpin for BOOTPROT_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.