Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_mcux_drv_port.h27 kUSB_DeviceNotifyBusReset = 0x10U, /*!< Reset signal detected */ enumerator
Dusb_device_dci.h28 kUSB_DeviceNotifyBusReset = 0x10U, /*!< Reset signal detected */ enumerator
Dusb_device_ehci.c886 message.code = (uint8_t)kUSB_DeviceNotifyBusReset; in USB_DeviceEhciInterruptPortChange()
946 message.code = (uint8_t)kUSB_DeviceNotifyBusReset; in USB_DeviceEhciInterruptReset()
1396 …if ((message->code < kUSB_DeviceNotifyBusReset) && (message->buffer != NULL) && (message->length !…
Dusb_device_dci.c601 case kUSB_DeviceNotifyBusReset: in USB_DeviceNotification()
Dusb_device_khci.c909 message.code = (uint8_t)kUSB_DeviceNotifyBusReset; in USB_DeviceKhciInterruptReset()
Dusb_device_lpcip3511.c1473 message.code = (uint8_t)kUSB_DeviceNotifyBusReset; in USB_DeviceLpc3511IpInterruptReset()