File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ <h4>API</h4>
54
54
< a href ="{{ site.url }}/docs/api/rtc "> RTC Subsystem</ a >
55
55
</ li >
56
56
57
+ < li class ="{% if page.title == "SDIO Subsystem " %}current{% endif %}">
58
+ < a href ="{{ site.url }}/docs/api/sdio "> SDIO Subsystem</ a >
59
+ </ li >
60
+
57
61
< li class ="{% if page.title == "Semaphores & Mutex 's" %}current{% endif %}">
58
62
< a href ="{{ site.url }}/docs/api/semaphore "> Semaphores & Mutex's</ a >
59
63
</ li >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : docs
3
+ title : SDIO Subsystem
4
+ next_section : usage-rules
5
+ permalink : /docs/api/sdio/
6
+ header_path : drivers/mmc/core.h
7
+ source_path : drivers/mmc/sdcard.c
8
+ ---
9
+
10
+ Manages SD Host controller interface devices, e.g. SDHCI or SPI based SD-card drivers.
11
+
12
+
13
+ # Further Reading
14
+
15
+ The full API is defined under:
16
+
17
+ {% include api/header-path.md %}
18
+
19
+ See the implementation under:
20
+
21
+ {% include api/source-path.md %}
You can’t perform that action at this time.
0 commit comments