ChibiOS/HAL 9.0.0
|
Mini printf-like functionality. More...
Go to the source code of this file.
Macros | |
#define | MAX_FILLER 11 |
#define | FLOAT_PRECISION 9 |
Functions | |
static char * | long_to_string_with_divisor (char *p, long num, unsigned radix, long divisor) |
static char * | ch_ltoa (char *p, long num, unsigned radix) |
int | chvprintf (BaseSequentialStream *chp, const char *fmt, va_list ap) |
System formatted output function. | |
int | chprintf (BaseSequentialStream *chp, const char *fmt,...) |
System formatted output function. | |
int | chsnprintf (char *str, size_t size, const char *fmt,...) |
System formatted output function. | |
int | chvsnprintf (char *str, size_t size, const char *fmt, va_list ap) |
System formatted output function. |
Mini printf-like functionality.
Definition in file chprintf.c.