struct te_log_buf_bit2str
Overview
Mapping of the bit number to string More…
#include <log_bufs.h> struct te_log_buf_bit2str { // fields unsigned int bit; const char* str; };
Detailed Documentation
Mapping of the bit number to string
Fields
unsigned int bit
Bit index
const char* str
String name of the bit