Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/logging/
Dlog_core.h264 #define LOG_POINTERS_VALIDATE(string_ok, ...) \ argument
267 string_ok = Z_CBPRINTF_POINTERS_VALIDATE(__VA_ARGS__); \
270 #define LOG_POINTERS_VALIDATE(string_ok, ...) string_ok = true argument
302 bool string_ok; \
303 LOG_POINTERS_VALIDATE(string_ok, __VA_ARGS__); \
304 if (!string_ok) { \