Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/sys/
Dcbprintf.h232 #define CBPRINTF_PACKAGE_CONVERT_RW_STR BIT(1) macro
234 #define CBPRINTF_PACKAGE_COPY_RW_STR CBPRINTF_PACKAGE_CONVERT_RW_STR __DEPRECATED_MACRO
633 CBPRINTF_PACKAGE_CONVERT_RW_STR, NULL, 0); in cbprintf_fsc_package()
/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_packaged.c944 (flags & CBPRINTF_PACKAGE_CONVERT_RW_STR) == CBPRINTF_PACKAGE_CONVERT_RW_STR; in cbprintf_package_convert()
1023 } else if (flags & CBPRINTF_PACKAGE_CONVERT_RW_STR) { in cbprintf_package_convert()
1099 if (flags & CBPRINTF_PACKAGE_CONVERT_RW_STR) { in cbprintf_package_convert()
1113 out_desc.rw_str_cnt = (flags & CBPRINTF_PACKAGE_CONVERT_RW_STR) ? 0 : (keep_cnt / 2); in cbprintf_package_convert()
/Zephyr-Core-3.7.0/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()
923 uint32_t copy_flags = CBPRINTF_PACKAGE_CONVERT_RW_STR; in ZTEST()
/Zephyr-Core-3.7.0/subsys/logging/
Dlog_frontend_dict_uart.c268 CBPRINTF_PACKAGE_CONVERT_RW_STR, in log_frontend_msg()
298 CBPRINTF_PACKAGE_CONVERT_RW_STR, in log_frontend_msg()
Dlog_msg.c297 uint32_t flags = CBPRINTF_PACKAGE_CONVERT_RW_STR | in z_impl_z_log_msg_static_create()