Home
last modified time | relevance | path

Searched refs:info_value (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.c794 uint32_t info_value = 0U; in USB_HostVideoInit() local
805 …SB_HostHelperGetPeripheralInformation(deviceHandle, (uint32_t)kUSB_HostGetHostHandle, &info_value); in USB_HostVideoInit()
806 temp = (uint32_t *)info_value; in USB_HostVideoInit()
808 …HelperGetPeripheralInformation(deviceHandle, (uint32_t)kUSB_HostGetDeviceControlPipe, &info_value); in USB_HostVideoInit()
809 temp = (uint32_t *)info_value; in USB_HostVideoInit()
Dusb_host_cdc.c474 uint32_t info_value = 0U; in USB_HostCdcInit() local
485 …SB_HostHelperGetPeripheralInformation(deviceHandle, (uint32_t)kUSB_HostGetHostHandle, &info_value); in USB_HostCdcInit()
486 temp = (uint32_t *)info_value; in USB_HostCdcInit()
488 …HelperGetPeripheralInformation(deviceHandle, (uint32_t)kUSB_HostGetDeviceControlPipe, &info_value); in USB_HostCdcInit()
489 temp = (uint32_t *)info_value; in USB_HostCdcInit()
Dusb_host_audio.c65 uint32_t info_value = 0U; in USB_HostAudioInit() local
76 …SB_HostHelperGetPeripheralInformation(deviceHandle, (uint32_t)kUSB_HostGetHostHandle, &info_value); in USB_HostAudioInit()
77 temp = (uint32_t *)info_value; in USB_HostAudioInit()
79 …HelperGetPeripheralInformation(deviceHandle, (uint32_t)kUSB_HostGetDeviceControlPipe, &info_value); in USB_HostAudioInit()
80 temp = (uint32_t *)info_value; in USB_HostAudioInit()