Searched refs:sl_sleeptimer_tick_count_t (Results 1 – 1 of 1) sorted by relevance
82 typedef uint32_t sl_sleeptimer_tick_count_t; typedef107 static volatile sl_sleeptimer_tick_count_t last_delta_update_count;123 sl_sleeptimer_tick_count_t timeout);142 sl_sleeptimer_tick_count_t timeout_initial,143 sl_sleeptimer_tick_count_t timeout_periodic,1355 sl_sleeptimer_tick_count_t timeout) in delta_list_insert_timer()1357 sl_sleeptimer_tick_count_t local_handle_delta = timeout; in delta_list_insert_timer()1453 sl_sleeptimer_tick_count_t compare_value; in set_comparator_for_next_timer()1477 sl_sleeptimer_tick_count_t current_cnt = sleeptimer_hal_get_counter(); in update_delta_list()1479 sl_sleeptimer_tick_count_t time_diff = current_cnt - last_delta_update_count; in update_delta_list()[all …]