Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/
Dfsl_pm_device.c191 AT_ALWAYS_ON_DATA(uint32_t crcResult);
303 if (crcResult == 0UL) in PM_DEV_EnterLowPowerMode()
312 config.crcResult = kCrcFinalChecksum; in PM_DEV_EnterLowPowerMode()
318 crcResult = CRC_Get32bitResult(CRC0); in PM_DEV_EnterLowPowerMode()
320 REGFILE1->REG[0] = crcResult; in PM_DEV_EnterLowPowerMode()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/
Dfsl_pm_device.c191 AT_ALWAYS_ON_DATA(uint32_t crcResult);
303 if (crcResult == 0UL) in PM_DEV_EnterLowPowerMode()
312 config.crcResult = kCrcFinalChecksum; in PM_DEV_EnterLowPowerMode()
318 crcResult = CRC_Get32bitResult(CRC0); in PM_DEV_EnterLowPowerMode()
320 REGFILE1->REG[0] = crcResult; in PM_DEV_EnterLowPowerMode()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/
Dfsl_pm_device.c191 AT_ALWAYS_ON_DATA(uint32_t crcResult);
303 if (crcResult == 0UL) in PM_DEV_EnterLowPowerMode()
312 config.crcResult = kCrcFinalChecksum; in PM_DEV_EnterLowPowerMode()
318 crcResult = CRC_Get32bitResult(CRC0); in PM_DEV_EnterLowPowerMode()
320 REGFILE1->REG[0] = crcResult; in PM_DEV_EnterLowPowerMode()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/
Dfsl_pm_device.c191 AT_ALWAYS_ON_DATA(uint32_t crcResult);
303 if (crcResult == 0UL) in PM_DEV_EnterLowPowerMode()
312 config.crcResult = kCrcFinalChecksum; in PM_DEV_EnterLowPowerMode()
318 crcResult = CRC_Get32bitResult(CRC0); in PM_DEV_EnterLowPowerMode()
320 REGFILE1->REG[0] = crcResult; in PM_DEV_EnterLowPowerMode()
/hal_nxp-latest/mcux/mcux-sdk/drivers/crc/
Dfsl_crc.h84 …crc_result_t crcResult; /*!< Selects final or intermediate checksum return from CRC_Get16bitResul… member
Dfsl_crc.c244 if (config->crcResult == kCrcFinalChecksum) in CRC_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/crc/
Dfsl_adapter_crc.c38 config.crcResult = kCrcFinalChecksum; in HAL_CrcCompute()