libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

LPC_GPIOGROUPINT_T Struct Reference

GPIO grouped interrupt register block structure. More...

#include <gpiogroup_11xx.h>

Data Fields

__IO uint32_t CTRL
__IO uint32_t PORT_POL [8]
__IO uint32_t PORT_ENA [8]

Detailed Description

GPIO grouped interrupt register block structure.

Definition at line 52 of file gpiogroup_11xx.h.


Field Documentation

__IO uint32_t CTRL

< GPIO_GROUP_INTn Structure GPIO grouped interrupt control register

Definition at line 53 of file gpiogroup_11xx.h.

__IO uint32_t PORT_ENA[8]

GPIO grouped interrupt port m enable register

Definition at line 56 of file gpiogroup_11xx.h.

__IO uint32_t PORT_POL[8]

GPIO grouped interrupt port polarity register

Definition at line 55 of file gpiogroup_11xx.h.