Struct atmega_hal::pac::porte::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub pine: Reg<PINE_SPEC>,
pub ddre: Reg<DDRE_SPEC>,
pub porte: Reg<PORTE_SPEC>,
}Expand description
Register block
Fields§
§pine: Reg<PINE_SPEC>0x00 - Input Pins, Port E
ddre: Reg<DDRE_SPEC>0x01 - Data Direction Register, Port E
porte: Reg<PORTE_SPEC>0x02 - Data Register, Port E