Example of using function computeCRC16 to perform a CRC-16 checksum generation on a given data buffer. More...
#include <stdint.h>#include <stddef.h>#include <mcuxClCrc.h>#include <mcuxClCore_Examples.h>#include <mcuxCsslFlowProtection.h>#include <mcuxClCore_FunctionIdentifiers.h>Macros | |
| #define | NCP_CL_CRC_REF_RESULT |
Functions | |
| MCUXCLEXAMPLE_FUNCTION (mcuxClCrc_Crc16_example) | |
| Performs a call to function mcuxClCrc_computeCRC16. | |
Variables | |
| static const uint8_t | data [] |
| Example data buffer. | |
Example of using function computeCRC16 to perform a CRC-16 checksum generation on a given data buffer.
| MCUXCLEXAMPLE_FUNCTION | ( | mcuxClCrc_Crc16_example | ) |
Performs a call to function mcuxClCrc_computeCRC16.
| MCUXCLEXAMPLE_STATUS_OK | The example code completed successfully |
| MCUXCLEXAMPLE_STATUS_ERROR | The example code failed |
|
static |
Example data buffer.