Home
last modified time | relevance | path

Searched refs:usb_otg_handle (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg.h168 usb_otg_handle *otgHandle,
183 usb_status_t USB_OtgDeinit(usb_otg_handle otgHandle);
194 void USB_OtgTaskFunction(usb_otg_handle otgHandle);
203 void USB_OtgKhciIsrFunction(usb_otg_handle otgHandle);
217 usb_status_t USB_OtgBusDrop(usb_otg_handle otgHandle, uint8_t drop);
235 usb_status_t USB_OtgBusRequest(usb_otg_handle otgHandle);
251 usb_status_t USB_OtgBusRelease(usb_otg_handle otgHandle);
264 usb_status_t USB_OtgClearError(usb_otg_handle otgHandle);
279 usb_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValu…
Dusb_otg_khci.h61 usb_otg_handle otgHandle;
103 usb_otg_handle otgHandle,
Dusb_otg_oci.c1631 usb_otg_handle *otgHandle, in USB_OtgInit()
1685 usb_status_t USB_OtgDeinit(usb_otg_handle otgHandle) in USB_OtgDeinit()
1704 void USB_OtgTaskFunction(usb_otg_handle otgHandle) in USB_OtgTaskFunction()
1807 usb_status_t USB_OtgBusDrop(usb_otg_handle otgHandle, uint8_t drop) in USB_OtgBusDrop()
1827 usb_status_t USB_OtgBusRequest(usb_otg_handle otgHandle) in USB_OtgBusRequest()
1837 usb_status_t USB_OtgBusRelease(usb_otg_handle otgHandle) in USB_OtgBusRelease()
1847 usb_status_t USB_OtgClearError(usb_otg_handle otgHandle) in USB_OtgClearError()
1866 usb_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValu… in USB_OtgNotifyChange()
Dusb_otg_oci.h87 usb_otg_handle upperLayerHandle,
Dusb_otg_khci.c331 usb_otg_handle otgHandle, in USB_OtgKhciInit()
518 void USB_OtgKhciIsrFunction(usb_otg_handle otgHandle) in USB_OtgKhciIsrFunction()
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb.h84 typedef void *usb_otg_handle; typedef