mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
doc(sdmmc): doc(sdmmc): updated sdmmc programming guide for esp32p4
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
blockdiag sd_arch {
|
||||
default_fontsize = 16;
|
||||
node_width = 300;
|
||||
node_height = 100;
|
||||
span_width = 150;
|
||||
|
||||
A [label = "SD Protocol Layer Driver Component:\nsdmmc"]
|
||||
B [label = "Host Driver Component:\nesp_driver_sdmmc"]
|
||||
C [label = "Host Driver Component:\nesp_driver_sdspi"]
|
||||
|
||||
A -> B [dir = back, label = "Implements", style = dashed, hstyle = generalization, fontsize=14]
|
||||
A -> C [dir = back, label = "Implements", style = dashed, hstyle = generalization, fontsize=14]
|
||||
}
|
||||
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user