Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_free_rtos.c507 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()
Dfsl_os_abstraction_threadx.c481 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()
Dfsl_os_abstraction_zephyr.c888 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()
Dfsl_os_abstraction_bm.c653 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()
Dfsl_os_abstraction.h738 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/
Dfsl_os_abstraction.h331 osaSemaphoreId_t OSA_SemaphoreCreate(uint32_t initValue);