Provided by: avr-libc_2.2.1-1_all 

NAME
crc16.h
SYNOPSIS
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)
Author
Generated automatically by Doxygen for AVR-LibC from the source code. AVR-LibC Version 2.2.1 crc16.h(3avr)