Home
last modified time | relevance | path

Searched refs:controllerInterface (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c98 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgStartTimer()
107 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgCancelTimer()
119 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgEnterStateStart()
186 (void)otgInstance->controllerInterface->controllerControl( in _USB_OtgEnterStateAIdle()
330 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAWaitVrise()
333 (void)otgInstance->controllerInterface->controllerControl( in _USB_OtgEnterStateAWaitVrise()
424 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAWaitVfall()
427 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgEnterStateAWaitVfall()
485 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAWaitBcon()
488 (void)otgInstance->controllerInterface->controllerControl( in _USB_OtgEnterStateAWaitBcon()
[all …]
Dusb_otg_oci.h121 const usb_otg_controller_interface_t *controllerInterface; /*!< controller interface APIs */ member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c51 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface);
192 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface) in USB_DeviceGetControllerInterface() argument
201 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceKhciInterface; in USB_DeviceGetControllerInterface()
209 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceEhciInterface; in USB_DeviceGetControllerInterface()
219 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceLpc3511IpInte… in USB_DeviceGetControllerInterface()
227 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceDwc3Interface; in USB_DeviceGetControllerInterface()
268 if (NULL != deviceHandle->controllerInterface) in USB_DeviceTransfer()
286 …status = deviceHandle->controllerInterface->deviceSend(deviceHandle->controllerHandle, endpointAdd… in USB_DeviceTransfer()
293 …status = deviceHandle->controllerInterface->deviceRecv(deviceHandle->controllerHandle, endpointAdd… in USB_DeviceTransfer()
335 if (NULL != deviceHandle->controllerInterface) in USB_DeviceControl()
[all …]
Dusb_device_dci.h135 …const usb_device_controller_interface_struct_t *controllerInterface; /*!< Controller interface han… member