Searched refs:ClockP_getSystemTickFreq (Results 1 – 6 of 6) sorted by relevance
227 extern uint32_t ClockP_getSystemTickFreq();240 uint64_t ms = CLOCKP_DIV_ROUND((uint64_t)ticks * MS_PER_S, ClockP_getSystemTickFreq()); in ClockP_convertSystemTicksToMsRound()268 ticks = CLOCKP_DIV_ROUND_UP((uint64_t)ms * ClockP_getSystemTickFreq(), MS_PER_S); in ClockP_convertMsToSystemTicksRound()289 uint64_t us = CLOCKP_DIV_ROUND((uint64_t)ticks * US_PER_S, ClockP_getSystemTickFreq()); in ClockP_convertSystemTicksToUsRound()317 ticks = ((uint64_t)us * ClockP_getSystemTickFreq()) / US_PER_S; in ClockP_convertUsToSystemTicksFloor()345 ticks = CLOCKP_DIV_ROUND_UP((uint64_t)us * ClockP_getSystemTickFreq(), US_PER_S); in ClockP_convertUsToSystemTicksCeil()373 ticks = CLOCKP_DIV_ROUND((uint64_t)us * ClockP_getSystemTickFreq(), US_PER_S); in ClockP_convertUsToSystemTicksRound()
276 timeout = ClockP_getSystemTickFreq(); in SDSPI_initialize()323 timeout = ClockP_getSystemTickFreq(); in SDSPI_initialize()613 timeout = ClockP_getSystemTickFreq(); in recvDataBlock()791 timeout = ClockP_getSystemTickFreq(); in waitUntilReady()
74 inline uint32_t ClockP_getSystemTickFreq() in ClockP_getSystemTickFreq() function
1234 #define SL_TIMESTAMP_TICKS_IN_10_MILLISECONDS DIV_ROUND_UP(ClockP_getSystemTickFreq(), 100)
299 (CCFGRead_TCXO_MAX_START() * ClockP_getSystemTickFreq()) / 10000UL, in Power_init()
1091 ticksPerSec = ClockP_getSystemTickFreq(); in startTxFifoEmptyClk()