Home
last modified time | relevance | path

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

/components/drivers/spi/sfud/inc/
A Dsfud_cfg.h73 #define SFUD_FLASH_DEVICE_TABLE {{0}} macro
/components/drivers/spi/sfud/
A DREADME.md110 …设备对象,所以 SFUD 支持多个 Flash 设备同时驱动。设备表的配置在 `/sfud/inc/sfud_cfg.h` 中 `SFUD_FLASH_DEVICE_TABLE` 宏定义,详细配置…
246 如果产品中存在多个 Flash ,可以添加 Flash 设备表。修改 `SFUD_FLASH_DEVICE_TABLE` 这个宏定义,示例如下:
254 #define SFUD_FLASH_DEVICE_TABLE \
/components/drivers/spi/sfud/src/
A Dsfud.c35 #ifndef SFUD_FLASH_DEVICE_TABLE
40 static sfud_flash flash_table[] = SFUD_FLASH_DEVICE_TABLE;

Completed in 7 milliseconds