Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/crc/
Dfsl_crc.c151 uint32_t crcControl; in CRC_ConfigureAndStart() local
154 crcControl = 0U | CRC_CTRL_TOT(config->writeTranspose) | CRC_CTRL_TOTR(config->readTranspose) | in CRC_ConfigureAndStart()
158 base->CTRL = crcControl; in CRC_ConfigureAndStart()
164 base->CTRL = crcControl | CRC_CTRL_WAS(true); in CRC_ConfigureAndStart()
170 base->CTRL = crcControl; in CRC_ConfigureAndStart()