[][src]Struct avr_device::atmega64::fuse::high::BOOTSZ_W

pub struct BOOTSZ_W<'a> { /* fields omitted */ }

Write proxy for field BOOTSZ

Implementations

impl<'a> BOOTSZ_W<'a>[src]

pub fn variant(self, variant: BOOTSZ_A) -> &'a mut W[src]

Writes variant to the field

pub fn _4096w_7000(self) -> &'a mut W[src]

Boot Flash size=4096 words Boot address=$7000

pub fn _2048w_7800(self) -> &'a mut W[src]

Boot Flash size=2048 words Boot address=$7800

pub fn _1024w_7c00(self) -> &'a mut W[src]

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

pub fn _512w_7e00(self) -> &'a mut W[src]

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

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for BOOTSZ_W<'a>

impl<'a> !Sync for BOOTSZ_W<'a>

impl<'a> Unpin for BOOTSZ_W<'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.