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