Home
last modified time | relevance | path

Searched refs:mtd_dev (Results 1 – 5 of 5) sorted by relevance

/bsp/stm32/stm32l496-ali-developer/board/
A Dmnt.c29 struct rt_device *mtd_dev; in mnt_init() local
30 mtd_dev = fal_blk_device_create(FS_PARTITION_NAME); in mnt_init()
31 if (!mtd_dev) in mnt_init()
/bsp/stm32/stm32l496-st-nucleo/board/
A Dmnt.c28 struct rt_device *mtd_dev; in mnt_init() local
29 mtd_dev = fal_blk_device_create(FS_PARTITION_NAME); in mnt_init()
30 if (!mtd_dev) in mnt_init()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/
A Ddrv_spi_flash.c46 struct rt_device *mtd_dev = RT_NULL; in mnt() local
49 mtd_dev = fal_mtd_nor_device_create(FS_PARTITION_NAME); in mnt()
50 if (!mtd_dev) in mnt()
/bsp/stm32/stm32f407-atk-explorer/board/ports/
A Ddrv_filesystem.c51 struct rt_device *mtd_dev = RT_NULL; in onboard_spiflash_mount() local
55 mtd_dev = fal_mtd_nor_device_create(FS_PARTITION_NAME); in onboard_spiflash_mount()
56 if (!mtd_dev) in onboard_spiflash_mount()
/bsp/hc32/platform/sfud/
A Ddrv_spi_flash.c89 struct rt_device *mtd_dev = RT_NULL; in rt_hw_fs_init() local
94 mtd_dev = fal_mtd_nor_device_create(FS_PARTITION_NAME); in rt_hw_fs_init()
95 if (!mtd_dev) in rt_hw_fs_init()

Completed in 26 milliseconds