WB32L003 Standard Peripherals Firmware Library
宏定义 | 函数
wb32l003_crc.h 文件参考

This file contains all the functions prototypes for the CRC firmware library. 更多...

#include "wb32l003.h"

浏览源代码.

宏定义

#define CRC_DataAddress   (CRC_BASE + 0x80)
 

函数

void CRC_InitResult (void)
 Initialize CRC caculation. 更多...
 
void CRC_DeInit (void)
 DeInitializes the CRC peripheral. 更多...
 
uint32_t CRC_Accumulate (const uint8_t *ptr_data, uint32_t bufferLength)
 Computes the 16-bit CRC of 8-bit data buffer using combination of the previous CRC value and the new one. 更多...
 
uint32_t CRC_Calculate (const uint8_t *ptr_data, uint32_t bufferLength)
 Computes the 16-bit CRC of 8-bit data buffer independently of the previous CRC value. 更多...
 

详细描述

This file contains all the functions prototypes for the CRC firmware library.

作者
Westberry Application Team
版本
V0.0.4
日期
23-April-2023