Searched refs:top_handler (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-4.1.0/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-4.1.0/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-4.1.0/tests/drivers/counter/counter_basic_api/src/ |
| D | test_counter.c | 19 static void top_handler(const struct device *dev, void *user_data); 245 static void top_handler(const struct device *dev, void *user_data) in top_handler() function 266 .callback = top_handler, in test_set_top_value_with_alarm_instance() 409 .callback = top_handler, in test_single_shot_alarm_instance() 546 .callback = top_handler, in test_multiple_alarms_instance()
|