Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dcbprintf_cxx.h268 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
Dcbprintf_internal.h581 #define Z_CBPRINTF_STORE_ARG(buf, arg) z_cbprintf_cxx_store_arg(buf, arg)