Searched refs:is_top_timer_running (Results 1 – 1 of 1) sorted by relevance
110 bool is_top_timer_running = false; in counter_gecko_start() local112 error_code = sl_sleeptimer_is_timer_running(&top_timer, &is_top_timer_running); in counter_gecko_start()113 if ((error_code == SL_STATUS_OK) && (is_top_timer_running == true)) { in counter_gecko_start()128 bool is_top_timer_running = false; in counter_gecko_stop() local130 error_code = sl_sleeptimer_is_timer_running(&top_timer, &is_top_timer_running); in counter_gecko_stop()131 if ((error_code == SL_STATUS_OK) && (is_top_timer_running == true)) { in counter_gecko_stop()141 bool is_top_timer_running = false; in counter_gecko_set_top_value() local153 error_code = sl_sleeptimer_is_timer_running(&top_timer, &is_top_timer_running); in counter_gecko_set_top_value()154 if ((error_code == SL_STATUS_OK) && (is_top_timer_running == true)) { in counter_gecko_set_top_value()