usbx
+
0
/6 examples
SourceVu will show references to
_ux_device_stack_class_register()
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ACM
Ux_Device_CDC_ECM
Ux_Device_HID_CDC_ACM
Ux_Device_MSC
STM32F429ZI-Nucleo
Applications
USBX
Ux_Device_DFU
Ux_Device_HID
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_device_stack_class_register()
_ux_device_stack_class_register() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_api.h:2705
UINT
ux_device_stack_class_register
(
UCHAR
*
class_name
,
UINT
(
*
class_entry_function
)
(
struct
UX_SLAVE_CLASS_COMMAND_STRUCT
*
)
,
ULONG
configuration_number
,
ULONG
interface_number
,
VOID
*
parameter
)
;
Implemented in
ux_device_stack_class_register.c:84
Arguments
Argument
class_name
class_entry_function
configuration_number
interface_number
parameter
Examples
_ux_device_stack_class_register()
is referenced by 6 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ACM
Ux_Device_CDC_ECM
Ux_Device_HID_CDC_ACM
Ux_Device_MSC
STM32F429ZI-Nucleo
Applications
USBX
Ux_Device_DFU
Ux_Device_HID
References
from
0/6
examples
Code
Location
UINT
_ux_device_stack_class_register
(
UCHAR
*
class_name
,
ux_device_stack_class_register.c:84
UINT
ux_device_stack_class_register
(
UCHAR
*
class_name
,
ux_api.h:2705
UINT
_ux_device_stack_class_register
(
UCHAR
*
class_name
,
ux_device_stack.h:73
Call Tree
from
0/6
examples
_ux_device_stack_class_register()
calls 3 functions:
All items filtered out
_ux_device_stack_class_register()
_ux_utility_memory_copy()
_ux_utility_string_length_check()
_ux_device_stack_class_register()::class_entry_function
All items filtered out
Data Use
from
0/6
examples
_ux_device_stack_class_register()
reads 5 variables and writes 8 variables:
UX_SLAVE_CLASS_STRUCT::ux_slave_class_name
UX_SLAVE_CLASS_STRUCT::ux_slave_class_status
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_class_array
_ux_system_slave
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_max_class
All items filtered out
_ux_device_stack_class_register()
UX_SLAVE_CLASS_COMMAND_STRUCT::ux_slave_class_command_request
UX_SLAVE_CLASS_COMMAND_STRUCT::ux_slave_class_command_class_ptr
UX_SLAVE_CLASS_COMMAND_STRUCT::ux_slave_class_command_parameter
UX_SLAVE_CLASS_STRUCT::ux_slave_class_status
UX_SLAVE_CLASS_STRUCT::ux_slave_class_entry_function
UX_SLAVE_CLASS_STRUCT::ux_slave_class_interface_parameter
UX_SLAVE_CLASS_STRUCT::ux_slave_class_interface_number
UX_SLAVE_CLASS_STRUCT::ux_slave_class_configuration_number
All items filtered out
Class Tree
from
0/6
examples
All items filtered out
All items filtered out
Override Tree
from
0/6
examples
All items filtered out
All items filtered out
Implementations
from
0/6
examples
All items filtered out
All items filtered out
Instances
from
0/6
examples
Lifecycle
from
0/6
examples
All items filtered out
All items filtered out