Struct avr_device::atmega2560::portl::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub pinl: PINL,
pub ddrl: DDRL,
pub portl: PORTL,
}Expand description
Register block
Fields§
§pinl: PINL0x00 - PORT L Input Pins
ddrl: DDRL0x01 - PORT L Data Direction Register
portl: PORTL0x02 - PORT L Data Register