Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/apps/
DButton.c85 GPIO_disableInt(hw->gpioIndex); in Button_close()
105 if(hw->gpioIndex == index) in Button_gpioCallbackFxn()
170 GPIO_getConfig(hw->gpioIndex,&pinConfig); in Button_clockTimeoutHandler()
172 if(GPIO_read(hw->gpioIndex) == obj->buttonPull) in Button_clockTimeoutHandler()
259 GPIO_setConfig(hw->gpioIndex, in Button_clockTimeoutHandler()
265 GPIO_setConfig(hw->gpioIndex, in Button_clockTimeoutHandler()
346 GPIO_setConfig(hw->gpioIndex, in Button_clockTimeoutHandler()
352 GPIO_setConfig(hw->gpioIndex, in Button_clockTimeoutHandler()
361 GPIO_enableInt(hw->gpioIndex); in Button_clockTimeoutHandler()
423 GPIO_getConfig(hw->gpioIndex, &pinConfig); in Button_open()
[all …]
DLED.c202 obj->gpioIndex = hw->index; in LED_open()
320 GPIO_write(obj->gpioIndex, LED_OFF); in LED_setOff()
355 GPIO_write(obj->gpioIndex, LED_ON); in LED_setOn()
DLED.h322 uint_least8_t gpioIndex; /*!< Index into #GPIO_PinConfig array */ member
DButton.h290 uint_least8_t gpioIndex; /*!< GPIO configuration index. */ member