Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Package flags.

Macros

#define CBPRINTF_MUST_RUNTIME_PACKAGE_CONST_CHAR   BIT(0)
 Consider constant string pointers as pointing to fixed strings. More...
 

Detailed Description

Macro Definition Documentation

◆ CBPRINTF_MUST_RUNTIME_PACKAGE_CONST_CHAR

#define CBPRINTF_MUST_RUNTIME_PACKAGE_CONST_CHAR   BIT(0)

#include <include/sys/cbprintf.h>

Consider constant string pointers as pointing to fixed strings.

When flag is set then const (w)char pointers arguments in the string does not trigger runtime packaging.