usbx
_ux_host_stack_class_instance_verify()
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_host_stack_class_instance_verify()
_ux_host_stack_class_instance_verify() function
Syntax
Show:
Summary
Declaration
from
ux_host_stack.h:124
UINT
_ux_host_stack_class_instance_verify
(
UCHAR
*
class_name
,
VOID
*
class_instance
)
;
Arguments
Argument
class_name
class_instance
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_stack_class_instance_verify
(
UCHAR
*
class_name
,
VOID
*
class_instance
)
ux_host_stack_class_instance_verify.c:79
UINT
_ux_host_stack_class_instance_verify
(
UCHAR
*
class_name
,
VOID
*
class_instance
)
;
ux_host_stack.h:124
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_idle_get.c:96
_ux_host_class_hid_idle_get()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_idle_set.c:101
_ux_host_class_hid_idle_set()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_keyboard_key_get.c:90
_ux_host_class_hid_keyboard_key_get()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_mouse_buttons_get.c:84
_ux_host_class_hid_mouse_buttons_get()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_mouse_position_get.c:87
_ux_host_class_hid_mouse_position_get()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_mouse_wheel_get.c:84
_ux_host_class_hid_mouse_wheel_get()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_periodic_report_start.c:90
_ux_host_class_hid_periodic_report_start()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_periodic_report_stop.c:84
_ux_host_class_hid_periodic_report_stop()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_report_callback_register.c:94
_ux_host_class_hid_report_callback_register()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_report_get.c:103
_ux_host_class_hid_report_get()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_report_id_get.c:93
_ux_host_class_hid_report_id_get()
if
(
_ux_host_stack_class_instance_verify
(
_ux_system_host_class_hid_name
,
(
VOID
*
)
hid
)
!=
UX_SUCCESS
)
ux_host_class_hid_report_set.c:194
_ux_host_class_hid_report_set()
Call Tree
from
examples
_ux_host_stack_class_instance_verify()
is called by 12 functions and calls 2 functions:
_ux_host_class_hid_idle_get()
_ux_host_class_hid_idle_set()
_ux_host_class_hid_periodic_report_start()
_ux_host_class_hid_periodic_report_stop()
_ux_host_class_hid_report_callback_register()
_ux_host_class_hid_report_get()
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_report_set()
_ux_host_class_hid_keyboard_key_get()
_ux_host_class_hid_mouse_buttons_get()
_ux_host_class_hid_mouse_position_get()
_ux_host_class_hid_mouse_wheel_get()
All items filtered out
_ux_host_stack_class_instance_verify()
_ux_utility_string_length_check()
_ux_utility_memory_compare()
All items filtered out
Data Use
from
examples
_ux_host_stack_class_instance_verify()
reads 6 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_first_instance
_ux_system_host
All items filtered out
_ux_host_stack_class_instance_verify()
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