Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c76 static usb_status_t USB_DeviceNotification(usb_device_struct_t *handle, usb_device_callback_message…
592 static usb_status_t USB_DeviceNotification(usb_device_struct_t *handle, usb_device_callback_message… in USB_DeviceNotification() function
703 return USB_DeviceNotification(deviceHandle, message); in USB_DeviceNotificationTrigger()
715 return USB_DeviceNotification(deviceHandle, message); in USB_DeviceNotificationTrigger()
1423 if (kStatus_USB_Success != USB_DeviceNotification(handle, &message)) in USB_DeviceTaskFunction()
1430 (void)USB_DeviceNotification(handle, &message); in USB_DeviceTaskFunction()