Searched refs:z_cbprintf_cxx_store_arg (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf_cxx.h | 268 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, float arg) in z_cbprintf_cxx_store_arg() function 276 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, void *p) in z_cbprintf_cxx_store_arg() function 281 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, char arg) in z_cbprintf_cxx_store_arg() function 288 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, unsigned char arg) in z_cbprintf_cxx_store_arg() function 295 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, signed char arg) in z_cbprintf_cxx_store_arg() function 302 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, short arg) in z_cbprintf_cxx_store_arg() function 309 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, unsigned short arg) in z_cbprintf_cxx_store_arg() function 317 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, T arg) in z_cbprintf_cxx_store_arg() function
|
D | cbprintf_internal.h | 581 #define Z_CBPRINTF_STORE_ARG(buf, arg) z_cbprintf_cxx_store_arg(buf, arg)
|