[][src]Type Definition avr_device::atmega2560::cpu::RAMPZ

type RAMPZ = Reg<u8, _RAMPZ>;

RAM Page Z Select Register

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

For information about available fields see rampz module

Trait Implementations

impl Readable for RAMPZ[src]

read() method returns rampz::R reader structure

impl ResetValue for RAMPZ[src]

Register RAMPZ reset()'s with value 0

impl Writable for RAMPZ[src]

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