PER Firmware
Loading...
Searching...
No Matches
crc.h
Go to the documentation of this file.
1
12#ifndef _PHAL_CRC_H
13#define _PHAL_CRC_H
14
15#include "common/phal_F4_F7/phal_F4_F7.h"
16
17void PHAL_CRC32_Reset(void);
18
19uint32_t PHAL_CRC32_Calculate(uint32_t* data, uint32_t count);
20
21uint32_t PHAL_CRC32_CalculateSW(uint32_t* data, uint32_t count);
22
23#endif // _PHAL_CRC_H