Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c708 … if (KOSA_StatusSuccess != OSA_MsgQPut(deviceHandle->notificationQueue, (osa_msg_handle_t)message)) in USB_DeviceNotificationTrigger()
820 deviceHandle->notificationQueue = (osa_msgq_handle_t)&deviceHandle->notificationQueueBuffer[0]; in USB_DeviceInit()
822 …OSA_MsgQCreate(deviceHandle->notificationQueue, USB_DEVICE_CONFIG_MAX_MESSAGES, USB_DEVICE_MESSAGE… in USB_DeviceInit()
928 if (NULL != deviceHandle->notificationQueue) in USB_DeviceDeinit()
931 if (KOSA_StatusSuccess != OSA_MsgQDestroy(deviceHandle->notificationQueue)) in USB_DeviceDeinit()
936 (void)OSA_MsgQDestroy(deviceHandle->notificationQueue); in USB_DeviceDeinit()
938 deviceHandle->notificationQueue = NULL; in USB_DeviceDeinit()
1419 … OSA_MsgQGet(handle->notificationQueue, (osa_msg_handle_t)&message, USB_OSA_WAIT_TIMEOUT)) in USB_DeviceTaskFunction()
Dusb_device_dci.h140 osa_msgq_handle_t notificationQueue; /*!< Message queue*/ member