usbx + 0/1 examples
CodeScope will show references to UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
USBX
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_SLAVE_REQUEST_CONTROL_MAX_LENGTH

UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH macro

Syntax

#define UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH 256

Examples

UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH is referenced by 1 libraries and example projects.

References

LocationText
ux_port.h:195
#define UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH 256
ux_dcd_stm32_callback.c:307
if (transfer_request -> ux_slave_transfer_request_requested_length > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_class_dfu_control_request.c:383
(request_length > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH))
ux_device_class_dfu_initialize.c:161
if (dfu_functional_descriptor.wTransferSize > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_class_hid.h:128
#if UX_DEVICE_CLASS_HID_EVENT_BUFFER_LENGTH > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH
ux_device_class_hid_descriptor_send.c:158
if (length > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_class_hid_descriptor_send.c:205
if (length > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_class_hid_report_get.c:148
if (hid_event_length > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_class_hid_report_get.c:149
hid_event_length = UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH;
ux_device_class_hid_report_get.c:163
if (host_length < UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_class_hid_report_get.c:166
hid_event_length = UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH;
ux_device_stack_control_request_process.c:148
application_data_length = UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH;
ux_device_stack_descriptor_send.c:32
#if (UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH < UX_DEVICE_DESCRIPTOR_LENGTH) || \
ux_device_stack_descriptor_send.c:33
(UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH < UX_DEVICE_QUALIFIER_DESCRIPTOR_LENGTH) || \
ux_device_stack_descriptor_send.c:34
(UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH < UX_OTG_DESCRIPTOR_LENGTH)
ux_device_stack_descriptor_send.c:318
if (length > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_stack_descriptor_send.c:351
if (_ux_system_slave -> ux_system_slave_language_id_framework_length + 2 > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_stack_descriptor_send.c:409
if (((*(string_framework + 3)*2) + 2) > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH)
ux_device_stack_initialize.c:178
_ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY, UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH);
ux_port.h:194
#ifndef UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH