Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/capture/
DCaptureCC32XX.c143 if (currentCount < object->previousCount) { in CaptureCC32XX_hwiIntFunction()
146 interval = currentCount + (0xFFFFFF - object->previousCount); in CaptureCC32XX_hwiIntFunction()
148 else if (currentCount > object->previousCount) { in CaptureCC32XX_hwiIntFunction()
150 interval = currentCount - object->previousCount - 1; in CaptureCC32XX_hwiIntFunction()
157 object->previousCount = currentCount; in CaptureCC32XX_hwiIntFunction()
305 object->previousCount = 0; in CaptureCC32XX_start()
DCaptureCC32XX.h284 uint32_t previousCount; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c591 uint8_t previousCount; in Power_setDependency() local
600 previousCount = Power_getDependencyCount(resourceId); in Power_setDependency()
603 PowerCC23X0_setDependencyCount(resourceId, previousCount + 1); in Power_setDependency()
606 if (previousCount == 0) in Power_setDependency()