Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c54 #define TICKS_TO_MSEC(tick) ((uint32_t)((uint64_t)(tick)*1000uL / (uint64_t)TX_TIMER_TICKS_PER_SECO… macro
335 return TICKS_TO_MSEC(tx_time_get()); in OSA_TimeGetMsec()
Dfsl_os_abstraction_free_rtos.c52 #define TICKS_TO_MSEC(tick) ((uint32_t)((uint64_t)(tick)*1000uL / (uint64_t)configTICK_RATE_HZ)) macro
358 return TICKS_TO_MSEC(ticks); in OSA_TimeGetMsec()