Searched refs:time_start (Results 1 – 1 of 1) sorted by relevance
81 uint32_t time_start; /*!< The time to start timeout */ member96 uint32_t time_start; /*!< The time to start timeout */ member108 uint32_t time_start; /*!< The time to start timeout */ member122 uint32_t time_start; /*!< The time to start timeout */ member165 __WEAK_FUNC uint32_t OSA_TimeDiff(uint32_t time_start, uint32_t time_end);489 __WEAK_FUNC uint32_t OSA_TimeDiff(uint32_t time_start, uint32_t time_end) in OSA_TimeDiff() argument491 if (time_end >= time_start) in OSA_TimeDiff()493 return time_end - time_start; in OSA_TimeDiff()497 return FSL_OSA_TIME_RANGE - time_start + time_end + 1UL; in OSA_TimeDiff()570 pSemStruct->time_start = 0U; in OSA_SemaphoreCreate()[all …]