| AVR Z-LINKŪ | |||||
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/ 00023 #ifndef UTILITIES_H 00024 #define UTILITIES_H 00025 00026 /* === Includes ============================================================ */ 00027 #include <stdint.h> 00028 #include <stdbool.h> 00029 00030 #include "compiler.h" 00031 /* === Typedefs ============================================================ */ 00032 /* ==== Macros ============================================================= */ 00033 00034 #define END_OF_STRING '\0' 00035 /* === Static Variables ==================================================== */ 00036 /* === Prototypes ========================================================== */ 00037 00038 bool stringCompare( const uint8_t *str, const uint8_t __flash *fstr ); 00039 bool htoi8( uint8_t *hex, uint8_t *ret ); 00040 bool htoi16( uint8_t *hex, uint16_t *ret ); 00041 #endif
Generated on Sat Dec 2 16:05:51 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|