Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/gpio/
DGPIOCC32XX.c194 uint8_t pinIndex[NUM_PINS_PER_PORT]; member
411 unsigned int pinIndex; in GPIO_hwiIntFxn() local
429 pinIndex = portCallbackInfo->pinIndex[bitNum & 0x7]; in GPIO_hwiIntFxn()
431 if (pinIndex != CALLBACK_INDEX_NOT_CONFIGURED) { in GPIO_hwiIntFxn()
432 GPIOCC32XX_config.callbacks[pinIndex](pinIndex); in GPIO_hwiIntFxn()
477 gpioCallbackInfo[i].pinIndex[j] = CALLBACK_INDEX_NOT_CONFIGURED; in GPIO_init()
559 gpioCallbackInfo[portIndex].pinIndex[pinNum] = in GPIO_setCallback()
563 gpioCallbackInfo[portIndex].pinIndex[pinNum] = index; in GPIO_setCallback()