1.1.4.4.4 Crc32Add Function

C

void Crc32Add(uint8_t* pBuff, uint32_t bSize);

Description

This routine adds the given data into CRC32 caculation and calculates CRC

Parameters

ParamDescription
uint8_t pBuffpointer to the data to add
uint32_t bSizesize of the data to add

Returns

None