Expand description

GPIO Tasks and Events

Modules

Description collection: Configuration for OUT[n], SET[n] and CLR[n] tasks and IN[n] event
Description collection: Event generated from pin specified in CONFIG[n].PSEL
Event generated from multiple input GPIO pins with SENSE mechanism enabled
Disable interrupt
Enable interrupt
Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it low.
Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is configured in CONFIG[n].POLARITY.
Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high.

Structs

Register block

Type Definitions

CONFIG (rw) register accessor: an alias for Reg<CONFIG_SPEC>
EVENTS_IN (rw) register accessor: an alias for Reg<EVENTS_IN_SPEC>
EVENTS_PORT (rw) register accessor: an alias for Reg<EVENTS_PORT_SPEC>
INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
TASKS_CLR (w) register accessor: an alias for Reg<TASKS_CLR_SPEC>
TASKS_OUT (w) register accessor: an alias for Reg<TASKS_OUT_SPEC>
TASKS_SET (w) register accessor: an alias for Reg<TASKS_SET_SPEC>