projekty/Source/example1/src/conv.h File Reference

Go to the source code of this file.

Defines

#define NULL   0

Functions

int memcmp (unsigned char *cs, unsigned char *ct, short count)
char * strstr (unsigned char *s1, unsigned char *s2)
int iContNum (unsigned char *chPulse, unsigned char *chPattern)
char * int2string (int)
char * itoa_16 (int)
int strlen (char *)
char * strcat (char *, char *)
short strcmp (char *, char *)
short char2num (char)


Define Documentation

#define NULL   0

Definition at line 28 of file conv.h.

Referenced by _strstr(), iContNum(), main(), RamtronWriteString(), and SetSignal().


Function Documentation

short char2num ( char   ) 

Definition at line 27 of file conv.c.

Referenced by SetSignal().

int iContNum ( unsigned char *  chPulse,
unsigned char *  chPattern 
)

Definition at line 69 of file conv.c.

References _strlen(), _strstr(), itoa_16(), NULL, and UARTWriteStr().

char* int2string ( int   ) 

Definition at line 148 of file conv.c.

char* itoa_16 ( int   ) 

Definition at line 163 of file conv.c.

Referenced by _strstr(), ADC_int(), GetTimeRTC(), I2CTranserByte(), iContNum(), and ReadOnI2C().

int memcmp ( unsigned char *  cs,
unsigned char *  ct,
short  count 
)

char* strcat ( char *  ,
char *   
)

Definition at line 130 of file conv.c.

References strlen().

short strcmp ( char *  ,
char *   
)

Definition at line 179 of file conv.c.

References printf(), and strlen().

Referenced by main(), and SetSignal().

int strlen ( char *   ) 

Definition at line 104 of file conv.c.

References printf().

Referenced by _strstr(), computeIndex(), report_results(), search(), SetSignal(), strcat(), and strcmp().

char* strstr ( unsigned char *  s1,
unsigned char *  s2 
)


Generated on Fri Sep 21 13:41:55 2007 for example1 by  doxygen 1.4.7