Module avr_device::atmega2560::porte
source · Expand description
I/O Port
Modules§
- Data Direction Register, Port E
- Input Pins, Port E
- Data Register, Port E
Structs§
- Register block
Type Aliases§
- DDRE (rw) register accessor: an alias for
Reg<DDRE_SPEC>
- PINE (rw) register accessor: an alias for
Reg<PINE_SPEC>
- PORTE (rw) register accessor: an alias for
Reg<PORTE_SPEC>