RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
crc.h File Reference
#include <cyg/infra/cyg_type.h>
Include dependency graph for crc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __externC   extern
 

Functions

__externC cyg_uint32 cyg_posix_crc32 (unsigned char *s, int len)
 
__externC cyg_uint32 cyg_crc32 (unsigned char *s, int len)
 
__externC cyg_uint32 cyg_crc32_accumulate (cyg_uint32 crc, unsigned char *s, int len)
 
__externC cyg_uint32 cyg_ether_crc32 (unsigned char *s, int len)
 
__externC cyg_uint32 cyg_ether_crc32_accumulate (cyg_uint32 crc, unsigned char *s, int len)
 
__externC cyg_uint16 cyg_crc16 (unsigned char *s, int len)
 
__externC cyg_uint16 cyg_crc16_accumulate (cyg_uint16 crc, unsigned char *s, int len)