Searched refs:capturePin (Results 1 – 2 of 2) sorted by relevance
96 uint32_t baseAddress = getTimerBaseAddress(hwAttrs->capturePin); in CaptureCC32XX_close()98 subTimer = (TimerCC32XX_SubTimer) getSubTimer(hwAttrs->capturePin); in CaptureCC32XX_close()103 Power_releaseDependency(getPowerMgrId(getGPIOBaseAddress(hwAttrs->capturePin))); in CaptureCC32XX_close()114 HWREG(OCP_SHARED_BASE + getPadOffset(hwAttrs->capturePin)) in CaptureCC32XX_close()135 uint32_t baseAddress = getTimerBaseAddress(hwAttrs->capturePin); in CaptureCC32XX_hwiIntFunction()223 powerId = getPowerMgrId(getGPIOBaseAddress(hwAttrs->capturePin)); in CaptureCC32XX_open()231 if (!TimerCC32XX_allocateTimerResource(getTimerBaseAddress(hwAttrs->capturePin), in CaptureCC32XX_open()232 (TimerCC32XX_SubTimer) getSubTimer(hwAttrs->capturePin))) { in CaptureCC32XX_open()245 if (getSubTimer(hwAttrs->capturePin) == TimerCC32XX_timer16A) { in CaptureCC32XX_open()263 object->hwiHandle = HwiP_create(getTimerIntNum(hwAttrs->capturePin), in CaptureCC32XX_open()[all …]
266 uint32_t capturePin; member