Home
last modified time | relevance | path

Searched defs:crcPoly (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/crc/
Dfsl_adapter_software_crc.c18 uint32_t crcPoly = crcConfig->crcPoly << ((4U - crcConfig->crcSize) << 3U); in HAL_CrcCompute() local
Dfsl_adapter_crc.h66 uint32_t crcPoly; /*!< CRC Polynomial value. */ member