Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dgpio.c263 unsigned long ulIntType) in GPIOIntTypeSet() argument
269 ASSERT((ulIntType == GPIO_FALLING_EDGE) || in GPIOIntTypeSet()
270 (ulIntType == GPIO_RISING_EDGE) || (ulIntType == GPIO_BOTH_EDGES) || in GPIOIntTypeSet()
271 (ulIntType == GPIO_LOW_LEVEL) || (ulIntType == GPIO_HIGH_LEVEL)); in GPIOIntTypeSet()
276 HWREG(ulPort + GPIO_O_GPIO_IBE) = ((ulIntType & 1) ? in GPIOIntTypeSet()
279 HWREG(ulPort + GPIO_O_GPIO_IS) = ((ulIntType & 2) ? in GPIOIntTypeSet()
282 HWREG(ulPort + GPIO_O_GPIO_IEV) = ((ulIntType & 4) ? in GPIOIntTypeSet()
Dgpio.h116 unsigned long ulIntType);
Drom.h1726 unsigned long ulIntType))ROM_GPIOTABLE[2])