Home
last modified time | relevance | path

Searched defs:mutex (Results 1 – 25 of 28) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/debug_console/
Dfsl_debug_console.c122 #define DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(mutex, stack) ((mutex) = xSemaphoreCreateMutexStatic(s… argument
124 #define DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(mutex) ((mutex) = xSemaphoreCreateMutex()) argument
126 #define DEBUG_CONSOLE_DESTROY_MUTEX_SEMAPHORE(mutex) \ argument
136 #define DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(mutex) \ argument
144 #define DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(mutex) \ argument
152 #define DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_NONBLOCKING(mutex, result) \ argument
184 #define DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(mutex) (void)(mutex) argument
185 #define DEBUG_CONSOLE_DESTROY_MUTEX_SEMAPHORE(mutex) (void)(mutex) argument
186 #define DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(mutex) (void)(mutex) argument
187 #define DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(mutex) (void)(mutex) argument
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/
Dfsl_debug_console.c122 #define DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(mutex, stack) ((mutex) = xSemaphoreCreateMutexStatic(s… argument
124 #define DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(mutex) ((mutex) = xSemaphoreCreateMutex()) argument
126 #define DEBUG_CONSOLE_DESTROY_MUTEX_SEMAPHORE(mutex) \ argument
136 #define DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(mutex) \ argument
144 #define DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(mutex) \ argument
152 #define DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_NONBLOCKING(mutex, result) \ argument
184 #define DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(mutex) (void)(mutex) argument
185 #define DEBUG_CONSOLE_DESTROY_MUTEX_SEMAPHORE(mutex) (void)(mutex) argument
186 #define DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(mutex) (void)(mutex) argument
187 #define DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(mutex) (void)(mutex) argument
[all …]
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/port/kw45_k4w1/
Dsss_init.c191 void mcux_mbedtls_mutex_init(mbedtls_threading_mutex_t *mutex) in mcux_mbedtls_mutex_init()
209 void mcux_mbedtls_mutex_free(mbedtls_threading_mutex_t *mutex) in mcux_mbedtls_mutex_free()
224 int mcux_mbedtls_mutex_lock(mbedtls_threading_mutex_t *mutex) in mcux_mbedtls_mutex_lock()
249 int mcux_mbedtls_mutex_unlock(mbedtls_threading_mutex_t *mutex) in mcux_mbedtls_mutex_unlock()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/port/
Dsrtm_mutex_freertos.c41 void SRTM_Mutex_Destroy(srtm_mutex_t mutex) in SRTM_Mutex_Destroy()
48 srtm_status_t SRTM_Mutex_Lock(srtm_mutex_t mutex) in SRTM_Mutex_Lock()
60 srtm_status_t SRTM_Mutex_Unlock(srtm_mutex_t mutex) in SRTM_Mutex_Unlock()
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_free_rtos.c689 QueueHandle_t mutex; in OSA_MutexCreate() member
720 QueueHandle_t mutex = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)mutexHandle); in OSA_MutexLock() local
751 QueueHandle_t mutex = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)mutexHandle); in OSA_MutexUnlock() local
773 QueueHandle_t mutex = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)mutexHandle); in OSA_MutexDestroy() local
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_peercore.c38 srtm_mutex_t mutex = SRTM_Mutex_Create(&core->mutexStatic); in SRTM_PeerCore_Create() local
40 srtm_mutex_t mutex = SRTM_Mutex_Create(); in SRTM_PeerCore_Create() local
Dsrtm_dispatcher.c204 srtm_mutex_t mutex = SRTM_Mutex_Create(&disp->mutexStatic); in SRTM_Dispatcher_Create() local
210 srtm_mutex_t mutex = SRTM_Mutex_Create(); in SRTM_Dispatcher_Create() local
Dsrtm_peercore_struct.h30 srtm_mutex_t mutex; member
Dsrtm_dispatcher_struct.h51 srtm_mutex_t mutex; /*!< Mutex for multi-task protection */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi_freertos.h40 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/
Dfsl_lpspi_freertos.h38 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
Dfsl_lpi2c_freertos.h38 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_freertos.h38 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_freertos.h41 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c_freertos.h38 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c_freertos.h38 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c_freertos.h41 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a transfer */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/spi/
Dfsl_spi_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h337 osRtxMpInfo_t *mutex; ///< Mutex Control Blocks member
453 osRtxMpInfo_t *mutex; ///< Mutex Control Blocks member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c721 typedef void *mutex; typedef
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.h130 osa_mutex_handle_t mutex; /*!< The mutex of the pipe. */ member

12