Struct avr_device::atmega2560::porth::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub pinh: PINH,
pub ddrh: DDRH,
pub porth: PORTH,
}Expand description
Register block
Fields§
§pinh: PINH0x00 - PORT H Input Pins
ddrh: DDRH0x01 - PORT H Data Direction Register
porth: PORTH0x02 - PORT H Data Register