Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h719 static inline bool z_log_item_is_msg(const union log_msg_generic *msg) in z_log_item_is_msg() function
745 if (z_log_item_is_msg(generic_msg)) { in log_msg_generic_get_wlen()
/Zephyr-latest/subsys/logging/
Dlog_core.c469 if (!z_log_item_is_msg(msg)) { in msg_filter_check()