Searched refs:CLOCKP_DIV_ROUND_UP (Results 1 – 1 of 1) sorted by relevance
74 #define CLOCKP_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) macro268 ticks = CLOCKP_DIV_ROUND_UP((uint64_t)ms * ClockP_getSystemTickFreq(), MS_PER_S); in ClockP_convertMsToSystemTicksRound()345 ticks = CLOCKP_DIV_ROUND_UP((uint64_t)us * ClockP_getSystemTickFreq(), US_PER_S); in ClockP_convertUsToSystemTicksCeil()