Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h125 Z_LOG_PRINTK(1, __VA_ARGS__); \
132 Z_LOG_PRINTK(1, __VA_ARGS__); \
/Zephyr-latest/include/zephyr/logging/
Dlog.h104 #define LOG_PRINTK(...) Z_LOG_PRINTK(0, __VA_ARGS__)
114 #define LOG_RAW(...) Z_LOG_PRINTK(1, __VA_ARGS__)
Dlog_core.h443 #define Z_LOG_PRINTK(_is_raw, ...) do { \ macro