Home
last modified time | relevance | path

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

/hal_intel-latest/bsp_sedi/drivers/hpet/
Dsedi_hpet.c18 #define PICOSECS_PER_USEC 1000000 macro
20 #define US_TO_HPET_CYCLE(us) ((uint64_t)(us)*PICOSECS_PER_USEC / hpet_clock_period_pico)
21 #define HPET_CYCLE_TO_US(cycle) ((uint64_t)(cycle)*hpet_clock_period_pico / PICOSECS_PER_USEC)