Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c2376 UINT is_active; in xTimerIsTimerActive() local
2380 ret = tx_timer_info_get(&xTimer->timer, NULL, &is_active, NULL, NULL, NULL); in xTimerIsTimerActive()
2385 if(is_active == TX_TRUE) { in xTimerIsTimerActive()