Home
last modified time | relevance | path

Searched refs:usb_otg_controller_handle (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/otg/
Dusb_otg_oci.h88usb_otg_controller_handle *controllerHandle); /*!< Init a controller instance function prototype*/
90usb_otg_controller_handle controllerHandle); /*!< Deinit a controller instance function prototype*/
91 usb_status_t (*controllerControl)(usb_otg_controller_handle controllerHandle,
114 usb_otg_controller_handle controllerHandle; /*!< The low level controller handle */
Dusb_otg_peripheral.h67 usb_status_t USB_OtgPeripheralControl(usb_otg_controller_handle controllerHandle,
Dusb_otg.h31 typedef void *usb_otg_controller_handle; typedef
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.h88usb_otg_controller_handle *controllerHandle); /*!< Init a controller instance function prototype*/
90usb_otg_controller_handle controllerHandle); /*!< Deinit a controller instance function prototype*/
91 usb_status_t (*controllerControl)(usb_otg_controller_handle controllerHandle,
114 usb_otg_controller_handle controllerHandle; /*!< The low level controller handle */
Dusb_otg_khci.h104 usb_otg_controller_handle *controllerHandle);
116 usb_status_t USB_OtgKhciDeinit(usb_otg_controller_handle controllerHandle);
131 usb_status_t USB_OtgKhciControl(usb_otg_controller_handle controllerHandle,
Dusb_otg_khci.c34 static usb_status_t USB_OtgKhciControlPullUp(usb_otg_controller_handle controllerHandle,
111 static usb_status_t USB_OtgKhciControlPullUp(usb_otg_controller_handle controllerHandle, in USB_OtgKhciControlPullUp()
332 usb_otg_controller_handle *controllerHandle) in USB_OtgKhciInit()
375 usb_status_t USB_OtgKhciDeinit(usb_otg_controller_handle controllerHandle) in USB_OtgKhciDeinit()
398 usb_status_t USB_OtgKhciControl(usb_otg_controller_handle controllerHandle, in USB_OtgKhciControl()
Dusb_otg_peripheral.h67 usb_status_t USB_OtgPeripheralControl(usb_otg_controller_handle controllerHandle,
Dusb_otg.h31 typedef void *usb_otg_controller_handle; typedef