Searched refs:time_start (Results 1 – 1 of 1) sorted by relevance
85 uint32_t time_start; /*!< The time to start timeout */ member100 uint32_t time_start; /*!< The time to start timeout */ member112 uint32_t time_start; /*!< The time to start timeout */ member126 uint32_t time_start; /*!< The time to start timeout */ member176 __WEAK_FUNC uint32_t OSA_TimeDiff(uint32_t time_start, uint32_t time_end);584 __WEAK_FUNC uint32_t OSA_TimeDiff(uint32_t time_start, uint32_t time_end) in OSA_TimeDiff() argument586 if (time_end >= time_start) in OSA_TimeDiff()588 return time_end - time_start; in OSA_TimeDiff()592 return FSL_OSA_TIME_RANGE - time_start + time_end + 1UL; in OSA_TimeDiff()665 pSemStruct->time_start = 0U; in OSA_SemaphoreCreate()[all …]