Searched refs:is_active (Results 1 – 1 of 1) sorted by relevance
2386 UINT is_active; in xTimerIsTimerActive() local2390 ret = tx_timer_info_get(&xTimer->timer, NULL, &is_active, NULL, NULL, NULL); in xTimerIsTimerActive()2395 if(is_active == TX_TRUE) { in xTimerIsTimerActive()