[][src]Type Definition avr_device::attiny88::cpu::GPIOR2

type GPIOR2 = Reg<u8, _GPIOR2>;

General Purpose I/O Register 2

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

For information about available fields see gpior2 module

Trait Implementations

impl Readable for GPIOR2[src]

read() method returns gpior2::R reader structure

impl ResetValue for GPIOR2[src]

Register GPIOR2 reset()'s with value 0

impl Writable for GPIOR2[src]

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