Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_utility_debug_log.c115 debug_location_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()
116 _ux_utility_string_length_check(source, &debug_location_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
117 debug_message_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()
118 _ux_utility_string_length_check(source, &debug_message_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
Dux_system_initialize.c268 …debug_log_buffer = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, UX_DEBUG_LOG_SIZE); in _ux_system_initialize()
277 _ux_system -> ux_system_debug_log_size = UX_DEBUG_LOG_SIZE; in _ux_system_initialize()
/USBX-v6.3.0/common/core/inc/
Dux_user_sample.h598 #define UX_DEBUG_LOG_SIZE (1024 * 16) macro
Dux_api.h429 #ifndef UX_DEBUG_LOG_SIZE
430 #define UX_DEBUG_LOG_SIZE (1024 * 32) macro