Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/logging/
Dlog_core.h264 #define LOG_POINTERS_VALIDATE(string_ok, ...) \ macro
270 #define LOG_POINTERS_VALIDATE(string_ok, ...) string_ok = true macro
303 LOG_POINTERS_VALIDATE(string_ok, __VA_ARGS__); \