Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/pwm/
DPWMTimerCC32XX.c163 #define PinConfigGPIOPort(config) (((config) >> 20) & 0xF) macro
352 gpioBaseAddr = (PinConfigGPIOPort(hwAttrs->pwmPin) >= NUMGPIOPORTS) ? in PWMTimerCC32XX_close()
353 0 : gpioBaseAddresses[PinConfigGPIOPort(hwAttrs->pwmPin)]; in PWMTimerCC32XX_close()
443 gpioBaseAddr = (PinConfigGPIOPort(hwAttrs->pwmPin) >= NUMGPIOPORTS) ? in PWMTimerCC32XX_open()
444 0 : gpioBaseAddresses[PinConfigGPIOPort(hwAttrs->pwmPin)]; in PWMTimerCC32XX_open()
797 gpioBaseAddr = (PinConfigGPIOPort(hwAttrs->pwmPin) >= NUMGPIOPORTS) ? in PWMTimerCC32XX_stop()
798 0 : gpioBaseAddresses[PinConfigGPIOPort(hwAttrs->pwmPin)]; in PWMTimerCC32XX_stop()