mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
22 lines
630 B
C
22 lines
630 B
C
/**
|
|
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_CLK 43
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_CMD 44
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_D0 39
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_D1 40
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_D2 41
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_D3 42
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_D4 45
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_D5 46
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_D6 47
|
|
#define SDMMC_SLOT0_IOMUX_PIN_NUM_D7 48
|
|
#define SDMMC_SLOT0_FUNC 0
|
|
|
|
// SLOT1 doesn't go through IOMUX
|