Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/counter/counter_nrf_rtc/fixed_top/src/
Dtest_counter_fixed_top.c14 static volatile uint32_t top_cnt; variable
44 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()
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c116 uint32_t top_cnt; in test_set_top_value_with_alarm_instance() local
137 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() local
183 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()
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c15 static volatile uint32_t top_cnt; variable
247 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()