Searched refs:OFS_LIB_PAIE (Results 1 – 2 of 2) sorted by relevance
213 HWREG16(baseAddress + OFS_LIB_PAIE) |= selectedPins; in GPIO_enableInterrupt()223 HWREG16(baseAddress + OFS_LIB_PAIE) &= ~selectedPins; in GPIO_disableInterrupt()286 return (HWREG16(baseAddr + OFS_LIB_PAIE) & pendingInts); in GPIO_getEnabledInterruptStatus()
111 #define OFS_LIB_PAIE ((uint32_t)&P1->IE - (uint32_t)P1) macro