Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk

Dependents:   nRF51822

Embed: (wiki syntax)

« Back to documentation index

crc16.h File Reference

crc16.h File Reference

Go to the source code of this file.

Functions

uint16_t crc16_compute (const uint8_t *p_data, uint32_t size, const uint16_t *p_crc)
 Function for calculating CRC-16 in blocks.

Detailed Description

Definition in file crc16.h.