![]() |
S32 SDK
|
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 |
CRC configuration structure. Implements : crc_user_config_t_Class.
Definition at line 87 of file crc_driver.h.
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.