Home
last modified time | relevance | path

Searched refs:aliasBlockBase (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flexnvm.c60 config->ftfxConfig.flashDesc.aliasBlockBase = FSL_FEATURE_FLASH_FLEX_NVM_ALIAS_START_ADDRESS; in FLEXNVM_Init()
456 *value = config->ftfxConfig.flashDesc.aliasBlockBase; in FLEXNVM_GetProperty()
497 else if (start >= config->ftfxConfig.flashDesc.aliasBlockBase) in flexnvm_convert_start_address()
499 …onfig.opsConfig.convertedAddress = start - config->ftfxConfig.flashDesc.aliasBlockBase + 0x800000U; in flexnvm_convert_start_address()
Dfsl_ftfx_controller.h257 uint32_t aliasBlockBase; /*!< A base address of the alias flash block */ member
Dfsl_ftfx_controller.c1351 else if ((startAddress >= config->flashDesc.aliasBlockBase) && in ftfx_check_mem_range()
1352 …((startAddress + lengthInBytes) <= (config->flashDesc.aliasBlockBase + config->flashDesc.totalSize… in ftfx_check_mem_range()