Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/crc/
Dfsl_crc.c68 …bool complementChecksum; /*!< True if the result shall be complement of the actual che… member
155 CRC_CTRL_FXOR(config->complementChecksum) | CRC_CTRL_TCRC(config->crcBits); in CRC_ConfigureAndStart()
192 moduleConfig.complementChecksum = protocolConfig->complementChecksum; in CRC_SetProtocolConfig()
217 …moduleConfig.complementChecksum = false; /* intermediate checksum does no xor of data register rea… in CRC_SetRawProtocolConfig()
Dfsl_crc.h82 bool complementChecksum; /*!< True if the result shall be complement of the actual checksum. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/crc/
Dfsl_adapter_crc.c25 config.complementChecksum = (bool)crcConfig->complementChecksum; in HAL_CrcCompute()
Dfsl_adapter_crc.h68 uint8_t complementChecksum; /*!< wether output the complement checksum. */ member
Dfsl_adapter_lpc_crc.c25 config.complementOut = (bool)crcConfig->complementChecksum; in HAL_CrcCompute()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/
Dfsl_pm_device.c310 config.complementChecksum = false; in PM_DEV_EnterLowPowerMode()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/
Dfsl_pm_device.c310 config.complementChecksum = false; in PM_DEV_EnterLowPowerMode()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/
Dfsl_pm_device.c310 config.complementChecksum = false; in PM_DEV_EnterLowPowerMode()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/
Dfsl_pm_device.c310 config.complementChecksum = false; in PM_DEV_EnterLowPowerMode()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.c1039 .complementChecksum = 0U, in EP_PsiHandleRxMsg()