usbx
UX_SYSTEM_STRUCT::ux_system_error_callback_function
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SYSTEM_STRUCT::ux_system_error_callback_function
UX_SYSTEM_STRUCT::ux_system_error_callback_function field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2374
VOID
(
*
ux_system_error_callback_function
)
(
UINT
system_level
,
UINT
system_context
,
UINT
error_code
)
;
Examples
References
from
examples
Code
Location
Referrer
VOID
(
*
ux_system_error_callback_function
)
(
UINT
system_level
,
UINT
system_context
,
UINT
error_code
)
;
ux_api.h:2374
if
(
_ux_system
->
ux_system_error_callback_function
!=
UX_NULL
)
ux_system_error_handler.c:83
_ux_system_error_handler()
_ux_system
->
ux_system_error_callback_function
(
system_level
,
system_context
,
error_code
)
;
ux_system_error_handler.c:87
_ux_system_error_handler()
_ux_system
->
ux_system_error_callback_function
=
error_callback
;
ux_utility_error_callback_register.c:78
_ux_utility_error_callback_register()
Call Tree
from
examples
UX_SYSTEM_STRUCT::ux_system_error_callback_function
is called by 1 function:
_ux_system_error_handler()
All items filtered out
UX_SYSTEM_STRUCT::ux_system_error_callback_function
All items filtered out
Data Use
from
examples
UX_SYSTEM_STRUCT::ux_system_error_callback_function
is written by 1 function and is read by 1 function:
_ux_utility_error_callback_register()
All items filtered out
UX_SYSTEM_STRUCT::ux_system_error_callback_function
_ux_system_error_handler()
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