/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/ |
D | fsl_debug_console.c | 122 #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-3.5.0/mcux/mcux-sdk/utilities/debug_console/debug_console/ |
D | fsl_debug_console.c | 122 #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-3.5.0/mcux/mcux-sdk/components/srtm/port/ |
D | srtm_mutex_freertos.c | 41 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-3.5.0/mcux/mcux-sdk/components/osa/ |
D | fsl_os_abstraction_free_rtos.c | 542 QueueHandle_t mutex; in OSA_MutexCreate() member 569 QueueHandle_t mutex = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)mutexHandle); in OSA_MutexLock() local 600 QueueHandle_t mutex = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)mutexHandle); in OSA_MutexUnlock() local 622 QueueHandle_t mutex = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)mutexHandle); in OSA_MutexDestroy() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/ |
D | srtm_peercore.c | 38 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
|
D | srtm_dispatcher.c | 204 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
|
D | srtm_peercore_struct.h | 30 srtm_mutex_t mutex; member
|
D | srtm_dispatcher_struct.h | 51 srtm_mutex_t mutex; /*!< Mutex for multi-task protection */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/spi/ |
D | fsl_spi_freertos.h | 40 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/ |
D | fsl_lpspi_freertos.h | 41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/ |
D | fsl_lpi2c_freertos.h | 41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/ |
D | fsl_ecspi_freertos.h | 41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/i2c/ |
D | fsl_i2c_freertos.h | 38 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/i2c/ |
D | fsl_i2c_freertos.h | 41 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/ |
D | fsl_dspi_freertos.h | 41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a transfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spi/ |
D | fsl_spi_freertos.h | 41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ii2c/ |
D | fsl_i2c_freertos.h | 41 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/ |
D | rtx_lib.c | 721 typedef void *mutex; typedef
|
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
D | usb_device_cdc_acm.h | 130 osa_mutex_handle_t mutex; /*!< The mutex of the pipe. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/ |
D | rtx_os.h | 337 osRtxMpInfo_t *mutex; ///< Mutex Control Blocks member 453 osRtxMpInfo_t *mutex; ///< Mutex Control Blocks member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/log/ |
D | fsl_component_log.c | 86 SemaphoreHandle_t mutex; member
|
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host_ohci.h | 464 osa_mutex_handle_t mutex; /*!< OHCI layer mutex*/ member
|
D | usb_host_ip3516hs.h | 606 osa_mutex_handle_t mutex; /*!< Ip3516Hs layer mutex*/ member
|