Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c112 uint32_t tick_freq = osKernelGetTickFreq(); in convert_ms_to_ticks() local
113 uint32_t ticks = (uint32_t)(((uint64_t)timeout_ms * tick_freq) / 1000); in convert_ms_to_ticks()
1199 uint32_t tick_freq; in cy_rtos_time_get() local
1208 tick_freq = osKernelGetTickFreq(); in cy_rtos_time_get()
1211 if (tick_freq != 0) in cy_rtos_time_get()
1213 *tval = (cy_time_t)((osKernelGetTickCount() * 1000LL) / tick_freq); in cy_rtos_time_get()