UX_CONFIGURATION_DESCRIPTOR_LENGTH is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_CONFIGURATION_DESCRIPTOR_LENGTH

UX_CONFIGURATION_DESCRIPTOR_LENGTH macro

Syntax

#define UX_CONFIGURATION_DESCRIPTOR_LENGTH 9

References

LocationText
ux_api.h:1973
#define UX_CONFIGURATION_DESCRIPTOR_LENGTH 9
ux_host_class_cdc_acm_capabilities_get.c:98
descriptor = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_CONFIGURATION_DESCRIPTOR_LENGTH);
ux_host_class_cdc_acm_capabilities_get.c:107
transfer_request -> ux_transfer_request_requested_length = UX_CONFIGURATION_DESCRIPTOR_LENGTH;
ux_host_class_cdc_acm_capabilities_get.c:117
if ((status == UX_SUCCESS) && (transfer_request -> ux_transfer_request_actual_length == UX_CONFIGURATION_DESCRIPTOR_LENGTH))
ux_host_class_hid_descriptor_parse.c:99
descriptor = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_CONFIGURATION_DESCRIPTOR_LENGTH);
ux_host_class_hid_descriptor_parse.c:111
transfer_request -> ux_transfer_request_requested_length = UX_CONFIGURATION_DESCRIPTOR_LENGTH;
ux_host_class_hid_descriptor_parse.c:121
if ((status == UX_SUCCESS) && (transfer_request -> ux_transfer_request_actual_length == UX_CONFIGURATION_DESCRIPTOR_LENGTH))
ux_host_stack_configuration_enumerate.c:107
descriptor = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_CONFIGURATION_DESCRIPTOR_LENGTH);
ux_host_stack_configuration_enumerate.c:121
transfer_request -> ux_transfer_request_requested_length = UX_CONFIGURATION_DESCRIPTOR_LENGTH;
ux_host_stack_configuration_enumerate.c:131
if ((status == UX_SUCCESS) && (transfer_request -> ux_transfer_request_actual_length == UX_CONFIGURATION_DESCRIPTOR_LENGTH))