Searched refs:kUSB_DeviceEventBusReset (Results 1 – 4 of 4) sorted by relevance
109 kUSB_DeviceEventBusReset = 1U, /*!< USB bus reset signal detected */ enumerator
411 status = handle->deviceCallback(handle, kUSB_DeviceEventBusReset, NULL); in USB_DeviceResetNotification()417 (void)handle->deviceCallback(handle, kUSB_DeviceEventBusReset, NULL); in USB_DeviceResetNotification()
399 if ((uint32_t)kUSB_DeviceEventBusReset == event) in USB_DeviceClassCallback()
582 case kUSB_DeviceEventBusReset: in USB_DeviceCallback()