Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c476 CBPRINTF_PACKAGE_ADD_RW_STR_POS; in ZTEST()
598 CBPRINTF_PACKAGE_ADD_RW_STR_POS; in ZTEST()
700 uint32_t flags = CBPRINTF_PACKAGE_ADD_RW_STR_POS; in cbprintf_rw_loc_const_char_ptr()
823 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(CBPRINTF_PACKAGE_ADD_RW_STR_POS, in ZTEST()
861 uint32_t flags = CBPRINTF_PACKAGE_ADD_RW_STR_POS; in ZTEST()
907 uint32_t flags = CBPRINTF_PACKAGE_ADD_RW_STR_POS; in ZTEST()
956 uint32_t flags = CBPRINTF_PACKAGE_ADD_RW_STR_POS | in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h165 #define CBPRINTF_PACKAGE_ADD_RW_STR_POS BIT(2) macro
Dcbprintf_internal.h536 if ((flags) & CBPRINTF_PACKAGE_ADD_RW_STR_POS) { \
795 bool _rws_pos_en = (_flags) & CBPRINTF_PACKAGE_ADD_RW_STR_POS; \
817 if (_rws_cnt && !((_flags) & CBPRINTF_PACKAGE_ADD_RW_STR_POS)) { \
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h332 CBPRINTF_PACKAGE_ADD_RW_STR_POS; \
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c263 bool rws_pos_en = !!(flags & CBPRINTF_PACKAGE_ADD_RW_STR_POS); in cbvprintf_package()