Home
last modified time | relevance | path

Searched refs:ux_system_debug_callback_function (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_debug_callback_register.c78 _ux_system -> ux_system_debug_callback_function = debug_callback; in _ux_utility_debug_callback_register()
Dux_utility_debug_log.c300 if (_ux_system -> ux_system_debug_callback_function != UX_NULL) in _ux_utility_debug_log()
304 …_ux_system -> ux_system_debug_callback_function(_ux_system -> ux_system_debug_log_tail, debug_code… in _ux_utility_debug_log()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2551 VOID (*ux_system_debug_callback_function) (UCHAR *debug_message, ULONG debug_value); member