Home
last modified time | relevance | path

Searched refs:CBPRINTF_PACKAGE_CONVERT_RW_STR (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h230 #define CBPRINTF_PACKAGE_CONVERT_RW_STR BIT(1) macro
627 CBPRINTF_PACKAGE_CONVERT_RW_STR, NULL, 0); in cbprintf_fsc_package()
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c945 (flags & CBPRINTF_PACKAGE_CONVERT_RW_STR) == CBPRINTF_PACKAGE_CONVERT_RW_STR; in cbprintf_package_convert()
1024 } else if (flags & CBPRINTF_PACKAGE_CONVERT_RW_STR) { in cbprintf_package_convert()
1100 if (flags & CBPRINTF_PACKAGE_CONVERT_RW_STR) { in cbprintf_package_convert()
1114 out_desc.rw_str_cnt = (flags & CBPRINTF_PACKAGE_CONVERT_RW_STR) ? 0 : (keep_cnt / 2); in cbprintf_package_convert()
/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c537 uint32_t cpy_flags = CBPRINTF_PACKAGE_CONVERT_RW_STR | in ZTEST()
660 CBPRINTF_PACKAGE_CONVERT_RW_STR, NULL, 0); in ZTEST()
668 CBPRINTF_PACKAGE_CONVERT_RW_STR, NULL, 0); in ZTEST()
734 uint32_t copy_flags = CBPRINTF_PACKAGE_CONVERT_RW_STR | in cbprintf_rw_loc_const_char_ptr()
880 uint32_t copy_flags = CBPRINTF_PACKAGE_CONVERT_RW_STR | in ZTEST()
927 uint32_t copy_flags = CBPRINTF_PACKAGE_CONVERT_RW_STR | in ZTEST()
977 uint32_t copy_flags = CBPRINTF_PACKAGE_CONVERT_RW_STR; in ZTEST()
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_dict_uart.c264 CBPRINTF_PACKAGE_CONVERT_RW_STR, in log_frontend_msg()
294 CBPRINTF_PACKAGE_CONVERT_RW_STR, in log_frontend_msg()
Dlog_frontend_stmesp.c345 CBPRINTF_PACKAGE_CONVERT_RW_STR | CBPRINTF_PACKAGE_CONVERT_RO_STR; in log_frontend_msg()
410 static const uint32_t flags = CBPRINTF_PACKAGE_CONVERT_RW_STR; in log_frontend_msg()
/Zephyr-latest/subsys/logging/
Dlog_msg.c297 uint32_t flags = CBPRINTF_PACKAGE_CONVERT_RW_STR | in z_impl_z_log_msg_static_create()