Home
last modified time | relevance | path

Searched refs:GPIOGR_INT (Results 1 – 1 of 1) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dgpiogroup_15xx.h58 #define GPIOGR_INT (1 << 0) /*!< GPIO interrupt pending/clear bit */ macro
94 pGPIOGPINT[group].CTRL = temp | GPIOGR_INT; in Chip_GPIOGP_ClearIntStatus()
105 return (bool) ((pGPIOGPINT[group].CTRL & GPIOGR_INT) != 0); in Chip_GPIOGP_GetIntStatus()

Completed in 2 milliseconds