Struct avr_device::atmega2560::portj::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub pinj: PINJ,
pub ddrj: DDRJ,
pub portj: PORTJ,
}Expand description
Register block
Fields§
§pinj: PINJ0x00 - PORT J Input Pins
ddrj: DDRJ0x01 - PORT J Data Direction Register
portj: PORTJ0x02 - PORT J Data Register