usbx
+
0
/5 examples
SourceVu will show references to
_ux_host_stack_class_register()
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_host_stack_class_register()
_ux_host_stack_class_register() function
Syntax
Show:
Summary
Declaration
from
ux_api.h:2668
UINT
ux_host_stack_class_register
(
UCHAR
*
class_name
,
UINT
(
*
class_entry_function
)
(
struct
UX_HOST_CLASS_COMMAND_STRUCT
*
)
)
;
Arguments
Argument
class_name
class_entry_function
Examples
_ux_host_stack_class_register()
is referenced by 5 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
References
from
0/5
examples
Code
Location
UINT
_ux_host_stack_class_register
(
UCHAR
*
class_name
,
ux_host_stack_class_register.c:88
UINT
ux_host_stack_class_register
(
UCHAR
*
class_name
,
UINT
(
*
class_entry_function
)
(
struct
UX_HOST_CLASS_COMMAND_STRUCT
*
)
)
;
ux_api.h:2668
UINT
_ux_host_stack_class_register
(
UCHAR
*
class_name
,
ux_host_stack.h:126
Call Tree
from
0/5
examples
_ux_host_stack_class_register()
calls 3 functions:
All items filtered out
_ux_host_stack_class_register()
_ux_utility_string_length_check()
_ux_utility_memory_copy()
_ux_system_error_handler()
All items filtered out
Data Use
from
0/5
examples
_ux_host_stack_class_register()
reads 6 variables and writes 2 variables:
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_class
UX_SYSTEM_HOST_STRUCT::ux_system_host_class_array
UX_HOST_CLASS_STRUCT::ux_host_class_name
UX_HOST_CLASS_STRUCT::ux_host_class_status
UX_HOST_CLASS_STRUCT::ux_host_class_entry_function
_ux_system_host
All items filtered out
_ux_host_stack_class_register()
UX_HOST_CLASS_STRUCT::ux_host_class_status
UX_HOST_CLASS_STRUCT::ux_host_class_entry_function
All items filtered out
Class Tree
from
0/5
examples
All items filtered out
All items filtered out
Override Tree
from
0/5
examples
All items filtered out
All items filtered out
Implementations
from
0/5
examples
All items filtered out
All items filtered out
Instances
from
0/5
examples
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out