usbx
_ux_system_error_handler()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_system_error_handler()
_ux_system_error_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_utility.h:286
VOID
_ux_system_error_handler
(
UINT
system_level
,
UINT
system_context
,
UINT
error_code
)
;
Implemented in
ux_system_error_handler.c:73
Arguments
Argument
system_level
system_context
error_code
Examples
References
from
examples
Code
Location
Referrer
VOID
_ux_system_error_handler
(
UINT
system_level
,
UINT
system_context
,
UINT
error_code
)
ux_system_error_handler.c:73
VOID
_ux_system_error_handler
(
UINT
system_level
,
UINT
system_context
,
UINT
error_code
)
;
ux_utility.h:286
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_DCD
,
UX_CONTROLLER_UNKNOWN
)
;
ux_dcd_stm32_function.c:103
_ux_dcd_stm32_function()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_DCD
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_dcd_stm32_function.c:191
_ux_dcd_stm32_function()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_device_class_cdc_acm_ioctl.c:343
_ux_device_class_cdc_acm_ioctl()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_device_class_cdc_acm_read.c:120
_ux_device_class_cdc_acm_read()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_NO_ANSWER
)
;
ux_device_class_cdc_acm_read.c:222
_ux_device_class_cdc_acm_read()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_device_class_cdc_acm_write.c:120
_ux_device_class_cdc_acm_write()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_NO_ANSWER
)
;
ux_device_class_cdc_acm_write.c:228
_ux_device_class_cdc_acm_write()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_device_class_cdc_acm_write_with_callback.c:107
_ux_device_class_cdc_acm_write_with_callback()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_device_class_cdc_ecm_bulkin_thread.c:174
_ux_device_class_cdc_ecm_bulkin_thread()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_BUFFER_OVERFLOW
)
;
ux_device_class_cdc_ecm_bulkin_thread.c:184
_ux_device_class_cdc_ecm_bulkin_thread()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_class_cdc_ecm_bulkout_thread.c:178
_ux_device_class_cdc_ecm_bulkout_thread()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_device_class_cdc_ecm_entry.c:154
_ux_device_class_cdc_ecm_entry()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_device_class_cdc_ecm_interrupt_thread.c:151
_ux_device_class_cdc_ecm_interrupt_thread()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CLASS_CDC_ECM_LINK_STATE_DOWN_ERROR
)
;
ux_device_class_cdc_ecm_write.c:127
_ux_device_class_cdc_ecm_write()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_class_hid_descriptor_send.c:162
_ux_device_class_hid_descriptor_send()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_class_hid_descriptor_send.c:209
_ux_device_class_hid_descriptor_send()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_class_hid_event_set.c:131
_ux_device_class_hid_event_set()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_device_class_hid_interrupt_thread.c:158
_ux_device_class_hid_interrupt_thread()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_device_class_hid_interrupt_thread.c:169
_ux_device_class_hid_interrupt_thread()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_device_class_hid_interrupt_thread.c:195
_ux_device_class_hid_interrupt_thread()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_device_class_storage_entry.c:146
_ux_device_class_storage_entry()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_class_storage_get_status_notification.c:140
_ux_device_class_storage_get_status_notification()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_device_class_storage_mode_select.c:116
_ux_device_class_storage_mode_select()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_device_class_storage_thread.c:425
_ux_device_class_storage_thread()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_INTERFACE_HANDLE_UNKNOWN
)
;
ux_device_stack_alternate_setting_set.c:144
_ux_device_stack_alternate_setting_set()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_DEVICE_STACK
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_stack_descriptor_send.c:321
_ux_device_stack_descriptor_send()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_DEVICE_STACK
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_stack_descriptor_send.c:355
_ux_device_stack_descriptor_send()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_DEVICE_STACK
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_stack_descriptor_send.c:413
_ux_device_stack_descriptor_send()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_INIT
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_device_stack_initialize.c:318
_ux_device_stack_initialize()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_INIT
,
UX_MEMORY_INSUFFICIENT
)
;
ux_device_stack_initialize.c:332
_ux_device_stack_initialize()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_HCD
,
UX_ENDPOINT_HANDLE_UNKNOWN
)
;
ux_hcd_stm32_endpoint_destroy.c:88
_ux_hcd_stm32_endpoint_destroy()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_HCD
,
UX_CONTROLLER_UNKNOWN
)
;
ux_hcd_stm32_entry.c:105
_ux_hcd_stm32_entry()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_HCD
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_hcd_stm32_entry.c:235
_ux_hcd_stm32_entry()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_HCD
,
UX_PORT_INDEX_UNKNOWN
)
;
ux_hcd_stm32_port_reset.c:86
_ux_hcd_stm32_port_reset()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_HCD
,
UX_NO_DEVICE_CONNECTED
)
;
ux_hcd_stm32_port_reset.c:100
_ux_hcd_stm32_port_reset()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_HCD
,
UX_PORT_INDEX_UNKNOWN
)
;
ux_hcd_stm32_port_status_get.c:109
_ux_hcd_stm32_port_status_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_HCD
,
UX_PORT_INDEX_UNKNOWN
)
;
ux_hcd_stm32_power_on_port.c:80
_ux_hcd_stm32_power_on_port()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_HCD
,
UX_ENDPOINT_HANDLE_UNKNOWN
)
;
ux_hcd_stm32_transfer_abort.c:95
_ux_hcd_stm32_transfer_abort()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_class_cdc_acm_capabilities_get.c:170
_ux_host_class_cdc_acm_capabilities_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_class_cdc_acm_capabilities_get.c:231
_ux_host_class_cdc_acm_capabilities_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_host_class_cdc_acm_configure.c:101
_ux_host_class_cdc_acm_configure()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONNECTION_INCOMPATIBLE
)
;
ux_host_class_cdc_acm_configure.c:124
_ux_host_class_cdc_acm_configure()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_ENDPOINT_HANDLE_UNKNOWN
)
;
ux_host_class_cdc_acm_endpoints_get.c:147
_ux_host_class_cdc_acm_endpoints_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_MEMORY_INSUFFICIENT
)
;
ux_host_class_cdc_acm_endpoints_get.c:211
_ux_host_class_cdc_acm_endpoints_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_host_class_cdc_acm_entry.c:172
_ux_host_class_cdc_acm_entry()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_host_class_cdc_acm_ioctl.c:330
_ux_host_class_cdc_acm_ioctl()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_cdc_acm_read.c:101
_ux_host_class_cdc_acm_read()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_cdc_acm_read.c:115
_ux_host_class_cdc_acm_read()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_TIMEOUT
)
;
ux_host_class_cdc_acm_read.c:178
_ux_host_class_cdc_acm_read()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_BUFFER_OVERFLOW
)
;
ux_host_class_cdc_acm_reception_callback.c:115
_ux_host_class_cdc_acm_reception_callback()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_cdc_acm_reception_start.c:92
_ux_host_class_cdc_acm_reception_start()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_cdc_acm_reception_start.c:106
_ux_host_class_cdc_acm_reception_start()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_cdc_acm_reception_stop.c:93
_ux_host_class_cdc_acm_reception_stop()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_cdc_acm_reception_stop.c:107
_ux_host_class_cdc_acm_reception_stop()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_cdc_acm_write.c:104
_ux_host_class_cdc_acm_write()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_cdc_acm_write.c:118
_ux_host_class_cdc_acm_write()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_TIMEOUT
)
;
ux_host_class_cdc_acm_write.c:187
_ux_host_class_cdc_acm_write()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_ALREADY_INSTALLED
)
;
ux_host_class_hid_client_register.c:165
_ux_host_class_hid_client_register()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_MEMORY_ARRAY_FULL
)
;
ux_host_class_hid_client_register.c:179
_ux_host_class_hid_client_register()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_UNKNOWN
)
;
ux_host_class_hid_client_search.c:97
_ux_host_class_hid_client_search()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_UNKNOWN
)
;
ux_host_class_hid_client_search.c:143
_ux_host_class_hid_client_search()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_host_class_hid_configure.c:100
_ux_host_class_hid_configure()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONNECTION_INCOMPATIBLE
)
;
ux_host_class_hid_configure.c:126
_ux_host_class_hid_configure()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_class_hid_descriptor_parse.c:167
_ux_host_class_hid_descriptor_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_class_hid_descriptor_parse.c:223
_ux_host_class_hid_descriptor_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_class_hid_descriptor_parse.c:245
_ux_host_class_hid_descriptor_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_host_class_hid_entry.c:176
_ux_host_class_hid_entry()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_REPORT_OVERFLOW
)
;
ux_host_class_hid_global_item_parse.c:156
_ux_host_class_hid_global_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_USAGE_OVERFLOW
)
;
ux_host_class_hid_global_item_parse.c:185
_ux_host_class_hid_global_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_PUSH_OVERFLOW
)
;
ux_host_class_hid_global_item_parse.c:202
_ux_host_class_hid_global_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_POP_UNDERFLOW
)
;
ux_host_class_hid_global_item_parse.c:223
_ux_host_class_hid_global_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_TAG_UNSUPPORTED
)
;
ux_host_class_hid_global_item_parse.c:241
_ux_host_class_hid_global_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_BUFFER_OVERFLOW
)
;
ux_host_class_hid_keyboard_callback.c:565
_ux_host_class_hid_keyboard_callback()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_host_class_hid_keyboard_ioctl.c:113
_ux_host_class_hid_keyboard_ioctl()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_USAGE_OVERFLOW
)
;
ux_host_class_hid_local_item_parse.c:97
_ux_host_class_hid_local_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_MIN_MAX_ERROR
)
;
ux_host_class_hid_local_item_parse.c:140
_ux_host_class_hid_local_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_USAGE_OVERFLOW
)
;
ux_host_class_hid_local_item_parse.c:160
_ux_host_class_hid_local_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_DELIMITER_ERROR
)
;
ux_host_class_hid_local_item_parse.c:200
_ux_host_class_hid_local_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_DELIMITER_ERROR
)
;
ux_host_class_hid_local_item_parse.c:217
_ux_host_class_hid_local_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_DELIMITER_ERROR
)
;
ux_host_class_hid_local_item_parse.c:230
_ux_host_class_hid_local_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_TAG_UNSUPPORTED
)
;
ux_host_class_hid_local_item_parse.c:240
_ux_host_class_hid_local_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_COLLECTION_OVERFLOW
)
;
ux_host_class_hid_main_item_parse.c:129
_ux_host_class_hid_main_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_COLLECTION_OVERFLOW
)
;
ux_host_class_hid_main_item_parse.c:157
_ux_host_class_hid_main_item_parse()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_mouse_buttons_get.c:88
_ux_host_class_hid_mouse_buttons_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_mouse_position_get.c:91
_ux_host_class_hid_mouse_position_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_mouse_wheel_get.c:88
_ux_host_class_hid_mouse_wheel_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_periodic_report_start.c:94
_ux_host_class_hid_periodic_report_start()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_PERIODIC_REPORT_ERROR
)
;
ux_host_class_hid_periodic_report_start.c:113
_ux_host_class_hid_periodic_report_start()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_periodic_report_stop.c:88
_ux_host_class_hid_periodic_report_stop()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_PERIODIC_REPORT_ERROR
)
;
ux_host_class_hid_periodic_report_stop.c:101
_ux_host_class_hid_periodic_report_stop()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_REPORT_ERROR
)
;
ux_host_class_hid_report_add.c:148
_ux_host_class_hid_report_add()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_report_callback_register.c:98
_ux_host_class_hid_report_callback_register()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_REPORT_ERROR
)
;
ux_host_class_hid_report_callback_register.c:141
_ux_host_class_hid_report_callback_register()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_REPORT_ERROR
)
;
ux_host_class_hid_report_compress.c:157
_ux_host_class_hid_report_compress()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_class_hid_report_descriptor_get.c:191
_ux_host_class_hid_report_descriptor_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_report_get.c:107
_ux_host_class_hid_report_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_REPORT_ERROR
)
;
ux_host_class_hid_report_get.c:144
_ux_host_class_hid_report_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_BUFFER_OVERFLOW
)
;
ux_host_class_hid_report_get.c:236
_ux_host_class_hid_report_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_REPORT_ERROR
)
;
ux_host_class_hid_report_get.c:256
_ux_host_class_hid_report_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_report_id_get.c:97
_ux_host_class_hid_report_id_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_REPORT_ERROR
)
;
ux_host_class_hid_report_id_get.c:137
_ux_host_class_hid_report_id_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_class_hid_report_set.c:198
_ux_host_class_hid_report_set()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_host_class_hid_report_set.c:255
_ux_host_class_hid_report_set()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_HID_REPORT_ERROR
)
;
ux_host_class_hid_report_set.c:299
_ux_host_class_hid_report_set()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_host_class_hid_transfer_request_completed.c:257
_ux_host_class_hid_transfer_request_completed()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
status
)
;
ux_host_class_hid_transfer_request_completed.c:266
_ux_host_class_hid_transfer_request_completed()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_host_class_storage_configure.c:102
_ux_host_class_storage_configure()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CONNECTION_INCOMPATIBLE
)
;
ux_host_class_storage_configure.c:125
_ux_host_class_storage_configure()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_MEDIA_NOT_SUPPORTED
)
;
ux_host_class_storage_device_initialize.c:149
_ux_host_class_storage_device_initialize()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_PROTOCOL_ERROR
)
;
ux_host_class_storage_device_support_check.c:120
_ux_host_class_storage_device_support_check()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_PROTOCOL_ERROR
)
;
ux_host_class_storage_device_support_check.c:145
_ux_host_class_storage_device_support_check()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_ENDPOINT_HANDLE_UNKNOWN
)
;
ux_host_class_storage_endpoints_get.c:116
_ux_host_class_storage_endpoints_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_ENDPOINT_HANDLE_UNKNOWN
)
;
ux_host_class_storage_endpoints_get.c:152
_ux_host_class_storage_endpoints_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_FUNCTION_NOT_SUPPORTED
)
;
ux_host_class_storage_entry.c:256
_ux_host_class_storage_entry()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_MEMORY_ERROR
)
;
ux_host_class_storage_max_lun_get.c:145
_ux_host_class_storage_max_lun_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_HOST_CLASS_MEMORY_ERROR
)
;
ux_host_class_storage_media_open.c:169
_ux_host_class_storage_media_open()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_DATA_LESS_THAN_EXPECTED
)
;
ux_host_class_storage_media_read.c:173
_ux_host_class_storage_media_read()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_TIMEOUT
)
;
ux_host_class_storage_transport_bo.c:136
_ux_host_class_storage_transport_bo()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_TIMEOUT
)
;
ux_host_class_storage_transport_bo.c:221
_ux_host_class_storage_transport_bo()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_TIMEOUT
)
;
ux_host_class_storage_transport_bo.c:292
_ux_host_class_storage_transport_bo()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_TIMEOUT
)
;
ux_host_class_storage_transport_cb.c:171
_ux_host_class_storage_transport_cb()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_TRANSFER_TIMEOUT
)
;
ux_host_class_storage_transport_cbi.c:173
_ux_host_class_storage_transport_cbi()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_NO_BANDWIDTH_AVAILABLE
)
;
ux_host_stack_bandwidth_check.c:185
_ux_host_stack_bandwidth_check()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_NO_BANDWIDTH_AVAILABLE
)
;
ux_host_stack_bandwidth_check.c:245
_ux_host_stack_bandwidth_check()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_NO_BANDWIDTH_AVAILABLE
)
;
ux_host_stack_bandwidth_check.c:259
_ux_host_stack_bandwidth_check()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_stack_class_instance_destroy.c:97
_ux_host_stack_class_instance_destroy()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_HOST_CLASS_INSTANCE_UNKNOWN
)
;
ux_host_stack_class_instance_destroy.c:137
_ux_host_stack_class_instance_destroy()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_INIT
,
UX_HOST_CLASS_ALREADY_INSTALLED
)
;
ux_host_stack_class_register.c:152
_ux_host_stack_class_register()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_INIT
,
UX_MEMORY_ARRAY_FULL
)
;
ux_host_stack_class_register.c:171
_ux_host_stack_class_register()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_stack_configuration_enumerate.c:172
_ux_host_stack_configuration_enumerate()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_INTERFACE_HANDLE_UNKNOWN
)
;
ux_host_stack_configuration_interface_get.c:153
_ux_host_stack_configuration_interface_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_INTERFACE_HANDLE_UNKNOWN
)
;
ux_host_stack_configuration_interface_get.c:177
_ux_host_stack_configuration_interface_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_host_stack_device_configuration_activate.c:96
_ux_host_stack_device_configuration_activate()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_SEMAPHORE_ERROR
)
;
ux_host_stack_device_configuration_activate.c:132
_ux_host_stack_device_configuration_activate()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DEVICE_HANDLE_UNKNOWN
)
;
ux_host_stack_device_configuration_deactivate.c:96
_ux_host_stack_device_configuration_deactivate()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_SEMAPHORE_ERROR
)
;
ux_host_stack_device_configuration_deactivate.c:132
_ux_host_stack_device_configuration_deactivate()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DEVICE_HANDLE_UNKNOWN
)
;
ux_host_stack_device_configuration_get.c:88
_ux_host_stack_device_configuration_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_host_stack_device_configuration_get.c:128
_ux_host_stack_device_configuration_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_CONFIGURATION_HANDLE_UNKNOWN
)
;
ux_host_stack_device_configuration_select.c:102
_ux_host_stack_device_configuration_select()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_OVER_CURRENT_CONDITION
)
;
ux_host_stack_device_configuration_select.c:124
_ux_host_stack_device_configuration_select()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_stack_device_descriptor_read.c:196
_ux_host_stack_device_descriptor_read()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DEVICE_HANDLE_UNKNOWN
)
;
ux_host_stack_device_get.c:94
_ux_host_stack_device_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DEVICE_HANDLE_UNKNOWN
)
;
ux_host_stack_device_remove.c:136
_ux_host_stack_device_remove()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DEVICE_HANDLE_UNKNOWN
)
;
ux_host_stack_device_string_get.c:98
_ux_host_stack_device_string_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_NO_BANDWIDTH_AVAILABLE
)
;
ux_host_stack_endpoint_instance_create.c:118
_ux_host_stack_endpoint_instance_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_INTERFACE_HANDLE_UNKNOWN
)
;
ux_host_stack_interface_endpoint_get.c:89
_ux_host_stack_interface_endpoint_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_ENDPOINT_HANDLE_UNKNOWN
)
;
ux_host_stack_interface_endpoint_get.c:126
_ux_host_stack_interface_endpoint_get()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_stack_interfaces_scan.c:110
_ux_host_stack_interfaces_scan()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_stack_interfaces_scan.c:186
_ux_host_stack_interfaces_scan()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_TOO_MANY_DEVICES
)
;
ux_host_stack_new_device_create.c:129
_ux_host_stack_new_device_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_TOO_MANY_DEVICES
)
;
ux_host_stack_new_device_create.c:144
_ux_host_stack_new_device_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_stack_new_interface_create.c:166
_ux_host_stack_new_interface_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ENUMERATOR
,
UX_DESCRIPTOR_CORRUPTED
)
;
ux_host_stack_new_interface_create.c:193
_ux_host_stack_new_interface_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ROOT_HUB
,
UX_DEVICE_ENUMERATION_FAILURE
)
;
ux_host_stack_rh_device_insertion.c:159
_ux_host_stack_rh_device_insertion()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_ROOT_HUB
,
UX_DEVICE_ENUMERATION_FAILURE
)
;
ux_host_stack_rh_device_insertion.c:244
_ux_host_stack_rh_device_insertion()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_MEMORY_INSUFFICIENT
)
;
ux_network_driver.c:188
_ux_network_driver_activate()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_CLASS
,
UX_CLASS_CDC_ECM_LINK_STATE_DOWN_ERROR
)
;
ux_network_driver.c:687
_ux_network_driver_entry()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
UX_EVENT_ERROR
)
;
ux_utility_event_flags_create.c:87
_ux_utility_event_flags_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
UX_MEMORY_INSUFFICIENT
)
;
ux_utility_memory_allocate.c:244
_ux_utility_memory_allocate()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
UX_MEMORY_CORRUPTED
)
;
ux_utility_memory_free.c:131
_ux_utility_memory_free()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
status
)
;
ux_utility_mutex_create.c:88
_ux_utility_mutex_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
status
)
;
ux_utility_mutex_on.c:86
_ux_utility_mutex_on()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
status
)
;
ux_utility_semaphore_create.c:88
_ux_utility_semaphore_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
UX_ERROR
)
;
ux_utility_string_length_check.c:101
_ux_utility_string_length_check()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
status
)
;
ux_utility_thread_create.c:101
_ux_utility_thread_create()
_ux_system_error_handler
(
UX_SYSTEM_LEVEL_THREAD
,
UX_SYSTEM_CONTEXT_UTILITY
,
status
)
;
ux_utility_timer_create.c:87
_ux_utility_timer_create()
Call Tree
from
examples
_ux_system_error_handler()
is called by 100 functions and calls 1 function:
_ux_utility_event_flags_create()
_ux_utility_memory_allocate()
_ux_utility_memory_free()
_ux_utility_mutex_create()
_ux_utility_mutex_on()
_ux_utility_semaphore_create()
_ux_utility_string_length_check()
_ux_utility_thread_create()
_ux_utility_timer_create()
_ux_device_class_cdc_acm_ioctl()
_ux_device_class_cdc_acm_read()
_ux_device_class_cdc_acm_write()
_ux_device_class_cdc_acm_write_with_callback()
_ux_dcd_stm32_function()
_ux_device_stack_alternate_setting_set()
_ux_device_stack_descriptor_send()
_ux_device_stack_initialize()
_ux_device_class_cdc_ecm_bulkin_thread()
_ux_device_class_cdc_ecm_bulkout_thread()
_ux_device_class_cdc_ecm_entry()
_ux_device_class_cdc_ecm_interrupt_thread()
_ux_device_class_cdc_ecm_write()
_ux_network_driver_activate()
_ux_network_driver_entry()
_ux_device_class_hid_descriptor_send()
_ux_device_class_hid_event_set()
_ux_device_class_hid_interrupt_thread()
_ux_device_class_storage_entry()
_ux_device_class_storage_get_status_notification()
_ux_device_class_storage_mode_select()
_ux_device_class_storage_thread()
_ux_host_class_hid_client_register()
_ux_host_class_hid_client_search()
_ux_host_class_hid_configure()
_ux_host_class_hid_descriptor_parse()
_ux_host_class_hid_entry()
_ux_host_class_hid_global_item_parse()
_ux_host_class_hid_local_item_parse()
_ux_host_class_hid_main_item_parse()
_ux_host_class_hid_periodic_report_start()
_ux_host_class_hid_periodic_report_stop()
_ux_host_class_hid_report_add()
_ux_host_class_hid_report_callback_register()
_ux_host_class_hid_report_compress()
_ux_host_class_hid_report_descriptor_get()
_ux_host_class_hid_report_get()
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_report_set()
_ux_host_class_hid_transfer_request_completed()
_ux_host_class_hid_keyboard_callback()
_ux_host_class_hid_keyboard_ioctl()
_ux_host_class_hid_mouse_buttons_get()
_ux_host_class_hid_mouse_position_get()
_ux_host_class_hid_mouse_wheel_get()
_ux_host_class_storage_configure()
_ux_host_class_storage_device_initialize()
_ux_host_class_storage_device_support_check()
_ux_host_class_storage_endpoints_get()
_ux_host_class_storage_entry()
_ux_host_class_storage_max_lun_get()
_ux_host_class_storage_media_open()
_ux_host_class_storage_media_read()
_ux_host_class_storage_transport_bo()
_ux_host_class_storage_transport_cb()
_ux_host_class_storage_transport_cbi()
_ux_hcd_stm32_endpoint_destroy()
_ux_hcd_stm32_entry()
_ux_hcd_stm32_port_reset()
_ux_hcd_stm32_port_status_get()
_ux_hcd_stm32_power_on_port()
_ux_hcd_stm32_transfer_abort()
_ux_host_stack_bandwidth_check()
_ux_host_stack_class_instance_destroy()
_ux_host_stack_class_register()
_ux_host_stack_configuration_enumerate()
_ux_host_stack_configuration_interface_get()
_ux_host_stack_device_configuration_activate()
_ux_host_stack_device_configuration_deactivate()
_ux_host_stack_device_configuration_get()
_ux_host_stack_device_configuration_select()
_ux_host_stack_device_descriptor_read()
_ux_host_stack_device_get()
_ux_host_stack_device_remove()
_ux_host_stack_device_string_get()
_ux_host_stack_endpoint_instance_create()
_ux_host_stack_interface_endpoint_get()
_ux_host_stack_interfaces_scan()
_ux_host_stack_new_device_create()
_ux_host_stack_new_interface_create()
_ux_host_stack_rh_device_insertion()
_ux_host_class_cdc_acm_capabilities_get()
_ux_host_class_cdc_acm_configure()
_ux_host_class_cdc_acm_endpoints_get()
_ux_host_class_cdc_acm_entry()
_ux_host_class_cdc_acm_ioctl()
_ux_host_class_cdc_acm_read()
_ux_host_class_cdc_acm_reception_callback()
_ux_host_class_cdc_acm_reception_start()
_ux_host_class_cdc_acm_reception_stop()
_ux_host_class_cdc_acm_write()
All items filtered out
_ux_system_error_handler()
UX_SYSTEM_STRUCT::ux_system_error_callback_function
All items filtered out
Data Use
from
examples
_ux_system_error_handler()
reads 3 variables and writes 2 variables:
UX_SYSTEM_STRUCT::ux_system_error_count
UX_SYSTEM_STRUCT::ux_system_error_callback_function
_ux_system
All items filtered out
_ux_system_error_handler()
UX_SYSTEM_STRUCT::ux_system_last_error
UX_SYSTEM_STRUCT::ux_system_error_count
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