[][src]Enum avr_device::atmega64::fuse::high::BOOTSZ_A

#[repr(u8)]pub enum BOOTSZ_A {
    _4096W_7000,
    _2048W_7800,
    _1024W_7C00,
    _512W_7E00,
}

Select Boot Size

Value on reset: 0

Variants

_4096W_7000

0: Boot Flash size=4096 words Boot address=$7000

_2048W_7800

1: Boot Flash size=2048 words Boot address=$7800

_1024W_7C00

2: Boot Flash size=1024 words Boot address=$7C00

_512W_7E00

3: Boot Flash size=512 words Boot address=$7E00

Trait Implementations

impl Clone for BOOTSZ_A[src]

impl Copy for BOOTSZ_A[src]

impl Debug for BOOTSZ_A[src]

impl From<BOOTSZ_A> for u8[src]

impl PartialEq<BOOTSZ_A> for BOOTSZ_A[src]

impl StructuralPartialEq for BOOTSZ_A[src]

Auto Trait Implementations

impl Send for BOOTSZ_A

impl Sync for BOOTSZ_A

impl Unpin for BOOTSZ_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, 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.