mirror of
https://github.com/espressif/esp-idf
synced 2025-03-31 11:50:11 -04:00
19 lines
432 B
C
19 lines
432 B
C
/*
|
|
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
// MSPI pin defined in io_mux_reg.h
|
|
|
|
// IOMUX pin for GPSPI2
|
|
#define SPI2_FUNC_NUM 2
|
|
#define SPI2_IOMUX_PIN_NUM_MISO 2
|
|
#define SPI2_IOMUX_PIN_NUM_HD 4
|
|
#define SPI2_IOMUX_PIN_NUM_WP 5
|
|
#define SPI2_IOMUX_PIN_NUM_CLK 6
|
|
#define SPI2_IOMUX_PIN_NUM_MOSI 7
|
|
#define SPI2_IOMUX_PIN_NUM_CS 12
|