Home
last modified time | relevance | path

Searched refs:mutexBuffer (Results 1 – 25 of 29) sorted by relevance

12

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.c783 cdcAcmHandle->bulkIn.mutex = (osa_mutex_handle_t)&cdcAcmHandle->bulkIn.mutexBuffer[0]; in USB_DeviceCdcAcmInit()
790 cdcAcmHandle->bulkOut.mutex = (osa_mutex_handle_t)&cdcAcmHandle->bulkOut.mutexBuffer[0]; in USB_DeviceCdcAcmInit()
797 cdcAcmHandle->interruptIn.mutex = (osa_mutex_handle_t)&cdcAcmHandle->interruptIn.mutexBuffer[0]; in USB_DeviceCdcAcmInit()
Dusb_device_cdc_acm.h131 uint32_t mutexBuffer[(OSA_MUTEX_HANDLE_SIZE + 3)/4]; member
Dusb_device_cdc_rndis.h567 uint32_t mutexBuffer[(OSA_MUTEX_HANDLE_SIZE + 3) / 4]; member
Dusb_device_cdc_rndis.c173 cdcRndisHandle->statusMutex = (osa_mutex_handle_t)&cdcRndisHandle->mutexBuffer[0]; in USB_DeviceCdcRndisInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_freertos.h44 StaticSemaphore_t mutexBuffer; /*!< Statically allocated memory for mutex */ member
Dfsl_i2c_freertos.c53 handle->mutex = xSemaphoreCreateMutexStatic(&handle->mutexBuffer); in I2C_RTOS_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c_freertos.h41 StaticSemaphore_t mutexBuffer; /*!< Statically allocated memory for mutex */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/
Dfsl_lpi2c_freertos.h41 StaticSemaphore_t mutexBuffer; /*!< Statically allocated memory for mutex */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c_freertos.h41 StaticSemaphore_t mutexBuffer; /*!< Statically allocated memory for mutex */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi_freertos.h44 StaticSemaphore_t mutexBuffer; /*!< Statically allocated memory for mutex */ member
Dfsl_ecspi_freertos.c53 handle->mutex = xSemaphoreCreateMutexStatic(&handle->mutexBuffer); in ECSPI_RTOS_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c_freertos.h44 StaticSemaphore_t mutexBuffer; /*!< Statically allocated memory for mutex */ member
Dfsl_i2c_freertos.c53 handle->mutex = xSemaphoreCreateMutexStatic(&handle->mutexBuffer); in I2C_RTOS_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_freertos.h44 StaticSemaphore_t mutexBuffer; /*!< Statically allocated memory for mutex */ member
Dfsl_dspi_freertos.c54 handle->mutex = xSemaphoreCreateMutexStatic(&handle->mutexBuffer); in DSPI_RTOS_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/spi/
Dfsl_spi_freertos.h44 StaticSemaphore_t mutexBuffer; /*!< Statically allocated memory for mutex */ member
Dfsl_spi_freertos.c53 handle->mutex = xSemaphoreCreateMutexStatic(&handle->mutexBuffer); in SPI_RTOS_Init()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.h33 uint32_t mutexBuffer[(OSA_MUTEX_HANDLE_SIZE + 3) / 4]; /*!< The mutex buffer. */ member
Dusb_host_hub_app.c1236 hubGlobal->hubMutex = (osa_mutex_handle_t)(&hubGlobal->mutexBuffer[0]); in USB_HostHubDeviceEvent()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_hci.h98 uint32_t mutexBuffer[(OSA_MUTEX_HANDLE_SIZE + 3) / 4]; /*!< Host layer mutex*/ member
Dusb_host_khci.h184 uint32_t mutexBuffer[(OSA_MUTEX_HANDLE_SIZE + 3) / 4]; /*!< The mutex buffer. */ member
Dusb_host_ehci.h316 uint32_t mutexBuffer[(OSA_MUTEX_HANDLE_SIZE + 3) / 4]; /*!< The mutex buffer. */ member
Dusb_host_ohci.h465 uint32_t mutexBuffer[(OSA_MUTEX_HANDLE_SIZE + 3) / 4]; member
Dusb_host_ip3516hs.h607 uint32_t mutexBuffer[(OSA_MUTEX_HANDLE_SIZE + 3) / 4]; member
Dusb_host_hci.c265 hostInstance->hostMutex = (osa_mutex_handle_t)(&hostInstance->mutexBuffer[0]); in USB_HostInit()

12