Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_free_rtos.c542 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/
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-3.5.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi_freertos.h40 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_freertos.h41 SemaphoreHandle_t mutex; /*!< A mutex to lock the handle during a transfer */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a transfer */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi_freertos.h41 SemaphoreHandle_t mutex; /*!< Mutex to lock the handle during a trasfer */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c_freertos.h41 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/
Drtx_lib.c721 typedef void *mutex; typedef
/hal_nxp-3.5.0/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
/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/components/log/
Dfsl_component_log.c86 SemaphoreHandle_t mutex; member
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h464 osa_mutex_handle_t mutex; /*!< OHCI layer mutex*/ member
Dusb_host_ip3516hs.h606 osa_mutex_handle_t mutex; /*!< Ip3516Hs layer mutex*/ member