HPM SDK
HPMicro Software Development Kit
hpm_crc32.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 HPMicro
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*
6
*/
7
8
#ifndef _HPM_CRC32_H
9
#define _HPM_CRC32_H
10
11
#include <stdint.h>
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
/* __cplusplus */
15
16
uint32_t
crc32
(
const
uint8_t *buf, uint32_t len);
17
18
#ifdef __cplusplus
19
}
20
#endif
/* __cplusplus */
21
#endif
crc32
uint32_t crc32(const uint8_t *buf, uint32_t len)
Definition:
hpm_crc32.c:11
utils
hpm_crc32.h
Generated on Tue Apr 1 2025 05:30:27 for HPM SDK by
1.9.1