Home
last modified time | relevance | path

Searched refs:s_KhciInterface (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_hci.c82 static const usb_host_controller_interface_t s_KhciInterface = { variable
211 *controllerTable = &s_KhciInterface; in USB_HostGetControllerInterface()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c78 static const usb_otg_controller_interface_t s_KhciInterface = {USB_OtgKhciInit, USB_OtgKhciDeinit, … variable
90 *controllerTable = &s_KhciInterface; in _USB_OtgGetControllerInterface()