Type Alias avr_device::attiny85::fuse::high::EESAVE_W

source ·
pub type EESAVE_W<'a, const O: u8> = BitWriter<'a, u8, HIGH_SPEC, bool, O>;
Expand description

Field EESAVE writer - Preserve EEPROM through the Chip Erase cycle

Aliased Type§

struct EESAVE_W<'a, const O: u8> { /* private fields */ }