Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_zephyr.c982 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreGetCount()
985 osa_semaphore_count_t semCount; in OSA_SemaphoreGetCount()
990 semCount = (osa_semaphore_count_t) k_sem_count_get((struct k_sem *)&z_semHandle->handle); in OSA_SemaphoreGetCount()
Dfsl_os_abstraction.h64 typedef uint32_t osa_semaphore_count_t; typedef
815 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle);
Dfsl_os_abstraction_threadx.c1115 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreGetCount()
Dfsl_os_abstraction_free_rtos.c1372 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreGetCount()
Dfsl_os_abstraction_bm.c1607 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreGetCount()