Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/pwm/
DPWMTimerCC32XX.c339 uint32_t gpioBaseAddr; in PWMTimerCC32XX_close() local
352 gpioBaseAddr = (PinConfigGPIOPort(hwAttrs->pwmPin) >= NUMGPIOPORTS) ? in PWMTimerCC32XX_close()
362 if (gpioBaseAddr) { in PWMTimerCC32XX_close()
363 Power_releaseDependency(getPowerMgrId(gpioBaseAddr)); in PWMTimerCC32XX_close()
408 uint32_t gpioBaseAddr; in PWMTimerCC32XX_open() local
443 gpioBaseAddr = (PinConfigGPIOPort(hwAttrs->pwmPin) >= NUMGPIOPORTS) ? in PWMTimerCC32XX_open()
447 if (gpioBaseAddr) { in PWMTimerCC32XX_open()
449 if (getPowerMgrId(gpioBaseAddr) == ((unsigned int) -1)) { in PWMTimerCC32XX_open()
461 Power_setDependency(getPowerMgrId(gpioBaseAddr)); in PWMTimerCC32XX_open()
785 uint32_t gpioBaseAddr; in PWMTimerCC32XX_stop() local
[all …]