E:/Projects/AvrLib/FatFS/utils.c File Reference

#include "io.h"
#include <ctype.h>
#include <stdlib.h>
#include "utils.h"

Include dependency graph for utils.c:

Go to the source code of this file.

Functions

char MakeHex (char v)
int CharToHex (char v, char *s, char c)
int UnsignedToHex (unsigned v, char *s, char c)
void HexDump (int fd, char *b, int n)


Function Documentation

int CharToHex ( char  v,
char *  s,
char  c 
)

Definition at line 15 of file utils.c.

References MakeHex().

Referenced by HexDump(), SecDump(), and UnsignedToHex().

void HexDump ( int  fd,
char *  b,
int  n 
)

Definition at line 37 of file utils.c.

References _write(), CharToHex(), free, isprint(), malloc, and UnsignedToHex().

Referenced by MMCTask().

char MakeHex ( char  v  ) 

Definition at line 6 of file utils.c.

Referenced by CharToHex().

int UnsignedToHex ( unsigned  v,
char *  s,
char  c 
)

Definition at line 26 of file utils.c.

References CharToHex().

Referenced by HexDump(), and SecDump().


Generated on Sun Aug 31 13:30:09 2008 for FrankenRTOS by  doxygen 1.5.6