Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c263 uint_fast16_t pendingInts; in GPIO_getEnabledInterruptStatus() local
266 pendingInts = GPIO_getInterruptStatus(selectedPort, 0xFFFF); in GPIO_getEnabledInterruptStatus()
278 return (HWREG8(baseAddr + OFS_LIB_P1IE) & pendingInts); in GPIO_getEnabledInterruptStatus()
284 return (HWREG8(baseAddr + OFS_LIB_P2IE) & pendingInts); in GPIO_getEnabledInterruptStatus()
286 return (HWREG16(baseAddr + OFS_LIB_PAIE) & pendingInts); in GPIO_getEnabledInterruptStatus()