32 #ifndef __GPIOGROUP_18XX_43XX_H_
33 #define __GPIOGROUP_18XX_43XX_H_
49 __I uint32_t RESERVED0[7];
50 __IO uint32_t PORT_POL[8];
51 __IO uint32_t PORT_ENA[8];
52 uint32_t RESERVED1[1000];
58 #define GPIOGR_INT (1 << 0)
59 #define GPIOGR_COMB (1 << 1)
60 #define GPIOGR_TRIG (1 << 2)
68 STATIC INLINE void Chip_GPIOGP_ClearIntStatus(LPC_GPIOGROUPINT_T *pGPIOGPINT, uint8_t group)
72 temp = pGPIOGPINT[group].
CTRL;
144 pGPIOGPINT[group].
PORT_POL[port] &= ~pinMask;
160 pGPIOGPINT[group].
PORT_POL[port] |= pinMask;
177 pGPIOGPINT[group].
PORT_ENA[port] &= ~pinMask;
194 pGPIOGPINT[group].
PORT_ENA[port] |= pinMask;