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/ |
D | usb_otg.h | 168 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…
|
D | usb_otg_khci.h | 61 usb_otg_handle otgHandle; 103 usb_otg_handle otgHandle,
|
D | usb_otg_oci.c | 1631 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()
|
D | usb_otg_oci.h | 87 usb_otg_handle upperLayerHandle,
|
D | usb_otg_khci.c | 331 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/ |
D | usb.h | 84 typedef void *usb_otg_handle; typedef
|