Definition in file printk.h.
Go to the source code of this file.
Functions | |
| int | _printk_init (int size, const char *file) |
| void | _printk_flush (void) |
| int | _fputsk (const char *buf, FILE *stream) |
| int | _vsnprintk (char *buf, int len, const char *fmt, va_list ap) ATTR_PRINTF(3 |
| int MS_CDECL | _printk (const char *fmt,...) ATTR_PRINTF(1 |
| int MS_CDECL | _snprintk (char *buf, int len, const char *fmt,...) ATTR_PRINTF(3 |
Variables | |
| int | _printk_safe |
| FILE * | _printk_file |
|
|
what file to print to (or stdout/stderr). Definition at line 58 of file printk.c. |
|
|
safe to print; we're not in a RMCB/ISR. Definition at line 53 of file printk.c. |
1.3.8