Searched refs:kUSB_DeviceNotifySOF (Results 1 – 7 of 7) sorted by relevance
35 kUSB_DeviceNotifySOF, /*!< Start of Frame received */ enumerator
37 kUSB_DeviceNotifySOF, /*!< Start of Frame received */ enumerator
638 case kUSB_DeviceNotifySOF: in USB_DeviceNotification()
1103 message.code = (uint8_t)kUSB_DeviceNotifySOF; in USB_DeviceKhciInterruptSOF()
967 message.code = (uint8_t)kUSB_DeviceNotifySOF; in USB_DeviceEhciInterruptSOF()
2613 message.code = (uint8_t)kUSB_DeviceNotifySOF; in USB_DeviceLpc3511IpInterruptSOF()
116 …- add kUSB_DeviceNotifySOF to usb_device_mcux_drv_port.h SDK USB stack already supports it in SDK …