Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_debug_log.c88 UINT debug_location_string_length; in _ux_utility_debug_log() local
114 debug_location_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()
115 _ux_utility_string_length_check(source, &debug_location_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()
184 …_copy(_ux_system -> ux_system_debug_log_head, debug_location, debug_location_string_length); /* Us… in _ux_utility_debug_log()
185 _ux_system -> ux_system_debug_log_head += debug_location_string_length; in _ux_utility_debug_log()