Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c27 #define LOG_SIMPLE_MSG_LEN \ macro
33 #define LOG_SIMPLE_MSG_LEN \ macro
378 ROUND_UP(LOG_SIMPLE_MSG_LEN + 2 * sizeof(int) + extra_msg_sz, in get_long_hexdump()
381 ROUND_UP(LOG_SIMPLE_MSG_LEN + STR_SIZE("hexdump") + extra_hexdump_sz, in get_long_hexdump()
600 return CONFIG_LOG_BUFFER_SIZE / LOG_SIMPLE_MSG_LEN; in get_short_msg_capacity()