[][src]Type Definition avr_device::atmega2560::porta::DDRA

type DDRA = Reg<u8, _DDRA>;

Port A Data Direction Register

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

For information about available fields see ddra module

Trait Implementations

impl Readable for DDRA[src]

read() method returns ddra::R reader structure

impl ResetValue for DDRA[src]

Register DDRA reset()'s with value 0

impl Writable for DDRA[src]

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