[][src]Type Definition avr_device::atmega8::eeprom::EECR

type EECR = Reg<u8, _EECR>;

EEPROM Control Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see eecr module

Trait Implementations

impl Readable for EECR[src]

read() method returns eecr::R reader structure

impl ResetValue for EECR[src]

Register EECR reset()'s with value 0

impl Writable for EECR[src]

write(|w| ..) method takes eecr::W writer structure