usbx
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_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_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH macro
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:415
#define
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
0xC0
Examples
References
from
examples
Code
Location
#define
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
0xC0
ux_host_class_storage.h:415
_ux_host_class_storage_cbw_initialize
(
storage
,
UX_HOST_CLASS_STORAGE_DATA_IN
,
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
,
command_length
)
;
ux_host_class_storage_media_protection_check.c:102
_ux_utility_short_put_big_endian
(
cbw
+
UX_HOST_CLASS_STORAGE_CBW_CB
+
UX_HOST_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH
,
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
)
;
ux_host_class_storage_media_protection_check.c:126
mode_sense_response
=
_ux_utility_memory_allocate
(
UX_SAFE_ALIGN
,
UX_CACHE_SAFE_MEMORY
,
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
)
;
ux_host_class_storage_media_protection_check.c:129
_ux_utility_short_put_big_endian
(
cbw
+
UX_HOST_CLASS_STORAGE_CBW_CB
+
UX_HOST_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH
,
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
)
;
ux_host_class_storage_media_recovery_sense_get.c:122
mode_sense_response
=
_ux_utility_memory_allocate
(
UX_SAFE_ALIGN
,
UX_CACHE_SAFE_MEMORY
,
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
)
;
ux_host_class_storage_media_recovery_sense_get.c:125
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