usbx
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceSubClass
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_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceSubClass
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceSubClass field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2009
ULONG
bInterfaceSubClass
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
bInterfaceSubClass
;
ux_api.h:2009
class_command
.
ux_slave_class_command_subclass
=
interface
->
ux_slave_interface_descriptor
.
bInterfaceSubClass
;
ux_device_stack_interface_start.c:98
_ux_device_stack_interface_start()
(
(
interface_descriptor
.
bInterfaceSubClass
==
UX_HOST_CLASS_CDC_ACM_SUBCLASS
)
||
ux_host_class_cdc_acm_capabilities_get.c:195
_ux_host_class_cdc_acm_capabilities_get()
(
interface_descriptor
.
bInterfaceSubClass
==
UX_HOST_CLASS_CDC_DLC_SUBCLASS
)
)
)
ux_host_class_cdc_acm_capabilities_get.c:196
_ux_host_class_cdc_acm_capabilities_get()
switch
(
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceSubClass
)
ux_host_class_storage_device_support_check.c:129
_ux_host_class_storage_device_support_check()
switch
(
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceSubClass
)
ux_host_class_storage_media_protection_check.c:105
_ux_host_class_storage_media_protection_check()
switch
(
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceSubClass
)
ux_host_class_storage_media_recovery_sense_get.c:103
_ux_host_class_storage_media_recovery_sense_get()
class_command
.
ux_host_class_command_subclass
=
interface
->
ux_interface_descriptor
.
bInterfaceSubClass
;
ux_host_stack_configuration_interface_scan.c:108
_ux_host_stack_configuration_interface_scan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceSubClass
is read by 6 functions:
All items filtered out
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceSubClass
_ux_device_stack_interface_start()
_ux_host_class_storage_device_support_check()
_ux_host_class_storage_media_protection_check()
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_stack_configuration_interface_scan()
_ux_host_class_cdc_acm_capabilities_get()
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