Searched refs:top_handler (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/drivers/counter/counter_nrf_rtc/fixed_top/src/ |
D | test_counter_fixed_top.c | 88 static void top_handler(const struct device *dev, void *user_data) in top_handler() function 100 .callback = top_handler, in test_top_handler_on_instance()
|
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/ |
D | test_counter.c | 18 static void top_handler(const struct device *dev, void *user_data); 105 static void top_handler(const struct device *dev, void *user_data) in top_handler() function 118 .callback = top_handler, in test_set_top_value_with_alarm_instance() 241 .callback = top_handler, in test_single_shot_alarm_instance() 370 .callback = top_handler, in test_multiple_alarms_instance()
|
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/ |
D | test_counter.c | 19 static void top_handler(const struct device *dev, void *user_data); 242 static void top_handler(const struct device *dev, void *user_data) in top_handler() function 263 .callback = top_handler, in test_set_top_value_with_alarm_instance() 406 .callback = top_handler, in test_single_shot_alarm_instance() 543 .callback = top_handler, in test_multiple_alarms_instance()
|