Home
last modified time | relevance | path

Searched refs:crcPoly (Results 1 – 4 of 4) 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
60 shiftReg ^= crcPoly; in HAL_CrcCompute()
63 if ((bool)bit && ((crcPoly & (1UL << (32U - crcBits))) != 0U)) in HAL_CrcCompute()
Dfsl_adapter_crc.h66 uint32_t crcPoly; /*!< CRC Polynomial value. */ member
Dfsl_adapter_crc.c21 config.polynomial = crcConfig->crcPoly; in HAL_CrcCompute()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.c1041 .crcPoly = (uint32_t)KHAL_CrcPolynomial_CRC_16, in EP_PsiHandleRxMsg()