Module avr_device::atmega4809::portc
source · Expand description
I/O Ports
Modules
- Data Direction
- Data Direction Clear
- Data Direction Set
- Data Direction Toggle
- Input Value
- Interrupt Flags
- Output Value
- Output Value Clear
- Output Value Set
- Output Value Toggle
- Pin 0 Control
- Pin 1 Control
- Pin 2 Control
- Pin 3 Control
- Pin 4 Control
- Pin 5 Control
- Pin 6 Control
- Pin 7 Control
- Port Control
Structs
- Register block
Type Definitions
- DIR (rw) register accessor: an alias for
Reg<DIR_SPEC> - DIRCLR (rw) register accessor: an alias for
Reg<DIRCLR_SPEC> - DIRSET (rw) register accessor: an alias for
Reg<DIRSET_SPEC> - DIRTGL (rw) register accessor: an alias for
Reg<DIRTGL_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> - OUTCLR (rw) register accessor: an alias for
Reg<OUTCLR_SPEC> - OUTSET (rw) register accessor: an alias for
Reg<OUTSET_SPEC> - OUTTGL (rw) register accessor: an alias for
Reg<OUTTGL_SPEC> - PIN0CTRL (rw) register accessor: an alias for
Reg<PIN0CTRL_SPEC> - PIN1CTRL (rw) register accessor: an alias for
Reg<PIN1CTRL_SPEC> - PIN2CTRL (rw) register accessor: an alias for
Reg<PIN2CTRL_SPEC> - PIN3CTRL (rw) register accessor: an alias for
Reg<PIN3CTRL_SPEC> - PIN4CTRL (rw) register accessor: an alias for
Reg<PIN4CTRL_SPEC> - PIN5CTRL (rw) register accessor: an alias for
Reg<PIN5CTRL_SPEC> - PIN6CTRL (rw) register accessor: an alias for
Reg<PIN6CTRL_SPEC> - PIN7CTRL (rw) register accessor: an alias for
Reg<PIN7CTRL_SPEC> - PORTCTRL (rw) register accessor: an alias for
Reg<PORTCTRL_SPEC>