|
PER Firmware
|
Hardware CRC32 w/ software fallback. More...
#include "common/phal_F4_F7/phal_F4_F7.h"Go to the source code of this file.
Functions | |
| void | PHAL_CRC32_Reset (void) |
| uint32_t | PHAL_CRC32_Calculate (uint32_t *data, uint32_t count) |
| uint32_t | PHAL_CRC32_CalculateSW (uint32_t *data, uint32_t count) |
Hardware CRC32 w/ software fallback.