![]() |
S32 SDK
|
#include "crc_driver.h"
Go to the source code of this file.
Functions | |
status_t | CRC_DRV_Init (uint32_t instance, const crc_user_config_t *userConfigPtr) |
Initializes the CRC module. More... | |
status_t | CRC_DRV_Deinit (uint32_t instance) |
Sets the default configuration. More... | |
void | CRC_DRV_WriteData (uint32_t instance, const uint8_t *data, uint32_t dataSize) |
Appends a block of bytes to the current CRC calculation. More... | |
uint32_t | CRC_DRV_GetCrcResult (uint32_t instance) |
Returns the current result of the CRC calculation. More... | |
status_t | CRC_DRV_Configure (uint32_t instance, const crc_user_config_t *userConfigPtr) |
Configures the CRC module from a user configuration structure. More... | |
Variables | |
CRC_Type *const | g_crcBase [] = CRC_BASE_PTRS |
Table of base addresses for CRC instances. More... | |