#include "sl_crc.h"
Go to the source code of this file.
Namespaces | |
sl | |
sl::crc32 | |
Functions | |
sl_u32 | sl::crc32::bitrev (sl_u32 input, sl_u16 bw) |
sl_u32 | sl::crc32::cal (sl_u32 crc, void *input, sl_u16 len) |
sl_result | sl::crc32::getResult (sl_u8 *ptr, sl_u32 len) |
void | sl::crc32::init (sl_u32 poly) |
Variables | |
static sl_u32 | sl::crc32::table [256] |