usbx
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH macro
Syntax
Show:
Summary
Declaration
from
ux_device_class_storage.h:178
#define
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
36
Examples
References
from
examples
Code
Location
#define
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
36
ux_device_class_storage.h:178
_ux_utility_memory_set
(
inquiry_buffer
,
0
,
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
)
;
/* Use case of memset is verified. */
ux_device_class_storage_inquiry.c:133
if
(
inquiry_length
>
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
)
ux_device_class_storage_inquiry.c:136
inquiry_length
=
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
;
ux_device_class_storage_inquiry.c:137
inquiry_buffer
[
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_ADDITIONAL_LENGTH
]
=
UX_SLAVE_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
;
ux_device_class_storage_inquiry.c:162
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out