Home
last modified time | relevance | path

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

/bsp/nxp/mcx/mcxa/Libraries/drivers/
A Ddrv_chipflash.c35 struct mcx_mtd_chipflash mtd; variable
77 …FLASH_EraseSector(&mtd.s_flashDriver, mtd.destAdrss + offset, mtd.pflashSectorSize, kFLASH_ApiEras… in nxp_chipflash_erase_block()
101 FLASH_GetProperty(&mtd.s_flashDriver, kFLASH_PropertyPflashBlockBaseAddr, &mtd.pflashBlockBase); in rt_onchip_flash_init()
102 FLASH_GetProperty(&mtd.s_flashDriver, kFLASH_PropertyPflashSectorSize, &mtd.pflashSectorSize); in rt_onchip_flash_init()
103 FLASH_GetProperty(&mtd.s_flashDriver, kFLASH_PropertyPflashTotalSize, &mtd.pflashTotalSize); in rt_onchip_flash_init()
104 FLASH_GetProperty(&mtd.s_flashDriver, kFLASH_PropertyPflashPageSize, &mtd.PflashPageSize); in rt_onchip_flash_init()
105 FLASH_GetProperty(&mtd.s_flashDriver, kFLASH_PropertyPflashBlockSize, &mtd.pflashBlockSize); in rt_onchip_flash_init()
106 FLASH_GetProperty(&mtd.s_flashDriver, kFLASH_PropertyPflashBlockCount, &mtd.pflashBlockCount); in rt_onchip_flash_init()
117mtd.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()
[all …]
/bsp/simulator/drivers/
A Dsst25vfxx_mtd_sim.c150 mtd = mtd; in sst25vfxx_hw_init()
163 struct rt_mtd_nor_device *mtd; in sst25vfxx_mtd_init() local
167 mtd = &(sst25->parent); in sst25vfxx_mtd_init()
171 mtd->ops = &sst25vfxx_mtd_ops; in sst25vfxx_mtd_init()
180 id = sst25vfxx_read_id(mtd); in sst25vfxx_mtd_init()
207 mtd->block_start = block_start; in sst25vfxx_mtd_init()
208 mtd->block_end = block_end; in sst25vfxx_mtd_init()
242 struct rt_mtd_nor_device *mtd; in nor_erase() local
244 mtd = RT_MTD_NOR_DEVICE(&_sst25_mtd); in nor_erase()
245 for (index = mtd->block_start; index < mtd->block_end; index ++) in nor_erase()
[all …]
/bsp/synwit/swm320-mini/board/
A DKconfig288 bool "Enable mtd nor flash"
294 hex "mtd nor flash size"
297 hex "mtd nor flsah sector"
/bsp/stm32/stm32h750-weact-ministm32h7xx/
A Dproject.ewp2239 <name>$PROJ_DIR$\..\..\..\components\drivers\mtd\mtd_nor.c</name>
/bsp/yichip/yc3122-pos/
A Dproject.ewp2184 <name>$PROJ_DIR$\..\..\..\components\drivers\mtd\mtd_nor.c</name>
/bsp/nxp/lpc/lpc54608-LPCXpresso/
A Dproject.ewp2202 <name>$PROJ_DIR$\../../components/drivers/mtd/mtd_nand.c</name>

Completed in 20 milliseconds