|
FastCRC Library |
API |
|
SL_FCRC16C_Init
void SL_FCRCCALL SL_FCRC16C_Init( unsigned long*
pCRC );
Parameters
pCRC
[out] Pointer to the
crc variable.
Remarks
Initializes the
crc variable pointed by pCRC.
Example
See the example for
SL_FCRC16C_Final.
CRC16C API Overview
| CRC16C API Functions
|
Useful Links | HashCalc
See Also
SL_FCRC16C_Final,
SL_FCRC16C_Update,
SL_FCRC16C_UpdateStr
|