Searched refs:log_format_current (Results 1 – 15 of 15) sorted by relevance
13 static uint32_t log_format_current = CONFIG_LOG_BACKEND_SEMIHOST_OUTPUT_DEFAULT; variable50 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()59 log_format_current = log_type; in format_set()
21 static uint32_t log_format_current = CONFIG_LOG_BACKEND_XTENSA_SIM_OUTPUT_DEFAULT; variable45 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()52 log_format_current = log_type; in format_set()
24 static uint32_t log_format_current = CONFIG_LOG_BACKEND_ADSP_OUTPUT_DEFAULT; variable76 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()87 log_format_current = log_type; in format_set()
14 static uint32_t log_format_current = CONFIG_LOG_BACKEND_EFI_CON_OUTPUT_DEFAULT; variable46 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()57 log_format_current = log_type; in format_set()
20 static uint32_t log_format_current = CONFIG_LOG_BACKEND_NATIVE_POSIX_OUTPUT_DEFAULT; variable78 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()85 log_format_current = log_type; in format_set()
21 static uint32_t log_format_current = CONFIG_LOG_BACKEND_SPINEL_OUTPUT_DEFAULT; variable38 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()45 log_format_current = log_type; in format_set()
27 static uint32_t log_format_current = CONFIG_LOG_BACKEND_MQTT_OUTPUT_DEFAULT; variable67 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in mqtt_backend_process()77 log_format_current = log_type; in mqtt_backend_format_set()
62 static uint32_t log_format_current = CONFIG_LOG_BACKEND_SWO_OUTPUT_DEFAULT; variable82 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in log_backend_swo_process()89 log_format_current = log_type; in format_set()
20 static uint32_t log_format_current = CONFIG_LOG_BACKEND_WS_OUTPUT_DEFAULT; variable162 log_output_func = log_format_func_t_get(log_format_current); in process()169 log_format_current = log_type; in format_set()
24 uint32_t log_format_current; member132 log_format_func_t log_output_func = log_format_func_t_get(data->log_format_current); in process()142 data->log_format_current = log_type; in format_set()241 .log_format_current = CONFIG_LOG_BACKEND_UART_OUTPUT_DEFAULT, \
30 static uint32_t log_format_current = CONFIG_LOG_BACKEND_ADSP_MTRACE_OUTPUT_DEFAULT; variable184 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()195 log_format_current = log_type; in format_set()
18 static uint32_t log_format_current = CONFIG_LOG_BACKEND_BLE_OUTPUT_DEFAULT; variable153 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()161 log_format_current = log_type; in format_set()
79 static uint32_t log_format_current = CONFIG_LOG_BACKEND_RTT_OUTPUT_DEFAULT; variable327 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()334 log_format_current = log_type; in format_set()
37 static uint32_t log_format_current = CONFIG_LOG_BACKEND_NET_OUTPUT_DEFAULT; variable215 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()222 log_format_current = log_type; in format_set()
34 static uint32_t log_format_current = CONFIG_LOG_BACKEND_FS_OUTPUT_DEFAULT; variable463 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()470 log_format_current = log_type; in format_set()
Completed in 33 milliseconds