Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmain.c21 extern size_t log_format_table_size(void);
105 log_type = log_format_table_size() + 1; in test_log_switch_format_set()
113 size_t log_type = log_format_table_size() + 1; in test_log_switch_format_set_all_active_backends()
142 zassert_equal(log_format_table_size(), ARRAY_SIZE(expected_values), in test_log_switch_format_func_t_get()
/Zephyr-latest/include/zephyr/logging/
Dlog_backend.h322 extern size_t log_format_table_size(void); in log_backend_format_set()
324 if ((size_t)log_type >= log_format_table_size()) { in log_backend_format_set()
/Zephyr-latest/subsys/logging/
Dlog_core.c95 size_t log_format_table_size(void) in log_format_table_size() function