Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmain.c137 [LOG_OUTPUT_CUSTOM] = IS_ENABLED(CONFIG_LOG_CUSTOM_FORMAT_SUPPORT) in test_log_switch_format_func_t_get()
175 log_backend_format_set(backend, LOG_OUTPUT_CUSTOM); in ZTEST()
181 validate_log_type("", LOG_OUTPUT_CUSTOM); in ZTEST()
195 log_backend_format_set(backend, LOG_OUTPUT_CUSTOM); in ZTEST()
201 log_type = LOG_OUTPUT_CUSTOM; in ZTEST()
214 log_backend_format_set(backend, LOG_OUTPUT_CUSTOM); in ZTEST()
218 validate_log_type("", LOG_OUTPUT_CUSTOM); in ZTEST()
/Zephyr-latest/include/zephyr/logging/
Dlog_output.h71 #define LOG_OUTPUT_CUSTOM 3 macro
/Zephyr-latest/subsys/logging/
Dlog_core.c86 [LOG_OUTPUT_CUSTOM] = IS_ENABLED(CONFIG_LOG_CUSTOM_FORMAT_SUPPORT) ?