[][src]Type Definition avr_device::atmega64::porta::PORTA

type PORTA = Reg<u8, _PORTA>;

Port A Data Register

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

For information about available fields see porta module

Trait Implementations

impl Readable for PORTA[src]

read() method returns porta::R reader structure

impl ResetValue for PORTA[src]

Register PORTA reset()'s with value 0

impl Writable for PORTA[src]

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