S32 SDK
crc_user_config_t Struct Reference

CRC configuration structure. Implements : crc_user_config_t_Class. More...

#include <crc_driver.h>

Data Fields

crc_transpose_t writeTranspose
 
bool complementChecksum
 
uint32_t seed
 

Detailed Description

CRC configuration structure. Implements : crc_user_config_t_Class.

Definition at line 87 of file crc_driver.h.

Field Documentation

bool complementChecksum

True if the result shall be complement of the actual checksum.

Definition at line 99 of file crc_driver.h.

uint32_t seed

Starting checksum value.

Definition at line 100 of file crc_driver.h.

crc_transpose_t writeTranspose

Type of transpose when writing CRC input data.

Definition at line 98 of file crc_driver.h.


The documentation for this struct was generated from the following file: