|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
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.