Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c239 …config->ifrDesc.resRange.dflashIfrStart + config->ifrDesc.resRange.ifrMemSize - sizeof(dataIFRRead… in FTFx_API_UpdateFlexnvmPartitionStatus()
392 if (config->ifrDesc.resRange.dflashIfrStart != config->ifrDesc.resRange.pflashIfrStart) in FTFx_CMD_EraseAll()
433 if (config->ifrDesc.resRange.dflashIfrStart != config->ifrDesc.resRange.pflashIfrStart) in FTFx_CMD_EraseAllUnsecure()
1213 config->ifrDesc.resRange.dflashIfrStart = 0x800000U; in ftfx_init_ifr()
1457 else if ((start >= config->ifrDesc.resRange.dflashIfrStart) && in ftfx_check_resource_range()
1458 …(maxReadbleAddress < (config->ifrDesc.resRange.dflashIfrStart + config->ifrDesc.resRange.ifrMemSiz… in ftfx_check_resource_range()
Dfsl_ftfx_controller.h301 uint32_t dflashIfrStart; /*!< Data Flash 0 IFR start address */ member