Searched refs:ulIntType (Results 1 – 3 of 3) sorted by relevance
263 unsigned long ulIntType) in GPIOIntTypeSet() argument269 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()
116 unsigned long ulIntType);
1726 unsigned long ulIntType))ROM_GPIOTABLE[2])