Home
last modified time | relevance | path

Searched refs:pflashTotalSize (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c2420 uint32_t pflashTotalSize, regionBase; in flash_get_protection_info() local
2437 pflashTotalSize = FSL_FEATURE_FLASH_PFLASH_BLOCK_COUNT * FSL_FEATURE_FLASH_PFLASH_BLOCK_SIZE + in flash_get_protection_info()
2441 pflashTotalSize = config->PFlashTotalSize; in flash_get_protection_info()
2459 info->highRegionStart = regionBase + pflashTotalSize; in flash_get_protection_info()
2460 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
2473 info->highRegionStart = regionBase + pflashTotalSize; in flash_get_protection_info()
2474 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
2482 info->highRegionStart = regionBase + pflashTotalSize; in flash_get_protection_info()
2483 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
2497 info->highRegionStart = regionBase + pflashTotalSize; in flash_get_protection_info()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_InternalFlash.c126 uint32_t pflashTotalSize = 0; in EEPROM_Init() local
133 HAL_FlashGetProperty(kHAL_Flash_PropertyPflashTotalSize, &pflashTotalSize); in EEPROM_Init()
135 …eepromTotalSize = pflashTotalSize / 2 - ((pflashTotalSize / 2) & (s_eeState.eepromParams_SectorSiz… in EEPROM_Init()
139 …s_eeState.eepromParams_StartOffset = pflashBlockBase + pflashTotalSize - s_eeState.eepromParams_To… in EEPROM_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mcxa/
Dmflash_drv.c17 static uint32_t pflashTotalSize; variable
44 …FLASH_API->flash_get_property(&g_flash_instance, kFLASH_PropertyPflashTotalSize, &pflashTotalSize); in mflash_drv_init()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/k4w1/
Dmflash_drv.c21 static uint32_t pflashTotalSize = 0; variable
65 result = FLASH_GetProperty(&s_flashDriver, kFLASH_PropertyPflash0TotalSize, &pflashTotalSize); in mflash_drv_init()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/k32w1/
Dmflash_drv.c21 static uint32_t pflashTotalSize = 0; variable
65 result = FLASH_GetProperty(&s_flashDriver, kFLASH_PropertyPflash0TotalSize, &pflashTotalSize); in mflash_drv_init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.c1323 uint32_t pflashTotalSize = 0U; in flash_protection_init() local
1332 pflashTotalSize += config->ftfxConfig[flashIndex].flashDesc.totalSize; in flash_protection_init()
1335 segmentSize = flash_calculate_prot_segment_size(pflashTotalSize, specMem->count); in flash_protection_init()