Describes the log buffer that is retrieved from sid_pal_log_ifc implementation.
Public Attributes#
uint8_t *
Raw buffer that the sid_pal_log implementation will copy the log string into.
uint8_t
Size of the above Raw buffer, sid_pal_log_get_log_buffer will replace the size value with the actual size of the log string that was copied in bytes.
uint8_t
Index of log string.
Public Attribute Documentation#
buf#
uint8_t* sid_pal_log_buffer::buf
Raw buffer that the sid_pal_log implementation will copy the log string into.
size#
uint8_t sid_pal_log_buffer::size
Size of the above Raw buffer, sid_pal_log_get_log_buffer will replace the size value with the actual size of the log string that was copied in bytes.