PER Firmware
Loading...
Searching...
No Matches
crc.h File Reference

Hardware CRC32 w/ software fallback. More...

Include dependency graph for crc.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Hardware CRC32 w/ software fallback.

Author
Eileen Yoon (eyn@p.nosp@m.urdu.nosp@m.e.edu)
Version
0.1
Date
2024-11-25

Function Documentation

◆ PHAL_CRC32_Calculate()

uint32_t PHAL_CRC32_Calculate ( uint32_t * data,
uint32_t count )
Here is the call graph for this function:

◆ PHAL_CRC32_CalculateSW()

uint32_t PHAL_CRC32_CalculateSW ( uint32_t * data,
uint32_t count )
Here is the call graph for this function:

◆ PHAL_CRC32_Reset()

void PHAL_CRC32_Reset ( void )
Here is the caller graph for this function: