Public Attributes#

uint16_t

Message lost flag.

uint16_t

Log message length.

uint8_t

Log message.

Pointer to next log node.

Public Attribute Documentation#

prev_message_lost#

uint16_t prev_message_lost

Message lost flag.


Definition at line 45 of file include/sl_fw_logging.h

fw_log_message_length#

uint16_t fw_log_message_length

Log message length.


Definition at line 47 of file include/sl_fw_logging.h

fw_log_message#

uint8_t fw_log_message[MAX_FW_LOG_MSG_LEN]

Log message.


Definition at line 49 of file include/sl_fw_logging.h

next#

struct sl_fw_log_node_t* next

Pointer to next log node.


Definition at line 51 of file include/sl_fw_logging.h