Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c85 uint32_t time_start; /*!< The time to start timeout */ member
100 uint32_t time_start; /*!< The time to start timeout */ member
112 uint32_t time_start; /*!< The time to start timeout */ member
126 uint32_t time_start; /*!< The time to start timeout */ member
176 __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() argument
586 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 …]