Zephyr API 3.6.99
|
cbprintf package descriptor. More...
#include <cbprintf.h>
Data Fields | |
uint8_t | len |
Package length (in 32 bit words) | |
uint8_t | str_cnt |
Number of appended strings in the package. | |
uint8_t | ro_str_cnt |
Number of read-only strings, indexes appended to the package. | |
uint8_t | rw_str_cnt |
Number of read-write strings, indexes appended to the package. | |
cbprintf package descriptor.
uint8_t cbprintf_package_desc::len |
Package length (in 32 bit words)
uint8_t cbprintf_package_desc::ro_str_cnt |
Number of read-only strings, indexes appended to the package.
uint8_t cbprintf_package_desc::rw_str_cnt |
Number of read-write strings, indexes appended to the package.
uint8_t cbprintf_package_desc::str_cnt |
Number of appended strings in the package.