Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DClockP.h227 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()
/hal_ti-latest/simplelink/source/ti/drivers/sd/
DSDSPI.c276 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()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DClockP_zephyr.c74 inline uint32_t ClockP_getSystemTickFreq() in ClockP_getSystemTickFreq() function
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Duser.h1234 #define SL_TIMESTAMP_TICKS_IN_10_MILLISECONDS DIV_ROUND_UP(ClockP_getSystemTickFreq(), 100)
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c299 (CCFGRead_TCXO_MAX_START() * ClockP_getSystemTickFreq()) / 10000UL, in Power_init()
/hal_ti-latest/simplelink/source/ti/drivers/uart/
DUARTCC32XXDMA.c1091 ticksPerSec = ClockP_getSystemTickFreq(); in startTxFifoEmptyClk()