usbx
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1627
UINT
ux_host_class_command_class
;
Examples
References
from
examples
Code
Location
Referrer
UINT
ux_host_class_command_class
;
ux_api.h:1627
(
(
command
->
ux_host_class_command_class
==
UX_HOST_CLASS_CDC_DATA_CLASS
)
||
ux_host_class_cdc_acm_entry.c:116
_ux_host_class_cdc_acm_entry()
(
(
command
->
ux_host_class_command_class
==
UX_HOST_CLASS_CDC_CONTROL_CLASS
)
&&
ux_host_class_cdc_acm_entry.c:117
_ux_host_class_cdc_acm_entry()
(
(
command
->
ux_host_class_command_class
==
UX_HOST_CLASS_CDC_CONTROL_CLASS
)
&&
ux_host_class_cdc_acm_entry.c:119
_ux_host_class_cdc_acm_entry()
(
command
->
ux_host_class_command_class
==
UX_HOST_CLASS_HID_CLASS
)
)
ux_host_class_hid_entry.c:116
_ux_host_class_hid_entry()
(
command
->
ux_host_class_command_class
==
UX_HOST_CLASS_STORAGE_CLASS
)
)
ux_host_class_storage_entry.c:116
_ux_host_class_storage_entry()
class_command
.
ux_host_class_command_class
=
device
->
ux_device_descriptor
.
bDeviceClass
;
ux_host_stack_class_device_scan.c:102
_ux_host_stack_class_device_scan()
class_command
.
ux_host_class_command_class
=
interface
->
ux_interface_descriptor
.
bInterfaceClass
;
ux_host_stack_configuration_interface_scan.c:107
_ux_host_stack_configuration_interface_scan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class
is written by 2 functions and is read by 3 functions:
_ux_host_stack_class_device_scan()
_ux_host_stack_configuration_interface_scan()
All items filtered out
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class
_ux_host_class_hid_entry()
_ux_host_class_storage_entry()
_ux_host_class_cdc_acm_entry()
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