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

type GPIOR0 = Reg<u8, _GPIOR0>;

General Purpose IO Register 0

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

For information about available fields see gpior0 module

Trait Implementations

impl Readable for GPIOR0[src]

read() method returns gpior0::R reader structure

impl ResetValue for GPIOR0[src]

Register GPIOR0 reset()'s with value 0

impl Writable for GPIOR0[src]

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