Expand description

General Purpose I/O (GPIO)

Modules

Register block no description available

Clear port for all port GPIO pins

Direction registers for all port GPIO pins

Clear pin direction bits for port

Toggle pin direction bits for port

Set pin direction bits for port

Mask register for all port GPIO pins

Masked port register for all port GPIO pins

Toggle port for all port GPIO pins

Port pin register for all port GPIO pins

Write: Set register for port. Read: output bits for port

Register block no description available

Structs

Register block

Register block

Register block

Type Definitions

CLR register accessor: an alias for Reg<CLR_SPEC>

DIR register accessor: an alias for Reg<DIR_SPEC>

DIRCLR register accessor: an alias for Reg<DIRCLR_SPEC>

DIRNOT register accessor: an alias for Reg<DIRNOT_SPEC>

DIRSET register accessor: an alias for Reg<DIRSET_SPEC>

MASK register accessor: an alias for Reg<MASK_SPEC>

MPIN register accessor: an alias for Reg<MPIN_SPEC>

NOT register accessor: an alias for Reg<NOT_SPEC>

PIN register accessor: an alias for Reg<PIN_SPEC>

SET register accessor: an alias for Reg<SET_SPEC>