|
NinjaFlight
|


Go to the source code of this file.
Macros | |
| #define | printf tfp_printf |
| #define | sprintf tfp_sprintf |
Functions | |
| void | init_printf (void *putp, void(*putf)(void *, char)) |
| int | tfp_printf (const char *fmt,...) |
| int | tfp_sprintf (char *s, const char *fmt,...) |
| int | tfp_format (void *putp, void(*putf)(void *, char), const char *fmt, va_list va) |
| void | setPrintfSerialPort (serialPort_t *serialPort) |
| void | printfSupportInit (void) |
| #define printf tfp_printf |
| #define sprintf tfp_sprintf |
| void init_printf | ( | void * | putp, |
| void(*)(void *, char) | putf | ||
| ) |
| void printfSupportInit | ( | void | ) |
| void setPrintfSerialPort | ( | serialPort_t * | serialPort | ) |
| int tfp_format | ( | void * | putp, |
| void(*)(void *, char) | putf, | ||
| const char * | fmt, | ||
| va_list | va | ||
| ) |
| int tfp_printf | ( | const char * | fmt, |
| ... | |||
| ) |
| int tfp_sprintf | ( | char * | s, |
| const char * | fmt, | ||
| ... | |||
| ) |