Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c233 return HWREG16(baseAddress + OFS_LIB_PAIFG) & selectedPins; in GPIO_getInterruptStatus()
244 HWREG16(baseAddress + OFS_LIB_PAIFG) &= ~selectedPins; in GPIO_clearInterruptFlag()
Dgpio.h113 #define OFS_LIB_PAIFG ((uint32_t)&P1->IFG - (uint32_t)P1) macro