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

type XMCRB = Reg<u8, _XMCRB>;

External Memory Control Register B

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

For information about available fields see xmcrb module

Trait Implementations

impl Readable for XMCRB[src]

read() method returns xmcrb::R reader structure

impl ResetValue for XMCRB[src]

Register XMCRB reset()'s with value 0

impl Writable for XMCRB[src]

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