[][src]Type Definition avr_device::atmega1280::cpu::XMCRA

type XMCRA = Reg<u8, _XMCRA>;

External Memory Control Register A

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

For information about available fields see xmcra module

Trait Implementations

impl Readable for XMCRA[src]

read() method returns xmcra::R reader structure

impl ResetValue for XMCRA[src]

Register XMCRA reset()'s with value 0

impl Writable for XMCRA[src]

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