mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 02:16:51 +00:00
15 lines
459 B
C
15 lines
459 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#pragma once
|
|
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_CMD 25
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_CLK 26
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_D0 27
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_D1 28
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_D2 22
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_D3 23
|
|
#define SDIO_SLAVE_SLOT0_FUNC 0
|