Home
last modified time | relevance | path

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

/bsp/nxp/mcx/mcxa/Libraries/drivers/
A Ddrv_chipflash.c30 uint32_t pflashTotalSize; /* 总大小 */ member
103 FLASH_GetProperty(&mtd.s_flashDriver, kFLASH_PropertyPflashTotalSize, &mtd.pflashTotalSize); in rt_onchip_flash_init()
112 LOG_D("flash_TotalSize: %d", mtd.pflashTotalSize); in rt_onchip_flash_init()
117 …mtd.destAdrss = mtd.pflashBlockBase + (mtd.pflashTotalSize - (SECTOR_INDEX_FROM_END) * mtd.pflashS… in rt_onchip_flash_init()
128 mtd.mtd_device.block_end = (mtd.pflashTotalSize - mtd.destAdrss) / mtd.pflashSectorSize; in rt_onchip_flash_init()
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_flash.c3363 uint32_t pflashTotalSize; in flash_get_protection_info() local
3375 pflashTotalSize = FSL_FEATURE_FLASH_PFLASH_BLOCK_COUNT * FSL_FEATURE_FLASH_PFLASH_BLOCK_SIZE + in flash_get_protection_info()
3379 pflashTotalSize = config->PFlashTotalSize; in flash_get_protection_info()
3397 if (pflashTotalSize > info->regionCount * 1024) in flash_get_protection_info()
3399 info->regionSize = (pflashTotalSize) / info->regionCount; in flash_get_protection_info()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_flash.c3477 uint32_t pflashTotalSize; in flash_get_protection_info() local
3489 pflashTotalSize = MAIN_FLASH_FEATURE_PFLASH_BLOCK_COUNT * MAIN_FLASH_FEATURE_PFLASH_BLOCK_SIZE + in flash_get_protection_info()
3493 pflashTotalSize = config->PFlashTotalSize; in flash_get_protection_info()
3511 if (pflashTotalSize > info->regionCount * 1024) in flash_get_protection_info()
3513 info->regionSize = (pflashTotalSize) / info->regionCount; in flash_get_protection_info()

Completed in 16 milliseconds