Searched refs:kUSB_HostEventAttach (Results 1 – 5 of 5) sorted by relevance
67 kUSB_HostEventAttach = 1U, /*!< Device is attached */ enumerator
484 status = USB_HostNotifyDevice(deviceInstance, kUSB_HostEventAttach); in USB_HostProcessCallback()561 else if (eventCode == kUSB_HostEventAttach) /* attach event */ in USB_HostNotifyDevice()
359 case kUSB_HostEventAttach: in usb0_host_callback()637 case kUSB_HostEventAttach: in usb1_host_callback()
45 kUSB_HostEventAttach = 1U, /*!< Device is attached */ enumerator
535 … = USB_HostNotifyDevice(deviceInstance->hostHandle, deviceInstance, (uint32_t)kUSB_HostEventAttach, in USB_HostProcessCallback()621 else if (eventCode == (uint32_t)kUSB_HostEventAttach) /* attach event */ in USB_HostNotifyDevice()
Completed in 13 milliseconds