• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2010-2016 Espressif Systems (Shanghai) PTE LTD
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 
7 //     http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 
15 #ifndef _SOC_RTC_IO_CHANNEL_H
16 #define _SOC_RTC_IO_CHANNEL_H
17 
18 #define RTC_GPIO_NUMBER             18
19 
20 //RTC GPIO channels
21 #define RTCIO_GPIO36_CHANNEL        0   //RTCIO_CHANNEL_0
22 #define RTCIO_CHANNEL_0_GPIO_NUM    36
23 
24 #define RTCIO_GPIO37_CHANNEL        1   //RTCIO_CHANNEL_1
25 #define RTCIO_CHANNEL_1_GPIO_NUM    37
26 
27 #define RTCIO_GPIO38_CHANNEL        2   //RTCIO_CHANNEL_2
28 #define RTCIO_CHANNEL_2_GPIO_NUM    38
29 
30 #define RTCIO_GPIO39_CHANNEL        3   //RTCIO_CHANNEL_3
31 #define RTCIO_CHANNEL_3_GPIO_NUM    39
32 
33 #define RTCIO_GPIO34_CHANNEL        4   //RTCIO_CHANNEL_4
34 #define RTCIO_CHANNEL_4_GPIO_NUM    34
35 
36 #define RTCIO_GPIO35_CHANNEL        5   //RTCIO_CHANNEL_5
37 #define RTCIO_CHANNEL_5_GPIO_NUM    35
38 
39 #define RTCIO_GPIO25_CHANNEL        6   //RTCIO_CHANNEL_6
40 #define RTCIO_CHANNEL_6_GPIO_NUM    25
41 
42 #define RTCIO_GPIO26_CHANNEL        7   //RTCIO_CHANNEL_7
43 #define RTCIO_CHANNEL_7_GPIO_NUM    26
44 
45 #define RTCIO_GPIO33_CHANNEL        8   //RTCIO_CHANNEL_8
46 #define RTCIO_CHANNEL_8_GPIO_NUM    33
47 
48 #define RTCIO_GPIO32_CHANNEL        9   //RTCIO_CHANNEL_9
49 #define RTCIO_CHANNEL_9_GPIO_NUM    32
50 
51 #define RTCIO_GPIO4_CHANNEL         10   //RTCIO_CHANNEL_10
52 #define RTCIO_CHANNEL_10_GPIO_NUM   4
53 
54 #define RTCIO_GPIO0_CHANNEL         11   //RTCIO_CHANNEL_11
55 #define RTCIO_CHANNEL_11_GPIO_NUM   0
56 
57 #define RTCIO_GPIO2_CHANNEL         12   //RTCIO_CHANNEL_12
58 #define RTCIO_CHANNEL_12_GPIO_NUM   2
59 
60 #define RTCIO_GPIO15_CHANNEL        13   //RTCIO_CHANNEL_13
61 #define RTCIO_CHANNEL_13_GPIO_NUM   15
62 
63 #define RTCIO_GPIO13_CHANNEL        14   //RTCIO_CHANNEL_14
64 #define RTCIO_CHANNEL_14_GPIO_NUM   13
65 
66 #define RTCIO_GPIO12_CHANNEL        15   //RTCIO_CHANNEL_15
67 #define RTCIO_CHANNEL_15_GPIO_NUM   12
68 
69 #define RTCIO_GPIO14_CHANNEL        16   //RTCIO_CHANNEL_16
70 #define RTCIO_CHANNEL_16_GPIO_NUM   14
71 
72 #define RTCIO_GPIO27_CHANNEL        17   //RTCIO_CHANNEL_17
73 #define RTCIO_CHANNEL_17_GPIO_NUM   27
74 
75 #endif
76