Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
Dbstest_ticker.c33 static struct bs_ticker_status bs_ticket_st[NHW_BSTICKER_TOTAL_INST]; variable
41 bs_ticket_st[i].ticker_timer = TIME_NEVER; in nhw_bst_ticker_init()
42 bs_ticket_st[i].ticker_timer_lt = TIME_NEVER; in nhw_bst_ticker_init()
43 bs_ticket_st[i].tick_period = TIME_NEVER; in nhw_bst_ticker_init()
51 bst_ticker_timer = bs_ticket_st[0].ticker_timer; in nhw_bst_ticker_update_main_timer()
54 if (bs_ticket_st[i].ticker_timer < bst_ticker_timer) { in nhw_bst_ticker_update_main_timer()
55 bst_ticker_timer = bs_ticket_st[i].ticker_timer; in nhw_bst_ticker_update_main_timer()
72 struct bs_ticker_status *this = &bs_ticket_st[inst]; in nhw_bst_ticker_find_next_time()
85 struct bs_ticker_status *this = &bs_ticket_st[inst]; in bst_ticker_amp_set_period()
97 bs_ticket_st[inst].ticker_timer_lt = absolute_time; in bst_ticker_amp_set_next_tick_absolutelute()
[all …]