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
impl BOOTSZ_R
sourcepub fn is_4096w_1f000(&self) -> bool
pub fn is_4096w_1f000(&self) -> bool
Checks if the value of the field is _4096W_1F000
sourcepub fn is_2048w_1f800(&self) -> bool
pub fn is_2048w_1f800(&self) -> bool
Checks if the value of the field is _2048W_1F800
sourcepub fn is_1024w_1fc00(&self) -> bool
pub fn is_1024w_1fc00(&self) -> bool
Checks if the value of the field is _1024W_1FC00
sourcepub fn is_512w_1fe00(&self) -> bool
pub fn is_512w_1fe00(&self) -> bool
Checks if the value of the field is _512W_1FE00