Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c119 …e->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateStart()
187 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAIdle()
334 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAWaitVrise()
427 …e->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAWaitVfall()
489 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAWaitBcon()
603 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAHost()
756 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateASuspend()
897 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAPeripheral()
901 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAPeripheral()
972 … otgInstance->controllerHandle, kOtg_ControlRequestStatus, kOtg_StatusCheckIdleInAPeripheral, in _USB_OtgProcessStateAPeripheral()
[all …]
Dusb_otg_oci.h70 kOtg_ControlRequestStatus, /*! request the status values #usb_otg_status_type_t */ enumerator
Dusb_otg_khci.c506 case kOtg_ControlRequestStatus: in USB_OtgKhciControl()