[][src]Type Definition avr_device::atmega1280::porth::PORTH

type PORTH = Reg<u8, _PORTH>;

PORT H Data Register

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

For information about available fields see porth module

Trait Implementations

impl Readable for PORTH[src]

read() method returns porth::R reader structure

impl ResetValue for PORTH[src]

Register PORTH reset()'s with value 0

impl Writable for PORTH[src]

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