Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cbprintf_package_desc Struct Reference

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.
 

Detailed Description

cbprintf package descriptor.

Field Documentation

◆ len

uint8_t cbprintf_package_desc::len

Package length (in 32 bit words)

◆ ro_str_cnt

uint8_t cbprintf_package_desc::ro_str_cnt

Number of read-only strings, indexes appended to the package.

◆ rw_str_cnt

uint8_t cbprintf_package_desc::rw_str_cnt

Number of read-write strings, indexes appended to the package.

◆ str_cnt

uint8_t cbprintf_package_desc::str_cnt

Number of appended strings in the package.


The documentation for this struct was generated from the following file: