Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/sys/
Dcbprintf_internal.h581 #define Z_CBPRINTF_STORE_ARG(buf, arg) z_cbprintf_cxx_store_arg(buf, arg) macro
583 #define Z_CBPRINTF_STORE_ARG(buf, arg) do { \
710 Z_CBPRINTF_STORE_ARG(&(_buf)[(_idx)], _arg); \