ox_crc.h | Developers

ox_crc.h

Back to the files list

Cyclic Redundancy Check syscall. More...

Functions

SYSCALL uint32_t cx_crc32_hw (const void *buf, size_t len)
 Calculates a 32-bit cyclic redundancy check. More...

Detailed Description

Cyclic Redundancy Check syscall.

This file contains the function for calculating a 32-bit cyclic redundancy check.

Function Documentation

cx_crc32_hw()

SYSCALL uint32_t cx_crc32_hw ( const void *  buf,
size_t  len 
)

Calculates a 32-bit cyclic redundancy check.

Parameters
[in]bufPointer to the buffer to check.
[in]lenLength of the buffer.
Returns
Result of the 32-bit CRC calculation.

Back to the files list


Did you find this page helpful?


How would you improve this page for developers?



Getting Started
Theme Features
Customization

Embedded Apps