STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
crc.h File Reference

This file contains the CRC peripheral driver function prototypes for initialization, calculation, and de-initialization. More...

#include <stdint.h>

Go to the source code of this file.

Functions

void CrcInit (void)
 Initialize the CRC peripheral.
 
void CrcDeInit (void)
 De-initialize the CRC peripheral.
 
uint32_t CrcAccumulate (const uint8_t *const data, const uint32_t size)
 Calculate the CRC value over the provided buffer. More...
 

Detailed Description

This file contains the CRC peripheral driver function prototypes for initialization, calculation, and de-initialization.

STM32 Bootloader

Author
Akos Pasztor

Definition in file crc.h.