Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/subsys/logging/log_api/src/
Dmain.c27 #define LOG_SIMPLE_MSG_LEN \ macro
32 #define LOG_SIMPLE_MSG_LEN \ macro
353 ROUND_UP(LOG_SIMPLE_MSG_LEN + 2 * sizeof(int) + extra_msg_sz, in get_long_hexdump()
356 ROUND_UP(LOG_SIMPLE_MSG_LEN + STR_SIZE("hexdump") + extra_hexdump_sz, in get_long_hexdump()
575 return CONFIG_LOG_BUFFER_SIZE / LOG_SIMPLE_MSG_LEN; in get_short_msg_capacity()