mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 02:02:02 +00:00
26 lines
713 B
C
26 lines
713 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define RTCIO_GPIO0_CHANNEL 0 //RTCIO_CHANNEL_0
|
|
#define RTCIO_CHANNEL_0_GPIO_NUM 0
|
|
|
|
#define RTCIO_GPIO1_CHANNEL 1 //RTCIO_CHANNEL_1
|
|
#define RTCIO_CHANNEL_1_GPIO_NUM 1
|
|
|
|
#define RTCIO_GPIO2_CHANNEL 2 //RTCIO_CHANNEL_2
|
|
#define RTCIO_CHANNEL_2_GPIO_NUM 2
|
|
|
|
#define RTCIO_GPIO3_CHANNEL 3 //RTCIO_CHANNEL_3
|
|
#define RTCIO_CHANNEL_3_GPIO_NUM 3
|
|
|
|
#define RTCIO_GPIO4_CHANNEL 4 //RTCIO_CHANNEL_4
|
|
#define RTCIO_CHANNEL_4_GPIO_NUM 4
|
|
|
|
#define RTCIO_GPIO5_CHANNEL 5 //RTCIO_CHANNEL_5
|
|
#define RTCIO_CHANNEL_5_GPIO_NUM 5
|