Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_debug_log.c127 if (_ux_system -> ux_system_debug_log_head + total_debug_message_length > in _ux_utility_debug_log()
132 _ux_system -> ux_system_debug_log_head = _ux_system -> ux_system_debug_log_buffer; in _ux_utility_debug_log()
136 …_ux_utility_memory_copy(_ux_system -> ux_system_debug_log_head, "At time : ", 10); /* Use case of … in _ux_utility_debug_log()
137 _ux_system -> ux_system_debug_log_head += 10; in _ux_utility_debug_log()
167 *_ux_system -> ux_system_debug_log_head = parameter_hexa; in _ux_utility_debug_log()
170 _ux_system -> ux_system_debug_log_head++; in _ux_utility_debug_log()
180 *_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()
184 …_ux_utility_memory_copy(_ux_system -> ux_system_debug_log_head, debug_location, debug_location_str… in _ux_utility_debug_log()
185 _ux_system -> ux_system_debug_log_head += debug_location_string_length; in _ux_utility_debug_log()
[all …]
Dux_system_initialize.c272 _ux_system -> ux_system_debug_log_head = _ux_system -> ux_system_debug_log_buffer; in _ux_system_initialize()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2548 UCHAR *ux_system_debug_log_head; member