|
PER Firmware
|
Hardware CRC32 w/ software fallback. More...
#include "common/phal_F4/phal_F4.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.
| uint32_t PHAL_CRC32_Calculate | ( | uint32_t * | data, |
| uint32_t | count ) |
| uint32_t PHAL_CRC32_CalculateSW | ( | uint32_t * | data, |
| uint32_t | count ) |
| void PHAL_CRC32_Reset | ( | void | ) |