Searched refs:delayInUs (Results 1 – 1 of 1) sorted by relevance
79 static inline void TSTMR_DelayUs(TSTMR_Type *base, uint64_t delayInUs) in TSTMR_DelayUs() argument83 while (TSTMR_ReadTimeStamp(base) - startTime < TSTMR_CLOCK_FREQUENCY_MHZ * delayInUs) in TSTMR_DelayUs()