Module avr_device::atmega4809::vporta

source ·
Expand description

Virtual Ports

Modules§

Structs§

Type Aliases§

  • DIR (rw) register accessor: an alias for Reg<DIR_SPEC>
  • IN (rw) register accessor: an alias for Reg<IN_SPEC>
  • INTFLAGS (rw) register accessor: an alias for Reg<INTFLAGS_SPEC>
  • OUT (rw) register accessor: an alias for Reg<OUT_SPEC>