UX_SLAVE_CLASS_STORAGE_CSW_LENGTH is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_SLAVE_CLASS_STORAGE_CSW_LENGTH

UX_SLAVE_CLASS_STORAGE_CSW_LENGTH macro

Syntax

#define UX_SLAVE_CLASS_STORAGE_CSW_LENGTH 13

References

LocationText
ux_device_class_storage.h:156
#define UX_SLAVE_CLASS_STORAGE_CSW_LENGTH 13
ux_device_class_storage_csw_send.c:32
#if UX_SLAVE_REQUEST_DATA_MAX_LENGTH < UX_SLAVE_CLASS_STORAGE_CSW_LENGTH
ux_device_class_storage_csw_send.c:126
_ux_utility_memory_set(csw_buffer, 0, UX_SLAVE_CLASS_STORAGE_CSW_LENGTH); /* Use case of memset is verified. */
ux_device_class_storage_csw_send.c:157
status = _ux_device_stack_transfer_request(transfer_request, UX_SLAVE_CLASS_STORAGE_CSW_LENGTH,
ux_device_class_storage_csw_send.c:158
UX_SLAVE_CLASS_STORAGE_CSW_LENGTH);