usbx
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class_ptr
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_COMMAND_STRUCT::ux_host_class_command_class_ptr
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class_ptr field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1634
struct
UX_HOST_CLASS_STRUCT
*
ux_host_class_command_class_ptr
;
Examples
References
from
examples
Code
Location
Referrer
*
ux_host_class_command_class_ptr
;
ux_api.h:1635
cdc_acm
->
ux_host_class_cdc_acm_class
=
command
->
ux_host_class_command_class_ptr
;
ux_host_class_cdc_acm_activate.c:133
_ux_host_class_cdc_acm_activate()
hid
->
ux_host_class_hid_class
=
command
->
ux_host_class_command_class_ptr
;
ux_host_class_hid_activate.c:102
_ux_host_class_hid_activate()
_ux_host_stack_class_instance_create
(
command
->
ux_host_class_command_class_ptr
,
(
VOID
*
)
hid
)
;
ux_host_class_hid_activate.c:114
_ux_host_class_hid_activate()
if
(
command
->
ux_host_class_command_class_ptr
->
ux_host_class_client
!=
UX_NULL
)
ux_host_class_hid_entry.c:151
_ux_host_class_hid_entry()
client
=
command
->
ux_host_class_command_class_ptr
->
ux_host_class_client
;
ux_host_class_hid_entry.c:155
_ux_host_class_hid_entry()
client_command
.
ux_host_class_hid_client_command_container
=
(
VOID
*
)
command
->
ux_host_class_command_class_ptr
;
ux_host_class_hid_entry.c:163
_ux_host_class_hid_entry()
_ux_utility_memory_free
(
command
->
ux_host_class_command_class_ptr
->
ux_host_class_client
)
;
ux_host_class_hid_entry.c:168
_ux_host_class_hid_entry()
command
->
ux_host_class_command_class_ptr
->
ux_host_class_client
=
UX_NULL
;
ux_host_class_hid_entry.c:169
_ux_host_class_hid_entry()
storage
->
ux_host_class_storage_class
=
command
->
ux_host_class_command_class_ptr
;
ux_host_class_storage_activate.c:101
_ux_host_class_storage_activate()
_ux_host_stack_class_instance_create
(
command
->
ux_host_class_command_class_ptr
,
(
VOID
*
)
storage
)
;
ux_host_class_storage_activate.c:110
_ux_host_class_storage_activate()
class_inst
=
command
->
ux_host_class_command_class_ptr
;
ux_host_class_storage_entry.c:128
_ux_host_class_storage_entry()
class_inst
=
command
->
ux_host_class_command_class_ptr
;
ux_host_class_storage_entry.c:221
_ux_host_class_storage_entry()
class_command
.
ux_host_class_command_class_ptr
=
class_inst
;
ux_host_stack_class_device_scan.c:139
_ux_host_stack_class_device_scan()
class_command
.
ux_host_class_command_class_ptr
=
(
VOID
*
)
class_inst
;
ux_host_stack_class_unregister.c:104
_ux_host_stack_class_unregister()
class_command
.
ux_host_class_command_class_ptr
=
interface
->
ux_interface_class
;
ux_host_stack_configuration_interface_scan.c:172
_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_ptr
is written by 3 functions and is read by 5 functions:
_ux_host_stack_class_device_scan()
_ux_host_stack_class_unregister()
_ux_host_stack_configuration_interface_scan()
All items filtered out
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class_ptr
_ux_host_class_hid_activate()
_ux_host_class_hid_entry()
_ux_host_class_storage_activate()
_ux_host_class_storage_entry()
_ux_host_class_cdc_acm_activate()
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