Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_gecko_stimer.c110 bool is_top_timer_running = false; in counter_gecko_start() local
112 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() local
130 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() local
153 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()