Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_debug_log.c89 UINT debug_message_string_length; in _ux_utility_debug_log() local
116 debug_message_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()
117 _ux_utility_string_length_check(source, &debug_message_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
122 …total_debug_message_length = debug_location_string_length + debug_message_string_length + 10 + 10 … in _ux_utility_debug_log()
188 …ry_copy(_ux_system -> ux_system_debug_log_head, debug_message, debug_message_string_length); /* Us… in _ux_utility_debug_log()
189 _ux_system -> ux_system_debug_log_head += debug_message_string_length; in _ux_utility_debug_log()