Searched refs:top_cnt (Results 1 – 3 of 3) sorted by relevance
14 static volatile uint32_t top_cnt; variable44 top_cnt = 0U; in counter_setup_instance()90 top_cnt++; in top_handler()120 tmp_top_cnt = top_cnt; in test_top_handler_on_instance()
116 uint32_t top_cnt; in test_set_top_value_with_alarm_instance() local137 top_cnt = counter_get_top_value(dev); in test_set_top_value_with_alarm_instance()138 err = (cnt < top_cnt) ? 0 : 1; in test_set_top_value_with_alarm_instance()148 top_cnt = k_sem_count_get(&top_cnt_sem); in test_set_top_value_with_alarm_instance()149 zassert_true(top_cnt == 5U, in test_set_top_value_with_alarm_instance()151 dev->name, top_cnt); in test_set_top_value_with_alarm_instance()164 uint32_t top_cnt; in test_set_top_value_without_alarm_instance() local183 top_cnt = counter_get_top_value(dev); in test_set_top_value_without_alarm_instance()184 err = (cnt < top_cnt) ? 0 : 1; in test_set_top_value_without_alarm_instance()
15 static volatile uint32_t top_cnt; variable247 top_cnt++; in top_handler()269 top_cnt = 0; in test_set_top_value_with_alarm_instance()296 top_cnt : k_sem_count_get(&top_cnt_sem); in test_set_top_value_with_alarm_instance()