Lines Matching full:sd
14 Since many disk devices (such as SD cards) are hotpluggable, the disk access
40 SD Card support
43 Zephyr has support for some SD card controllers and support for interfacing
44 SD cards via SPI. These drivers use disk driver interface and a file system
45 can access the SD cards via disk access API.
46 Both standard and high-capacity SD cards are supported.
52 SD Memory Card subsystem
55 Zephyr supports SD memory cards via the disk driver API, or via the SDMMC
58 interacts with the :ref:`sd host controller api <sdhc_api>` to communicate
59 with attached SD cards.
62 SD Card support via SPI
65 Example devicetree fragment below shows how to add SD card node to ``spi1``
67 at 24 MHz once the SD card has been initialized:
81 disk-name = "SD";
88 The SD card will be automatically detected and initialized by the
99 MMC in zephyr is implemented using the SD subsystem because the MMC bus
100 shares a lot of similarity with the SD bus. MMC controllers also use the