Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c81 uint32_t time_start; /*!< The time to start timeout */ member
96 uint32_t time_start; /*!< The time to start timeout */ member
108 uint32_t time_start; /*!< The time to start timeout */ member
122 uint32_t time_start; /*!< The time to start timeout */ member
165 __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() argument
491 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 …]