[][src]Type Definition avr_device::attiny88::eeprom::EEDR

type EEDR = Reg<u8, _EEDR>;

EEPROM Data Register

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

For information about available fields see eedr module

Trait Implementations

impl Readable for EEDR[src]

read() method returns eedr::R reader structure

impl ResetValue for EEDR[src]

Register EEDR reset()'s with value 0

impl Writable for EEDR[src]

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