Home
last modified time | relevance | path

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

/components/drivers/spi/
A Ddev_spi_flash_sfud.h32 rt_spi_flash_device_t rt_sfud_flash_probe(const char *spi_flash_dev_name, const char *spi_dev_name);
44 rt_spi_flash_device_t rt_sfud_flash_probe_ex(const char *spi_flash_dev_name, const char *spi_dev_na…
54 rt_err_t rt_sfud_flash_delete(rt_spi_flash_device_t spi_flash_dev);
A Ddev_spi_flash_sfud.c301 rt_spi_flash_device_t rt_sfud_flash_probe_ex(const char *spi_flash_dev_name, const char *spi_dev_na… in rt_sfud_flash_probe_ex()
304 rt_spi_flash_device_t rtt_dev = RT_NULL; in rt_sfud_flash_probe_ex()
315 rtt_dev = (rt_spi_flash_device_t) rt_malloc(sizeof(struct spi_flash_device)); in rt_sfud_flash_probe_ex()
429 rt_spi_flash_device_t rt_sfud_flash_probe(const char *spi_flash_dev_name, const char *spi_dev_name) in rt_sfud_flash_probe()
448 rt_err_t rt_sfud_flash_delete(rt_spi_flash_device_t spi_flash_dev) { in rt_sfud_flash_delete()
468 rt_spi_flash_device_t rtt_dev = RT_NULL; in rt_sfud_flash_find()
478 rtt_dev = (rt_spi_flash_device_t) (rt_spi_device->user_data); in rt_sfud_flash_find()
493 rt_spi_flash_device_t rtt_dev = RT_NULL; in rt_sfud_flash_find_by_dev_name()
496 rtt_dev = (rt_spi_flash_device_t) rt_device_find(flash_dev_name); in rt_sfud_flash_find_by_dev_name()
531 static rt_spi_flash_device_t rtt_dev = NULL, rtt_dev_bak = NULL; in sf()
A Ddev_spi_flash.h26 typedef struct spi_flash_device *rt_spi_flash_device_t; typedef

Completed in 5 milliseconds