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

type GPIOR1 = Reg<u8, _GPIOR1>;

General Purpose IO Register 1

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

For information about available fields see gpior1 module

Trait Implementations

impl Readable for GPIOR1[src]

read() method returns gpior1::R reader structure

impl ResetValue for GPIOR1[src]

Register GPIOR1 reset()'s with value 0

impl Writable for GPIOR1[src]

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