AVR Z-LINKŪ | |||||
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/ 00051 #ifndef CRC_16_H 00052 #define CRC_16_H 00053 /*============================ INCLUDE =======================================*/ 00054 #include <stdint.h> 00055 #include <stdbool.h> 00056 /*============================ MACROS ========================================*/ 00057 /*============================ TYPDEFS =======================================*/ 00058 /*============================ PROTOTYPES ====================================*/ 00059 #if defined( __ICCAVR__ ) 00060 uint16_t crc_ccitt_update( uint16_t crc, uint8_t data ); 00061 #endif /* __ICCAVR__ */ 00062 #endif 00063 /*EOF*/ 00064
Generated on Wed Jul 11 18:16:31 2007 for AVR2001 AT86RF230 Software Programmer's Manual by ![]() |