Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/logging/
Dlog_core.h165 #define Z_LOG_TO_PRINTK(_level, fmt, ...) do { \ macro
221 Z_LOG_TO_PRINTK(_level, __VA_ARGS__); \
303 Z_LOG_TO_PRINTK(_level, "%s", _str); \