CRC7

Section: Basic Kernel Library Functions (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

crc7 - update the CRC7 for the data buffer  

SYNOPSIS

u8 crc7(u8 crc, const u8 * buffer, size_t len);
 

ARGUMENTS

crc

previous CRC7 value

buffer

data pointer

len

number of bytes in the buffer
 

CONTEXT

any  

DESCRIPTION

Returns the updated CRC7 value.  

COPYRIGHT