Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmain.c47 uint32_t log_type = LOG_OUTPUT_SYST; in test_log_switch_format_success_case()
64 log_type = LOG_OUTPUT_SYST; in test_log_switch_format_success_case()
120 log_type = LOG_OUTPUT_SYST; in test_log_switch_format_set_all_active_backends()
131 [LOG_OUTPUT_SYST] = IS_ENABLED(CONFIG_LOG_MIPI_SYST_ENABLE) in test_log_switch_format_func_t_get()
/Zephyr-latest/samples/subsys/logging/syst/src/
Dmain.c108 log_type = LOG_OUTPUT_SYST; in main()
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmain.c44 uint32_t test_log_type_syst = LOG_OUTPUT_SYST; in ZTEST()
/Zephyr-latest/include/zephyr/logging/
Dlog_output.h67 #define LOG_OUTPUT_SYST 1 macro
/Zephyr-latest/subsys/logging/
Dlog_core.c82 [LOG_OUTPUT_SYST] = IS_ENABLED(CONFIG_LOG_MIPI_SYST_ENABLE) ?