Module nrf52811_pac::gpiote[][src]

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 register accessor: an alias for Reg<CONFIG_SPEC>

EVENTS_IN register accessor: an alias for Reg<EVENTS_IN_SPEC>

EVENTS_PORT register accessor: an alias for Reg<EVENTS_PORT_SPEC>

INTENCLR register accessor: an alias for Reg<INTENCLR_SPEC>

INTENSET register accessor: an alias for Reg<INTENSET_SPEC>

TASKS_CLR register accessor: an alias for Reg<TASKS_CLR_SPEC>

TASKS_OUT register accessor: an alias for Reg<TASKS_OUT_SPEC>

TASKS_SET register accessor: an alias for Reg<TASKS_SET_SPEC>