doc(sdmmc): doc(sdmmc): updated sdmmc programming guide for esp32p4

This commit is contained in:
Armando
2023-11-21 12:11:45 +08:00
parent 77299842ed
commit f893750bb6
5 changed files with 35 additions and 38 deletions
+13
View File
@@ -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]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB