Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_zephyr.h99 } osa_zephyr_mutexHandle_t; typedef
126 #define OSA_MUTEX_HANDLE_SIZE (sizeof(osa_zephyr_mutexHandle_t))
Dfsl_os_abstraction_zephyr.c526 osa_zephyr_mutexHandle_t *z_mutexHandle = mutexHandle; in OSA_MutexCreate()
543 osa_zephyr_mutexHandle_t *z_mutexHandle = mutexHandle; in OSA_MutexLock()
567 osa_zephyr_mutexHandle_t *z_mutexHandle = mutexHandle; in OSA_MutexUnlock()
596 osa_zephyr_mutexHandle_t *z_mutexHandle = mutexHandle; in OSA_MutexDestroy()