|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
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... | |
This file contains the CRC peripheral driver function prototypes for initialization, calculation, and de-initialization.
STM32 Bootloader
Definition in file crc.h.