[][src]Module nrf52811_pac::gpiote

GPIO Tasks and Events

Modules

config

Description collection: Configuration for OUT[n], SET[n] and CLR[n] tasks and IN[n] event

events_in

Description collection: Event generated from pin specified in CONFIG[n].PSEL

events_port

Event generated from multiple input GPIO pins with SENSE mechanism enabled

intenclr

Disable interrupt

intenset

Enable interrupt

tasks_clr

Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it low.

tasks_out

Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is configured in CONFIG[n].POLARITY.

tasks_set

Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high.

Structs

RegisterBlock

Register block

Type Definitions

CONFIG

Description collection: Configuration for OUT[n], SET[n] and CLR[n] tasks and IN[n] event

EVENTS_IN

Description collection: Event generated from pin specified in CONFIG[n].PSEL

EVENTS_PORT

Event generated from multiple input GPIO pins with SENSE mechanism enabled

INTENCLR

Disable interrupt

INTENSET

Enable interrupt

TASKS_CLR

Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it low.

TASKS_OUT

Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is configured in CONFIG[n].POLARITY.

TASKS_SET

Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high.