Home
last modified time | relevance | path

Searched defs:otgHandle (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
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_khci.c331 usb_otg_handle otgHandle, in USB_OtgKhciInit()
518 void USB_OtgKhciIsrFunction(usb_otg_handle otgHandle) in USB_OtgKhciIsrFunction()
Dusb_otg_khci.h61 usb_otg_handle otgHandle; member