📄 crc32.h
字号:
/*******************************************************************************
* CONFIDENTIAL - PHILIPS APM
*
* This is unpublished work is a trade secret. Philips APM owns all rights
* to this work and intends to maintain it in confidence to preserve its
* trade secret status. Philips Automotive Playback Modules reserves the
* right to protect this work as an unpublished copyrighted work in the
* event of an inadvertent Automotive Systems also reserves its right.
* Those having access to this work mayor deliberate unauthorized publication.
* Do not copy it, use it, or disclose the information contained in it
* without the written authorization of Philips Automotive Playback Modules.
******************************************************************************/
/******************************************************************************/
/*! \file
*
* Project Scope: CDM M8 CAv2
*
* Organization: Philips APM-DS
*
* Version Control:
* \source sources/main/crc32.h
* \version 0.1
* \author Bernard Bosnjak (copied from CSS)
* \date 12.09.2006
*
* Target Hardware: Accordo (ARM core)
*******************************************************************************
* \brief CRC32 for unique CD id
*
* \par Change History:
*
******************************************************************************/
#include "gendef.h"
#define CRC32_START_VALUE 0xffffffffL
uint32 CRC32_Calc(uint32 crc, uint8 dat);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -