Home
last modified time | relevance | path

Searched refs:complementChecksum (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_crc.c58 …bool complementChecksum; /*!< True if the result shall be complement of the actual che… member
105 CRC_CTRL_FXOR(config->complementChecksum) | CRC_CTRL_TCRC(config->crcBits); in CRC_ConfigureAndStart()
142 moduleConfig.complementChecksum = protocolConfig->complementChecksum; in CRC_SetProtocolConfig()
167 …moduleConfig.complementChecksum = false; /* intermediate checksum does no xor of data register rea… in CRC_SetRawProtocolConfig()
Dfsl_crc.h72 bool complementChecksum; /*!< True if the result shall be complement of the actual checksum. */ member