Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_ringbuf/
Dringbuf.c772 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in prvReceiveGeneric() local
812 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in prvReceiveGeneric()
965 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in xRingbufferSendAcquire() local
989 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in xRingbufferSendAcquire()
1039 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in xRingbufferSend() local
1062 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in xRingbufferSend()