:orphan: .. index:: pair: struct; te_log_buf_bit2str .. _doxid-structte__log__buf__bit2str: struct te_log_buf_bit2str ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Mapping of the bit number to string :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_log_buf_bit2str { // fields unsigned int :ref:`bit`; const char* :ref:`str`; }; .. _details-structte__log__buf__bit2str: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Mapping of the bit number to string Fields ------ .. index:: pair: variable; bit .. _doxid-structte__log__buf__bit2str_1ae443d88c5ceb9d232fadb369762db550: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int bit Bit index .. index:: pair: variable; str .. _doxid-structte__log__buf__bit2str_1a41d051c94ff9b25d1a086c5af1e7ab85: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* str String name of the bit