Searched refs:compare_set (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/timer/ |
D | nrf_rtc_timer.c | 376 static int compare_set(int32_t chan, uint64_t target_time, in compare_set() function 397 return compare_set(chan, target_time, handler, user_data, false); in z_nrf_rtc_timer_set() 406 return compare_set(chan, target_time, handler, user_data, true); in z_nrf_rtc_timer_exact_set() 486 compare_set(chan, last_count + CYC_PER_TICK, in sys_clock_timeout_handler() 686 compare_set(0, target_time, sys_clock_timeout_handler, NULL, false); in sys_clock_set_timeout() 764 compare_set(0, initial_timeout, sys_clock_timeout_handler, NULL, false); in sys_clock_driver_init()
|
D | nrf_grtc_timer.c | 259 static int compare_set(int32_t chan, uint64_t target_time, in compare_set() function 275 return compare_set(chan, target_time, (nrfx_grtc_cc_handler_t)handler, user_data); in z_nrf_grtc_timer_set() 401 ret = compare_set(systemoff_channel, in z_nrf_grtc_wakeup_prepare()
|