Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c213 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()
Dgpio.h111 #define OFS_LIB_PAIE ((uint32_t)&P1->IE - (uint32_t)P1) macro