crc16.h(3avr) | crc16.h(3avr) |
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.
Version 2.2.1 | AVR-LibC |