Searched refs:tick_period (Results 1 – 2 of 2) sorted by relevance
26 bs_time_t tick_period; member43 bs_ticket_st[i].tick_period = TIME_NEVER; in nhw_bst_ticker_init()83 void bst_ticker_amp_set_period(uint inst, bs_time_t tick_period) in bst_ticker_amp_set_period() argument87 this->tick_period = tick_period; in bst_ticker_amp_set_period()88 this->ticker_timer_lt = tick_period + nsi_hws_get_time(); in bst_ticker_amp_set_period()123 if (this->tick_period != TIME_NEVER) { in nhw_bst_ticker_triggered()124 this->ticker_timer_lt = this->tick_period + now; in nhw_bst_ticker_triggered()
17 void bst_ticker_amp_set_period(uint inst, bs_time_t tick_period);