Skip to content

Commit adfe735

Browse files
committed
doc(README.md): add SD_CLK_DIV definition
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 8aae25c commit adfe735

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Some default definitions can be overridden using:
4040
#### SD configurations
4141

4242
* `SD_INSTANCE`: some STM32 can have 2 SD peripherals `SDMMC1` and `SDMMC2`, note that this library can managed only one peripheral
43-
* `SDMMC1` (default)
43+
* `SDIO` or `SDMMC1` (default)
4444
* `SDMMC2`
4545

4646
* `SD_HW_FLOW_CTRL`: specifies whether the SDMMC hardware flow control is enabled or disabled
@@ -52,6 +52,10 @@ Some default definitions can be overridden using:
5252
* `SD_BUS_WIDE_4B` (default)
5353
* `SD_BUS_WIDE_8B`
5454

55+
* `SD_CLK_DIV`: specifies the clock frequency of the SDMMC controller (0-255)
56+
* `SDIO_TRANSFER_CLK_DIV` (default) for `SDIO`
57+
* `SDMMC_TRANSFER_CLK_DIV` or `SDMMC_NSpeed_CLK_DIV` (default) for `SDMMC`
58+
5559
#### SD Transceiver
5660

5761
* To specifies whether external Transceiver is present and enabled (Available only on some STM32) add:

0 commit comments

Comments
 (0)