Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_crc.c101 uint32_t crcControl; in CRC_ConfigureAndStart() local
104 crcControl = 0 | CRC_CTRL_TOT(config->writeTranspose) | CRC_CTRL_TOTR(config->readTranspose) | in CRC_ConfigureAndStart()
108 base->CTRL = crcControl; in CRC_ConfigureAndStart()
114 base->CTRL = crcControl | CRC_CTRL_WAS(true); in CRC_ConfigureAndStart()
120 base->CTRL = crcControl; in CRC_ConfigureAndStart()