SAM4S-EK_FreeRTOS+FAT-SL
1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
|
Go to the source code of this file.
Macros | |
#define | putchar(c) pchar(c) |
#define | PAD_RIGHT 1 |
#define | PAD_ZERO 2 |
#define | PRINT_BUF_LEN 12 |
Functions | |
int | pchar (const char char_data) |
int | gchar (uint8_t *puc_data) |
int | printf (const char *format,...) |
int | sprintf (char *out, const char *format,...) |
int | snprintf (char *buf, unsigned int count, const char *format,...) |
#define PAD_RIGHT 1 |
Definition at line 67 of file printf_stdarg.c.
#define PAD_ZERO 2 |
Definition at line 68 of file printf_stdarg.c.
#define PRINT_BUF_LEN 12 |
Definition at line 106 of file printf_stdarg.c.
#define putchar | ( | c | ) | pchar(c) |
Definition at line 27 of file printf_stdarg.c.
int gchar | ( | uint8_t * | puc_data | ) |
Definition at line 46 of file printf_stdarg.c.
int pchar | ( | const char | char_data | ) |
Definition at line 37 of file printf_stdarg.c.
int printf | ( | const char * | format, |
... | |||
) |
Definition at line 233 of file printf_stdarg.c.
int snprintf | ( | char * | buf, |
unsigned int | count, | ||
const char * | format, | ||
... | |||
) |
Definition at line 250 of file printf_stdarg.c.
int sprintf | ( | char * | out, |
const char * | format, | ||
... | |||
) |
Definition at line 241 of file printf_stdarg.c.