仪表盘
版本库
文件存储
活动
搜索
登录
DSP
/
ADSP21569/StaticDSP569
固定式流程for adsp21569.
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
天宫输入源模块设置时爆音及参数拷贝更新
chenlh
2026-01-28
8758151dcdb0f89e362dd297405a384d3a034380
[DSP/ADSP21569/StaticDSP569.git]
/
src
/
crc.h
1
2
3
4
5
6
7
8
9
10
#ifndef _CRC_CPP_H__
#define _CRC_CPP_H__
#include "typedefs.h"
class CRC {
public:
static u32 crc32(const u8* buf, u32 size);
};
#endif // !_CRC_CPP_H__