Searched refs:gpioBaseAddr (Results 1 – 1 of 1) sorted by relevance
339 uint32_t gpioBaseAddr; in PWMTimerCC32XX_close() local352 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() local443 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 …]