[][src]Type Definition avr_device::atmega64::eeprom::EEAR

type EEAR = Reg<u16, _EEAR>;

EEPROM Read/Write Access Bytes

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

For information about available fields see eear module

Trait Implementations

impl Readable for EEAR[src]

read() method returns eear::R reader structure

impl ResetValue for EEAR[src]

Register EEAR reset()'s with value 0

impl Writable for EEAR[src]

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