Home
last modified time | relevance | path

Searched refs:CBPRINTF_PACKAGE_ADD_RO_STR_POS (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h159 #define CBPRINTF_PACKAGE_ADD_RO_STR_POS BIT(1) macro
194 (CBPRINTF_PACKAGE_ADD_RO_STR_POS | CBPRINTF_PACKAGE_CONST_CHAR_RO)
Dcbprintf_internal.h794 bool _ros_pos_en = (_flags) & CBPRINTF_PACKAGE_ADD_RO_STR_POS; \
/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c317 uint32_t flags = CBPRINTF_PACKAGE_ADD_RO_STR_POS; in ZTEST()
401 uint32_t flags = CBPRINTF_PACKAGE_ADD_RO_STR_POS; in ZTEST()
475 CBPRINTF_PACKAGE_ADD_RO_STR_POS | in ZTEST()
597 CBPRINTF_PACKAGE_ADD_RO_STR_POS | in ZTEST()
/Zephyr-latest/doc/services/
Dformatted_output.rst108 **fully self-contained** package is possible if :c:macro:`CBPRINTF_PACKAGE_ADD_RO_STR_POS`
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c622 bool do_ro = !!(flags & CBPRINTF_PACKAGE_ADD_RO_STR_POS); in cbvprintf_package()