Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c73 KOSA_CountingSemaphore = 0U, /*!< counting semaphore */ enumerator
566 pSemStruct->semaphoreType = KOSA_CountingSemaphore; in OSA_SemaphoreCreate()
720 if (((KOSA_CountingSemaphore == pSemStruct->semaphoreType) && in OSA_SemaphorePost()