Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/gpio/
DGPIOCC32XX.c412 uint32_t pins; in GPIO_hwiIntFxn() local
420 pins = MAP_GPIOIntStatus(portBase, 0xFF) & 0xFF; in GPIO_hwiIntFxn()
423 MAP_GPIOIntClear(portBase, pins); in GPIO_hwiIntFxn()
426 while (pins) { in GPIO_hwiIntFxn()
428 bitNum = getPinNumber(pins); in GPIO_hwiIntFxn()
434 pins &= ~(1 << bitNum); in GPIO_hwiIntFxn()