Searched refs:tick_period (Results 1 – 3 of 3) sorted by relevance
22 static uint64_t tick_period; /* System tick period in microseconds */ variable49 int32_t elapsed_ticks = (now - last_tick_time)/tick_period; in np_timer_isr()51 last_tick_time += elapsed_ticks*tick_period; in np_timer_isr()107 return (hwm_get_time() - last_tick_time)/tick_period; in sys_clock_elapsed()129 tick_period = 1000000ul / CONFIG_SYS_CLOCK_TICKS_PER_SEC; in sys_clock_driver_init()132 hwtimer_enable(tick_period); in sys_clock_driver_init()
259 void bst_ticker_set_period(bs_time_t tick_period) in bst_ticker_set_period() argument261 bst_ticker_amp_set_period(CONFIG_NATIVE_SIMULATOR_MCU_N, tick_period); in bst_ticker_set_period()
121 void bst_ticker_set_period(bs_time_t tick_period);