Searched refs:ux_system_debug_log_head (Results 1 – 3 of 3) sorted by relevance
128 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 …]
273 _ux_system -> ux_system_debug_log_head = _ux_system -> ux_system_debug_log_buffer; in _ux_system_initialize()
2544 UCHAR *ux_system_debug_log_head; member