Searched refs:initValue (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction_free_rtos.c | 507 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() argument 524 …xSemaHandle.sem = xSemaphoreCreateCountingStatic(0xFF, initValue, (StaticQueue_t *)(void *)((uint8… in OSA_SemaphoreCreate() 526 xSemaHandle.sem = xSemaphoreCreateCounting(0xFF, initValue); in OSA_SemaphoreCreate()
|
| D | fsl_os_abstraction_threadx.c | 481 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() argument 487 if (TX_SUCCESS != tx_semaphore_create((TX_SEMAPHORE *)semaphoreHandle, NULL, (ULONG)initValue)) in OSA_SemaphoreCreate()
|
| D | fsl_os_abstraction_zephyr.c | 888 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() argument 895 if (k_sem_init(&(z_semHandle->handle), initValue, K_SEM_MAX_LIMIT) != 0) in OSA_SemaphoreCreate()
|
| D | fsl_os_abstraction_bm.c | 653 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() argument 659 pSemStruct->semCount = (uint8_t)initValue; in OSA_SemaphoreCreate()
|
| D | fsl_os_abstraction.h | 738 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue);
|
| /hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/ |
| D | fsl_os_abstraction.h | 331 osaSemaphoreId_t OSA_SemaphoreCreate(uint32_t initValue);
|