AVR-LibC  2.2.0
Standard C library for AVR-GCC
 

AVR-LibC Documentation

Logo

AVR-LibC Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

File List

Loading...
Searching...
No Matches
Functions
crc16.h File Reference

Go to the source code of this file.

Functions

static uint16_t _crc16_update (uint16_t __crc, uint8_t __data)
 
static uint16_t _crc_xmodem_update (uint16_t __crc, uint8_t __data)
 
static uint16_t _crc_ccitt_update (uint16_t __crc, uint8_t __data)
 
static uint8_t _crc_ibutton_update (uint8_t __crc, uint8_t __data)
 
static uint8_t _crc8_ccitt_update (uint8_t __crc, uint8_t __data)