Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c89 semaphore_type_t semaphoreType; /*!< The type of the semaphore */ member
566 pSemStruct->semaphoreType = KOSA_CountingSemaphore; in OSA_SemaphoreCreate()
595 pSemStruct->semaphoreType = KOSA_BinarySemaphore; in OSA_SemaphoreCreateBinary()
720 if (((KOSA_CountingSemaphore == pSemStruct->semaphoreType) && in OSA_SemaphorePost()
723 …(KOSA_BinarySemaphore == pSemStruct->semaphoreType))) /* For binary semaphore: the max value is 0x… in OSA_SemaphorePost()