Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99

#include <zephyr/logging/log_msg.h>

Data Fields

struct log_msg_hdr hdr
uint8_t padding [((sizeof(struct log_msg_hdr) % CBPRINTF_PACKAGE_ALIGNMENT) > 0 ?(CBPRINTF_PACKAGE_ALIGNMENT -(sizeof(struct log_msg_hdr) % CBPRINTF_PACKAGE_ALIGNMENT)) :0)]
uint8_t data []

Field Documentation

◆ data

uint8_t log_msg::data[]

◆ hdr

struct log_msg_hdr log_msg::hdr

◆ padding


The documentation for this struct was generated from the following file: