Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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