Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/
Dfsl_k4_flash.c62 config->msf1Config[0].flashDesc.blockBase = FLASH_FEATURE_PFLASH0_START_ADDRESS; in FLASH_Init()
94 config->msf1Config[1].flashDesc.blockBase = FLASH_FEATURE_PFLASH1_START_ADDRESS; in FLASH_Init()
105 config->msf1Config[1].flashDesc.blockBase = FLASH_FEATURE_PFLASH1_START_ADDRESS; in FLASH_Init()
112 config->msf1Config[1].flashDesc.blockBase = FLASH_FEATURE_PFLASH1_START_ADDRESS; in FLASH_Init()
120 config->msf1Config[1].flashDesc.blockBase = FLASH_FEATURE_PFLASH1_START_ADDRESS; in FLASH_Init()
556 else if ((nsblockaddr != config->msf1Config[0].flashDesc.blockBase) && in FLASH_VerifyEraseBlock()
557 (nsblockaddr != config->msf1Config[1].flashDesc.blockBase)) in FLASH_VerifyEraseBlock()
650 *value = config->msf1Config[0].flashDesc.blockBase; in FLASH_GetProperty()
665 *value = config->msf1Config[1].flashDesc.blockBase; in FLASH_GetProperty()
770 if ((start >= config->msf1Config[0].flashDesc.blockBase) && in flash_check_param()
[all …]
Dfsl_k4_flash.h89 uint32_t blockBase; /*!< Base address of the flash block */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.c1084 *value = config->ftfxConfig[0].flashDesc.blockBase; in FLASH_GetProperty()
1113 *value = config->ftfxConfig[1].flashDesc.blockBase; in FLASH_GetProperty()
1222 config->ftfxConfig[flashIndex].flashDesc.blockBase = pflashStartAddress; in flash_opsonfig_Init()
1272 specMem->base = config->ftfxConfig[flashIndex].flashDesc.blockBase; in flash_access_init()
1281 specMem->base = config->ftfxConfig[0].flashDesc.blockBase; in flash_access_init()
1314 specMem->base = config->ftfxConfig[flashIndex].flashDesc.blockBase; in flash_protection_init()
1324 specMem->base = config->ftfxConfig[0].flashDesc.blockBase; in flash_protection_init()
1410 if ((start >= config->ftfxConfig[index].flashDesc.blockBase) && in flash_check_range_to_get_index()
1412 … (config->ftfxConfig[index].flashDesc.blockBase + config->ftfxConfig[index].flashDesc.totalSize))) in flash_check_range_to_get_index()
1434 config->opsConfig.convertedAddress = start - config->flashDesc.blockBase + 0x800000U; in flash_convert_start_address()
Dfsl_ftfx_flexnvm.c58 config->ftfxConfig.flashDesc.blockBase = FSL_FEATURE_FLASH_FLEX_NVM_START_ADDRESS; in FLEXNVM_Init()
452 *value = config->ftfxConfig.flashDesc.blockBase; in FLEXNVM_GetProperty()
490 if (start >= config->ftfxConfig.flashDesc.blockBase) in flexnvm_convert_start_address()
492 …ftfxConfig.opsConfig.convertedAddress = start - config->ftfxConfig.flashDesc.blockBase + 0x800000U; in flexnvm_convert_start_address()
Dfsl_ftfx_controller.h258 uint32_t blockBase; /*!< A base address of the flash block */ member
Dfsl_ftfx_controller.c1345 if ((startAddress >= config->flashDesc.blockBase) && in ftfx_check_mem_range()
1346 … ((startAddress + lengthInBytes) <= (config->flashDesc.blockBase + config->flashDesc.totalSize))) in ftfx_check_mem_range()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW727C/drivers/
Dfsl_romapi.c435 if ((start >= config->msf1Config[0].flashDesc.blockBase) && in flash_check_param()
437 … (config->msf1Config[0].flashDesc.blockBase + config->msf1Config[0].flashDesc.totalSize))) in flash_check_param()
455 if ((start >= config->msf1Config[1].flashDesc.blockBase) && in flash_check_param()
457 … (config->msf1Config[1].flashDesc.blockBase + config->msf1Config[1].flashDesc.totalSize))) in flash_check_param()
Dfsl_flash_api.h155 uint32_t blockBase; /*!< A base address of the flash block */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW716C/drivers/
Dfsl_romapi.c435 if ((start >= config->msf1Config[0].flashDesc.blockBase) && in flash_check_param()
437 … (config->msf1Config[0].flashDesc.blockBase + config->msf1Config[0].flashDesc.totalSize))) in flash_check_param()
455 if ((start >= config->msf1Config[1].flashDesc.blockBase) && in flash_check_param()
457 … (config->msf1Config[1].flashDesc.blockBase + config->msf1Config[1].flashDesc.totalSize))) in flash_check_param()
Dfsl_flash_api.h155 uint32_t blockBase; /*!< A base address of the flash block */ member