MG32L003 Standard Peripherals Firmware Library
Functions
mg32l003_crc.c File Reference

This file provides all the CRC firmware functions. More...

#include "mg32l003_crc.h"
#include "mg32l003_rcc.h"

Functions

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

Detailed Description

This file provides all the CRC firmware functions.

Author
megawin Application Team
Version
V0.0.5
Date
13-August-2024