Searched refs:pflashSectorSize (Results 1 – 1 of 1) sorted by relevance
31 uint32_t pflashSectorSize; /* 扇区大小 */ member77 …FLASH_EraseSector(&mtd.s_flashDriver, mtd.destAdrss + offset, mtd.pflashSectorSize, kFLASH_ApiEras… in nxp_chipflash_erase_block()102 FLASH_GetProperty(&mtd.s_flashDriver, kFLASH_PropertyPflashSectorSize, &mtd.pflashSectorSize); in rt_onchip_flash_init()111 LOG_D("flash_SectorSize: %d", mtd.pflashSectorSize); in rt_onchip_flash_init()117 …rss = mtd.pflashBlockBase + (mtd.pflashTotalSize - (SECTOR_INDEX_FROM_END) * mtd.pflashSectorSize); in rt_onchip_flash_init()128 mtd.mtd_device.block_end = (mtd.pflashTotalSize - mtd.destAdrss) / mtd.pflashSectorSize; in rt_onchip_flash_init()129 mtd.mtd_device.block_size = mtd.pflashSectorSize; in rt_onchip_flash_init()
Completed in 4 milliseconds