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
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
printf_stdarg.h File Reference
#include "sam4.h"

Go to the source code of this file.

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,...)
 

Function Documentation

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.