Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc_ecm.c45 …CDC_ECM_SET_ETHERNET_MULTICAST_FILTER, USB_SHORT_GET_LOW(filterNumSum), USB_SHORT_GET_HIGH(filterN… in USB_HostCdcEcmSetEthernetMulticastFilters()
59 USB_SHORT_GET_HIGH(filterNum), bufferLength, buffer, callbackFn, callbackParam); in USB_HostCdcEcmSetEthernetPowerManagementPatternFilter()
71 USB_SHORT_GET_HIGH(filterNum), 2, &buffer[0][0], callbackFn, callbackParam); in USB_HostCdcEcmGetEthernetPowerManagementPatternFilter()
82 USB_SHORT_GET_HIGH(packetFilterBitmap), 0, NULL, callbackFn, callbackParam); in USB_HostCdcEcmSetEthernetPacketFilter()
93 …CDC_ECM_GET_ETHERNET_STATISTIC, USB_SHORT_GET_LOW(featureSelector), USB_SHORT_GET_HIGH(featureSele… in USB_HostCdcEcmGetEthernetStatistic()
Dusb_host_cdc.c1192 …CDC_SET_CONTROL_LINE_STATE, (uint8_t)USB_SHORT_GET_LOW(lineState), USB_SHORT_GET_HIGH(lineState), … in USB_HostCdcSetAcmCtrlState()
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/
Dusb_device_descriptor.c94 USB_SHORT_GET_HIGH(USB_DEVICE_SPECIFIC_BCD_VERSION),
111 USB_SHORT_GET_HIGH(USB_DEVICE_DEMO_BCD_VERSION),
135 USB_SHORT_GET_HIGH(USB_DESCRIPTOR_LENGTH_CONFIGURE + USB_DESCRIPTOR_LENGTH_INTERFACE +
188 USB_SHORT_GET_HIGH(FS_CDC_VCOM_INTERRUPT_IN_PACKET_SIZE), FS_CDC_VCOM_INTERRUPT_IN_INTERVAL,
198USB_SHORT_GET_HIGH(FS_CDC_VCOM_BULK_IN_PACKET_SIZE), 0x00, /* The polling interval value is every …
203USB_SHORT_GET_HIGH(FS_CDC_VCOM_BULK_OUT_PACKET_SIZE), 0x00, /* The polling interval value is every…
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb_misc.h103 #define USB_SHORT_GET_HIGH(x) ((uint8_t)(((uint16_t)x) >> 8U) & 0xFFU) macro