Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_utility_debug_callback_register.c79 _ux_system -> ux_system_debug_callback_function = debug_callback; in _ux_utility_debug_callback_register()
Dux_utility_debug_log.c301 if (_ux_system -> ux_system_debug_callback_function != UX_NULL) in _ux_utility_debug_log()
305 …_ux_system -> ux_system_debug_callback_function(_ux_system -> ux_system_debug_log_tail, debug_code… in _ux_utility_debug_log()
/USBX-v6.3.0/common/core/inc/
Dux_api.h2547 VOID (*ux_system_debug_callback_function) (UCHAR *debug_message, ULONG debug_value); member