Module avr_device::atmega4809::vportb
source · Expand description
Virtual Ports
Modules§
- Data Direction
- Input Value
- Interrupt Flags
- Output Value
Structs§
- Register block
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>