Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c655 semaphore_t *pSemStruct = (semaphore_t *)semaphoreHandle; in OSA_SemaphoreCreate() local
659 pSemStruct->semCount = (uint8_t)initValue; in OSA_SemaphoreCreate()
660 pSemStruct->isWaiting = 0U; in OSA_SemaphoreCreate()
661 pSemStruct->semaphoreType = KOSA_CountingSemaphore; in OSA_SemaphoreCreate()
665 pSemStruct->time_start = 0U; in OSA_SemaphoreCreate()
666 pSemStruct->timeout = 0U; in OSA_SemaphoreCreate()
670 pSemStruct->waitingTask = NULL; in OSA_SemaphoreCreate()
684 semaphore_t *pSemStruct = (semaphore_t *)semaphoreHandle; in OSA_SemaphoreCreateBinary() local
688 pSemStruct->semCount = 1U; in OSA_SemaphoreCreateBinary()
689 pSemStruct->isWaiting = 0U; in OSA_SemaphoreCreateBinary()
[all …]