Searched refs:TICKS_TO_MSEC (Results 1 – 2 of 2) sorted by relevance
54 #define TICKS_TO_MSEC(tick) ((uint32_t)((uint64_t)(tick)*1000uL / (uint64_t)TX_TIMER_TICKS_PER_SECO… macro335 return TICKS_TO_MSEC(tx_time_get()); in OSA_TimeGetMsec()
52 #define TICKS_TO_MSEC(tick) ((uint32_t)((uint64_t)(tick)*1000uL / (uint64_t)configTICK_RATE_HZ)) macro358 return TICKS_TO_MSEC(ticks); in OSA_TimeGetMsec()