Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/logging/
Dlog_msg.c15 BUILD_ASSERT(sizeof(struct log_msg_desc) == sizeof(uint32_t),
24 const struct log_msg_desc desc, const void *data) in z_log_msg_finalize()
47 const struct log_msg_desc desc, in z_impl_z_log_msg_static_create()
58 struct log_msg_desc out_desc = desc; in z_impl_z_log_msg_static_create()
100 const struct log_msg_desc desc, in z_vrfy_z_log_msg_static_create()
129 struct log_msg_desc desc = in z_impl_z_log_msg_runtime_vcreate()
Dlog_frontend_dict_uart.c228 const struct log_msg_desc desc) in hdr_fill()
245 const struct log_msg_desc desc, in sync_msg()
262 const struct log_msg_desc desc, in log_frontend_msg()
266 struct log_msg_desc outdesc = desc; in log_frontend_msg()
/Zephyr-Core-3.5.0/include/zephyr/logging/
Dlog_frontend.h32 const struct log_msg_desc desc,
Dlog_msg.h56 struct log_msg_desc { struct
71 struct log_msg_desc desc; argument
251 struct log_msg_desc _desc = \
267 struct log_msg_desc _desc = \
504 const struct log_msg_desc desc, const void *data);
517 const struct log_msg_desc desc,
593 static inline uint32_t log_msg_get_total_wlen(const struct log_msg_desc desc) in log_msg_get_total_wlen()
/Zephyr-Core-3.5.0/tests/subsys/logging/log_api/src/
Dmock_frontend.c87 const struct log_msg_desc desc, in log_frontend_msg()