libsigrok  unreleased development snapshot
sigrok hardware access and backend library
Functions
crc.c File Reference
#include <config.h>
#include <stdint.h>
#include <libsigrok/libsigrok.h>
#include "libsigrok-internal.h"
+ Include dependency graph for crc.c:

Go to the source code of this file.

Functions

SR_PRIV uint16_t sr_crc16 (uint16_t crc, const uint8_t *buffer, int len)
 

Function Documentation

SR_PRIV uint16_t sr_crc16 ( uint16_t  crc,
const uint8_t *  buffer,
int  len 
)

Definition at line 25 of file crc.c.