Struct avr_device::atmega2560::porta::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub pina: PINA,
pub ddra: DDRA,
pub porta: PORTA,
}Expand description
Register block
Fields§
§pina: PINA0x00 - Port A Input Pins
ddra: DDRA0x01 - Port A Data Direction Register
porta: PORTA0x02 - Port A Data Register