usbx
_ux_device_stack_class_unregister()
is only used within usbx.
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_unregister()
_ux_device_stack_class_unregister() function
Syntax
Show:
Summary
Declaration
from
ux_api.h:2710
UINT
ux_device_stack_class_unregister
(
UCHAR
*
class_name
,
UINT
(
*
class_entry_function
)
(
struct
UX_SLAVE_CLASS_COMMAND_STRUCT
*
)
)
;
Arguments
Argument
Declared as
class_name
UCHAR
*
class_entry_function
UINT
(
*
)
(
struct
UX_SLAVE_CLASS_COMMAND_STRUCT
*
Examples
References
from
examples
Code
Location
UINT
_ux_device_stack_class_unregister
(
UCHAR
*
class_name
,
ux_device_stack_class_unregister.c:80
UINT
ux_device_stack_class_unregister
(
UCHAR
*
class_name
,
ux_api.h:2710
UINT
_ux_device_stack_class_unregister
(
UCHAR
*
class_name
,
UINT
(
*
class_entry_function
)
(
struct
UX_SLAVE_CLASS_COMMAND_STRUCT
*
)
)
;
ux_device_stack.h:101
Call Tree
from
examples
_ux_device_stack_class_unregister()
calls 3 functions:
All items filtered out
_ux_device_stack_class_unregister()
_ux_utility_memory_compare()
_ux_utility_string_length_check()
_ux_device_stack_class_unregister()::class_entry_function
All items filtered out
Data Use
from
examples
_ux_device_stack_class_unregister()
reads 5 variables and writes 4 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_unregister()
UX_SLAVE_CLASS_COMMAND_STRUCT::ux_slave_class_command_request
UX_SLAVE_CLASS_COMMAND_STRUCT::ux_slave_class_command_class_ptr
UX_SLAVE_CLASS_STRUCT::ux_slave_class_status
UX_SLAVE_CLASS_STRUCT::ux_slave_class_instance
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