[][src]Type Definition avr_device::atmega2560::porth::PINH

type PINH = Reg<u8, _PINH>;

PORT H Input Pins

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

For information about available fields see pinh module

Trait Implementations

impl Readable for PINH[src]

read() method returns pinh::R reader structure

impl ResetValue for PINH[src]

Register PINH reset()'s with value 0

impl Writable for PINH[src]

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