Type Alias avr_device::atmega2560::fuse::high::BOOTSZ_W
source · pub type BOOTSZ_W<'a, const O: u8> = FieldWriterSafe<'a, u8, HIGH_SPEC, u8, BOOTSZ_A, 2, O>;Expand description
Field BOOTSZ writer - Select Boot Size
Aliased Type§
struct BOOTSZ_W<'a, const O: u8> { /* private fields */ }Implementations§
source§impl<'a, const O: u8> BOOTSZ_W<'a, O>
impl<'a, const O: u8> BOOTSZ_W<'a, O>
sourcepub fn _4096w_1f000(self) -> &'a mut W
pub fn _4096w_1f000(self) -> &'a mut W
Boot Flash size=4096 words start address=$1F000
sourcepub fn _2048w_1f800(self) -> &'a mut W
pub fn _2048w_1f800(self) -> &'a mut W
Boot Flash size=2048 words start address=$1F800
sourcepub fn _1024w_1fc00(self) -> &'a mut W
pub fn _1024w_1fc00(self) -> &'a mut W
Boot Flash size=1024 words start address=$1FC00
sourcepub fn _512w_1fe00(self) -> &'a mut W
pub fn _512w_1fe00(self) -> &'a mut W
Boot Flash size=512 words start address=$1FE00