Lines Matching refs:gpioBaseAddr
339 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
797 gpioBaseAddr = (PinConfigGPIOPort(hwAttrs->pwmPin) >= NUMGPIOPORTS) ? in PWMTimerCC32XX_stop()
815 if (gpioBaseAddr) { in PWMTimerCC32XX_stop()
816 MAP_GPIODirModeSet(gpioBaseAddr, gpioPinIndex, GPIO_DIR_MODE_OUT); in PWMTimerCC32XX_stop()
817 MAP_GPIOPinWrite(gpioBaseAddr, gpioPinIndex, output); in PWMTimerCC32XX_stop()