Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c22 #define COUNTER_PERIOD_US USEC_PER_SEC macro
125 top_cfg.ticks = counter_us_to_ticks(dev, COUNTER_PERIOD_US); in test_set_top_value_with_alarm_instance()
146 k_sleep(K_USEC(5.2 * COUNTER_PERIOD_US)); in test_set_top_value_with_alarm_instance()
171 top_cfg.ticks = counter_us_to_ticks(dev, COUNTER_PERIOD_US); in test_set_top_value_without_alarm_instance()
246 ticks = counter_us_to_ticks(dev, COUNTER_PERIOD_US); in test_single_shot_alarm_instance()
375 ticks = counter_us_to_ticks(dev, COUNTER_PERIOD_US); in test_multiple_alarms_instance()
469 ticks = counter_us_to_ticks(dev, 61U * COUNTER_PERIOD_US); in test_all_channels_instance()