Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Config/Log/
Dlog_module.c148 char full_text[UTIL_ADV_TRACE_TMP_BUF_SIZE + 1u]; in Log_Module_PrintWithArg() local
168 …tmp_size = RegionToColor(&full_text[buffer_size], (UTIL_ADV_TRACE_TMP_BUF_SIZE - buffer_size), Reg… in Log_Module_PrintWithArg()
176 log_timestamp_function(&full_text[buffer_size], tmp_size, &tmp_size); in Log_Module_PrintWithArg()
182 …tmp_size = (uint16_t)vsnprintf(&full_text[buffer_size], (UTIL_ADV_TRACE_TMP_BUF_SIZE - buffer_size… in Log_Module_PrintWithArg()
193 …if ((full_text[buffer_size - 1] != ENDOFLINE_CHAR) && (full_text[buffer_size - 2] != ENDOFLINE_CHA… in Log_Module_PrintWithArg()
195 full_text[buffer_size++] = ENDOFLINE_CHAR; in Log_Module_PrintWithArg()
196 full_text[buffer_size] = 0; in Log_Module_PrintWithArg()
206 UTIL_ADV_TRACE_Send((const uint8_t *)full_text, buffer_size); in Log_Module_PrintWithArg()