Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_debug_log.c114 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()
116 debug_message_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()
117 _ux_utility_string_length_check(source, &debug_message_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
Dux_system_initialize.c267 …debug_log_buffer = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, UX_DEBUG_LOG_SIZE); in _ux_system_initialize()
276 _ux_system -> ux_system_debug_log_size = UX_DEBUG_LOG_SIZE; in _ux_system_initialize()
/USBX-v6.2.1/common/core/inc/
Dux_user_sample.h597 #define UX_DEBUG_LOG_SIZE (1024 * 16) macro
Dux_api.h433 #ifndef UX_DEBUG_LOG_SIZE
434 #define UX_DEBUG_LOG_SIZE (1024 * 32) macro
/USBX-v6.2.1/test/cmake/usbx/
Dux_user.h321 #define UX_DEBUG_LOG_SIZE (1024 * 16) macro