forked from espressif/esp-idf
Merge branch 'fix/correct_sdmmc_pin_config_doc_v5.2' into 'release/v5.2'
sdmmc: fix pin config doc format (v5.2) See merge request espressif/esp-idf!32329
This commit is contained in:
@@ -31,15 +31,15 @@ For functions used to initialize and configure:
|
|||||||
Pin Configurations
|
Pin Configurations
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
..only:: SOC_SDMMC_USE_IOMUX and not SOC_SDMMC_USE_GPIO_MATRIX
|
.. only:: SOC_SDMMC_USE_IOMUX and not SOC_SDMMC_USE_GPIO_MATRIX
|
||||||
|
|
||||||
SDMMC pins are dedicated, you don't have to configure the pins.
|
SDMMC pins are dedicated, you don't have to configure the pins.
|
||||||
|
|
||||||
..only:: SOC_SDMMC_USE_GPIO_MATRIX and not SOC_SDMMC_USE_IOMUX
|
.. only:: SOC_SDMMC_USE_GPIO_MATRIX and not SOC_SDMMC_USE_IOMUX
|
||||||
|
|
||||||
SDMMC pin signals are routed via GPIO Matrix, so you will need to configure the pins in :cpp:type:`sdmmc_slot_config_t`.
|
SDMMC pin signals are routed via GPIO Matrix, so you will need to configure the pins in :cpp:type:`sdmmc_slot_config_t`.
|
||||||
|
|
||||||
..only:: esp32p4
|
.. only:: esp32p4
|
||||||
|
|
||||||
SDMMC have two slots:
|
SDMMC have two slots:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user