[][src]Module betrusted_pac::gpio

GPIO

Modules

drive

When a bit is set to 1, the respective pad drives its value out

ev_enable
ev_pending
ev_status
input

Value measured on the respective GPIO pin

intena

Enable interrupts when a respective bit is set

intpol

When a bit is 1, falling-edges cause interrupts. Otherwise, rising edges cause interrupts.

output

Values to appear on GPIO when respective drive bit is asserted

Structs

RegisterBlock

Register block

Type Definitions

DRIVE

When a bit is set to 1, the respective pad drives its value out

EV_ENABLE

This register you can read, reset, write, write_with_zero, modify. See API.

EV_PENDING

This register you can read, reset, write, write_with_zero, modify. See API.

EV_STATUS

This register you can read, reset, write, write_with_zero, modify. See API.

INPUT

Value measured on the respective GPIO pin

INTENA

Enable interrupts when a respective bit is set

INTPOL

When a bit is 1, falling-edges cause interrupts. Otherwise, rising edges cause interrupts.

OUTPUT

Values to appear on GPIO when respective drive bit is asserted