Home
last modified time | relevance | path

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

/hal_intel-3.6.0/bsp_sedi/drivers/hpet/
Dsedi_hpet.c21 #define HPET_CYCLE_TO_US(cycle) ((uint64_t)(cycle)*hpet_clock_period_pico / PICOSECS_PER_USEC) macro
293 bsp_timers[timer_id].timeout = US_TO_HPET_CYCLE(microseconds + HPET_CYCLE_TO_US(1)); in sedi_hpet_config_timer()