Type Alias avr_device::atmega2560::fuse::high::BOOTSZ_R

source ·
pub type BOOTSZ_R = FieldReader<u8, BOOTSZ_A>;
Expand description

Field BOOTSZ reader - Select Boot Size

Aliased Type§

struct BOOTSZ_R { /* private fields */ }

Implementations§

source§

impl BOOTSZ_R

source

pub fn variant(&self) -> BOOTSZ_A

Get enumerated values variant

source

pub fn is_4096w_1f000(&self) -> bool

Checks if the value of the field is _4096W_1F000

source

pub fn is_2048w_1f800(&self) -> bool

Checks if the value of the field is _2048W_1F800

source

pub fn is_1024w_1fc00(&self) -> bool

Checks if the value of the field is _1024W_1FC00

source

pub fn is_512w_1fe00(&self) -> bool

Checks if the value of the field is _512W_1FE00