usbx
UX_HOST_CLASS_STRUCT::ux_host_class_client
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_STRUCT::ux_host_class_client
UX_HOST_CLASS_STRUCT::ux_host_class_client field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1657
VOID
*
ux_host_class_client
;
Examples
References
from
examples
Code
Location
Referrer
VOID
*
ux_host_class_client
;
ux_api.h:1657
if
(
class
->
ux_host_class_client
==
UX_NULL
)
ux_host_class_hid_client_register.c:119
_ux_host_class_hid_client_register()
class
->
ux_host_class_client
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_class_hid_client_register.c:125
_ux_host_class_hid_client_register()
if
(
class
->
ux_host_class_client
==
UX_NULL
)
ux_host_class_hid_client_register.c:129
_ux_host_class_hid_client_register()
hid_client
=
(
UX_HOST_CLASS_HID_CLIENT
*
)
class
->
ux_host_class_client
;
ux_host_class_hid_client_register.c:134
_ux_host_class_hid_client_register()
hid_client
=
(
UX_HOST_CLASS_HID_CLIENT
*
)
hid
->
ux_host_class_hid_class
->
ux_host_class_client
;
ux_host_class_hid_client_search.c:90
_ux_host_class_hid_client_search()
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()
_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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HOST_CLASS_STRUCT::ux_host_class_client
is written by 2 functions and is read by 3 functions:
_ux_host_class_hid_client_register()
_ux_host_class_hid_entry()
All items filtered out
UX_HOST_CLASS_STRUCT::ux_host_class_client
_ux_host_class_hid_client_register()
_ux_host_class_hid_client_search()
_ux_host_class_hid_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