Home
last modified time | relevance | path

Searched refs:CBPRINTF_PACKAGE_CONVERT_RO_STR (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/lib/os/
Dcbprintf_packaged.c938 (flags & CBPRINTF_PACKAGE_CONVERT_RO_STR) == CBPRINTF_PACKAGE_CONVERT_RO_STR; in cbprintf_package_convert()
995 CBPRINTF_PACKAGE_CONVERT_RO_STR)); in cbprintf_package_convert()
1019 if (flags & CBPRINTF_PACKAGE_CONVERT_RO_STR) { in cbprintf_package_convert()
1090 if (flags & CBPRINTF_PACKAGE_CONVERT_RO_STR) { in cbprintf_package_convert()
1115 out_desc.ro_str_cnt = (flags & CBPRINTF_PACKAGE_CONVERT_RO_STR) ? 0 : in cbprintf_package_convert()
/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c364 CBPRINTF_PACKAGE_CONVERT_RO_STR, NULL, 0); in ZTEST()
372 CBPRINTF_PACKAGE_CONVERT_RO_STR, NULL, 0); in ZTEST()
428 CBPRINTF_PACKAGE_CONVERT_RO_STR, NULL, 0); in ZTEST()
436 CBPRINTF_PACKAGE_CONVERT_RO_STR, NULL, 0); in ZTEST()
513 CBPRINTF_PACKAGE_CONVERT_RO_STR, strl, ARRAY_SIZE(strl)); in ZTEST()
523 CBPRINTF_PACKAGE_CONVERT_RO_STR, strl, ARRAY_SIZE(strl)); in ZTEST()
633 CBPRINTF_PACKAGE_CONVERT_RO_STR, NULL, 0); in ZTEST()
644 CBPRINTF_PACKAGE_CONVERT_RO_STR, NULL, 0); in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h218 #define CBPRINTF_PACKAGE_CONVERT_RO_STR BIT(0) macro
626 CBPRINTF_PACKAGE_CONVERT_RO_STR | in cbprintf_fsc_package()
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c345 CBPRINTF_PACKAGE_CONVERT_RW_STR | CBPRINTF_PACKAGE_CONVERT_RO_STR; in log_frontend_msg()