usbx + 0/5 examples
CodeScope will show references to UX_DEVICE_STRUCT::ux_device_descriptor from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
STM32F429ZI-Nucleo
Applications
USBX
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_DEVICE_STRUCT::ux_device_descriptor

UX_DEVICE_STRUCT::ux_device_descriptor field

Syntax

struct UX_DEVICE_DESCRIPTOR_STRUCT ux_device_descriptor;

Examples

UX_DEVICE_STRUCT::ux_device_descriptor is referenced by 5 libraries and example projects.

References

LocationReferrerText
ux_api.h:1869
ux_device_descriptor;
ux_host_stack_class_device_scan.c:100_ux_host_stack_class_device_scan()
class_command.ux_host_class_command_vid = device -> ux_device_descriptor.idVendor;
ux_host_stack_class_device_scan.c:101_ux_host_stack_class_device_scan()
class_command.ux_host_class_command_pid = device -> ux_device_descriptor.idProduct;
ux_host_stack_class_device_scan.c:102_ux_host_stack_class_device_scan()
class_command.ux_host_class_command_class = device -> ux_device_descriptor.bDeviceClass;
ux_host_stack_class_device_scan.c:103_ux_host_stack_class_device_scan()
class_command.ux_host_class_command_subclass = device -> ux_device_descriptor.bDeviceSubClass;
ux_host_stack_class_device_scan.c:104_ux_host_stack_class_device_scan()
class_command.ux_host_class_command_protocol = device -> ux_device_descriptor.bDeviceProtocol;
ux_host_stack_configuration_enumerate.c:112_ux_host_stack_configuration_enumerate()
nb_configurations = device -> ux_device_descriptor.bNumConfigurations;
ux_host_stack_device_descriptor_read.c:126_ux_host_stack_device_descriptor_read()
(UCHAR *) &device -> ux_device_descriptor);
ux_host_stack_device_descriptor_read.c:139_ux_host_stack_device_descriptor_read()
if (device -> ux_device_descriptor.bMaxPacketSize0 != 8 &&
ux_host_stack_device_descriptor_read.c:140_ux_host_stack_device_descriptor_read()
device -> ux_device_descriptor.bMaxPacketSize0 != 16 &&
ux_host_stack_device_descriptor_read.c:141_ux_host_stack_device_descriptor_read()
device -> ux_device_descriptor.bMaxPacketSize0 != 32 &&
ux_host_stack_device_descriptor_read.c:142_ux_host_stack_device_descriptor_read()
device -> ux_device_descriptor.bMaxPacketSize0 != 64)
ux_host_stack_device_descriptor_read.c:170_ux_host_stack_device_descriptor_read()
control_endpoint -> ux_endpoint_descriptor.wMaxPacketSize = device -> ux_device_descriptor.bMaxPacketSize0;
ux_host_stack_device_descriptor_read.c:179_ux_host_stack_device_descriptor_read()
transfer_request -> ux_transfer_request_packet_length = device -> ux_device_descriptor.bMaxPacketSize0;
ux_host_stack_device_descriptor_read.c:190_ux_host_stack_device_descriptor_read()
(UCHAR *) &device -> ux_device_descriptor);

Data Use

Functions reading UX_DEVICE_STRUCT::ux_device_descriptor
UX_DEVICE_STRUCT::ux_device_descriptor
Type of UX_DEVICE_STRUCT::ux_device_descriptor
UX_DEVICE_STRUCT::ux_device_descriptor
all items filtered out