Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_utility_debug_log.c128 if (_ux_system -> ux_system_debug_log_head + total_debug_message_length > in _ux_utility_debug_log()
133 _ux_system -> ux_system_debug_log_head = _ux_system -> ux_system_debug_log_buffer; in _ux_utility_debug_log()
137 …_ux_utility_memory_copy(_ux_system -> ux_system_debug_log_head, "At time : ", 10); /* Use case of … in _ux_utility_debug_log()
138 _ux_system -> ux_system_debug_log_head += 10; in _ux_utility_debug_log()
168 *_ux_system -> ux_system_debug_log_head = parameter_hexa; in _ux_utility_debug_log()
171 _ux_system -> ux_system_debug_log_head++; in _ux_utility_debug_log()
181 *_ux_system -> ux_system_debug_log_head = ','; in _ux_utility_debug_log()
182 _ux_system -> ux_system_debug_log_head++; in _ux_utility_debug_log()
185 …_ux_utility_memory_copy(_ux_system -> ux_system_debug_log_head, debug_location, debug_location_str… in _ux_utility_debug_log()
186 _ux_system -> ux_system_debug_log_head += debug_location_string_length; in _ux_utility_debug_log()
[all …]
Dux_system_initialize.c273 _ux_system -> ux_system_debug_log_head = _ux_system -> ux_system_debug_log_buffer; in _ux_system_initialize()
/USBX-v6.3.0/common/core/inc/
Dux_api.h2544 UCHAR *ux_system_debug_log_head; member