struct te_log_out_params
Overview
Parameters for te_log_vprintf_old() function More…
#include <te_format.h> struct te_log_out_params { // fields FILE* fp; uint8_t* buf; size_t buflen; size_t offset; };
Detailed Documentation
Parameters for te_log_vprintf_old() function
Fields
FILE* fp
Output file; if NULL, no file output
uint8_t* buf
Output buffer; if NULL, no buffer output
size_t buflen
Buffer length; for NULL buffer must be 0
size_t offset
Offset where output should begin