Searched refs:LOG_FUNCTION_PREFIX_MASK (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/logging/ | ||
D | log_core.h | 37 #define LOG_FUNCTION_PREFIX_MASK \ macro |
/Zephyr-latest/subsys/logging/ | ||
D | log_output.c | 328 ((1 << level) & LOG_FUNCTION_PREFIX_MASK)) ? in ids_print() |