Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.h131 usb_status_t USB_OtgKhciControl(usb_otg_controller_handle controllerHandle,
Dusb_otg_khci.c398 usb_status_t USB_OtgKhciControl(usb_otg_controller_handle controllerHandle, in USB_OtgKhciControl() function
Dusb_otg_oci.c78 …_controller_interface_t s_KhciInterface = {USB_OtgKhciInit, USB_OtgKhciDeinit, USB_OtgKhciControl};
415 (void)USB_OtgKhciControl(otgInstance->controllerHandle, (uint32_t)kOtg_ControlPullUp, 0, 0); in _USB_OtgEnterStateAWaitVfall()