UX_HOST_CLASS_STORAGE_CBW_CB is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_HOST_CLASS_STORAGE_CBW_CB

UX_HOST_CLASS_STORAGE_CBW_CB macro

Syntax

#define UX_HOST_CLASS_STORAGE_CBW_CB 15

References

LocationText
ux_host_class_storage.h:242
#define UX_HOST_CLASS_STORAGE_CBW_CB 15
ux_host_class_storage_cbw_initialize.c:112
_ux_utility_memory_set(cbw + UX_HOST_CLASS_STORAGE_CBW_CB, 0, (ULONG) command_length); /* Use case of memset is verified. */
ux_host_class_storage_media_capacity_get.c:150
ux_host_class_storage_media_characteristics_get.c:106
ux_host_class_storage_media_characteristics_get.c:109
ux_host_class_storage_media_format_capacity_get.c:108
ux_host_class_storage_media_format_capacity_get.c:111
ux_host_class_storage_media_protection_check.c:112
ux_host_class_storage_media_protection_check.c:117
ux_host_class_storage_media_protection_check.c:123
ux_host_class_storage_media_protection_check.c:126
ux_host_class_storage_media_read.c:50
cbw_cb = cbw + UX_HOST_CLASS_STORAGE_CBW_CB;
ux_host_class_storage_media_recovery_sense_get.c:110
ux_host_class_storage_media_recovery_sense_get.c:114
ux_host_class_storage_media_recovery_sense_get.c:119
ux_host_class_storage_media_recovery_sense_get.c:122
ux_host_class_storage_media_write.c:50
cbw_cb = cbw + UX_HOST_CLASS_STORAGE_CBW_CB;
ux_host_class_storage_request_sense.c:114
ux_host_class_storage_request_sense.c:125
ux_host_class_storage_request_sense.c:128
ux_host_class_storage_start_stop.c:103
ux_host_class_storage_start_stop.c:106
*(cbw + UX_HOST_CLASS_STORAGE_CBW_CB + UX_HOST_CLASS_STORAGE_START_STOP_START_BIT) = (UCHAR) start_stop_signal;
ux_host_class_storage_transport_cb.c:112
ufi = cbw + UX_HOST_CLASS_STORAGE_CBW_CB;
ux_host_class_storage_transport_cbi.c:114
ufi = cbw + UX_HOST_CLASS_STORAGE_CBW_CB;
ux_host_class_storage_unit_ready_test.c:105