Type Alias avr_device::attiny85::eeprom::eecr::EEPE_W

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

Field EEPE writer - EEPROM Write Enable

Aliased Type§

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