Home
last modified time | relevance | path

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

/bsp/hc32/platform/sfud/
A Ddrv_spi_flash.c29 #define SPI_FLASH_CHIP "w25q64" macro
34 #define SPI_FLASH_CHIP "w25q64" macro
39 #define SPI_FLASH_CHIP "w25q64" macro
74 if (RT_NULL == rt_sfud_flash_probe(SPI_FLASH_CHIP, SPI_FLASH_DEVICE_NAME)) in rt_hw_spi_flash_with_sfud_init()
77 if (RT_NULL == rt_sfud_flash_probe(SPI_FLASH_CHIP, SPI_FLASH_DEVICE_NAME)) in rt_hw_spi_flash_with_sfud_init()
/bsp/allwinner_tina/drivers/spi/
A Ddrv_spi_flash.c20 #define SPI_FLASH_CHIP "gd25qxx" macro
37 spi_device = rt_sfud_flash_probe(SPI_FLASH_CHIP, SPI_FLASH_DEVICE_NAME); in rt_hw_spi_flash_with_sfud_init()
/bsp/hc32/tests/
A Dtest_usbd.c119 #define SPI_FLASH_CHIP RT_USB_MSTORAGE_DISK_NAME /* msc class disk name */ macro
165 if (RT_NULL == rt_sfud_flash_probe(SPI_FLASH_CHIP, SPI_FLASH_DEVICE_NAME)) in rt_hw_spi_flash_with_sfud_init()
168 if (RT_NULL == rt_sfud_flash_probe(SPI_FLASH_CHIP, SPI_FLASH_DEVICE_NAME)) in rt_hw_spi_flash_with_sfud_init()

Completed in 8 milliseconds