Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/iped/
Dfsl_iped.c305 uint32_t ivEraseCounter[4]; in IPED_Reconfigure() local
357 memcpy(&ivEraseCounter, (void *)CFPA_SCRATCH_IV, sizeof(uint32_t) * IPED_REGION_COUNT); in IPED_Reconfigure()
362 … status = FFR_GetCustomerInfieldData(&flash_config, (uint8_t *)ivEraseCounter, CFPA_IPED_IV_OFFSET, in IPED_Reconfigure()
421 IvReg[3] = ivEraseCounter[region]; in IPED_Reconfigure()
454 IvReg[3] = ivEraseCounter[(iped_region_t)config->option.iped_region]; in IPED_Reconfigure()
/hal_nxp-latest/mcux/mcux-sdk/drivers/prince/
Dfsl_prince.c808 uint32_t ivEraseCounter[3]; in PRINCE_Reconfigure() local
867 memcpy(&ivEraseCounter, (void *)CFPA_SCRATCH_IV, sizeof(uint32_t) * PRINCE_REGION_COUNT); in PRINCE_Reconfigure()
872 …status = FFR_GetCustomerInfieldData(&flash_config, (uint8_t *)ivEraseCounter, CFPA_PRINCE_IV_OFFSE… in PRINCE_Reconfigure()
919 IvReg[3] = ivEraseCounter[region]; in PRINCE_Reconfigure()