coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/gpio.h>
4 #include <variant/gpio.h>
5 
6 static const struct pad_config gpio_table[] = {
7  /* ------- GPIO Group GPD ------- */
8  PAD_NC(GPD0, NONE), // PM_BATLOW#
9  PAD_CFG_NF(GPD1, NATIVE, DEEP, NF1), // AC_PRESENT
10  PAD_CFG_GPI(GPD2, NATIVE, PWROK), // LAN_WAKEUP#
11  PAD_CFG_NF(GPD3, UP_20K, DEEP, NF1), // PWR_BTN#
12  PAD_CFG_NF(GPD4, NONE, DEEP, NF1), // SUSB#_PCH
13  PAD_CFG_NF(GPD5, NONE, DEEP, NF1), // SUSC#_PCH
14  PAD_NC(GPD6, NONE), // SLP_A#
15  PAD_CFG_GPI(GPD7, NONE, PWROK), // GPD_7 (crystal input)
16  PAD_CFG_NF(GPD8, NONE, DEEP, NF1), // SUS_CLK
17  PAD_NC(GPD9, NONE), // PCH_SLP_WLAN#
18  PAD_NC(GPD10, NONE),
19  PAD_NC(GPD11, NONE), // LAN_DISABLE_N
20 
21  /* ------- GPIO Group GPP_A ------- */
22  PAD_CFG_NF(GPP_A0, NONE, DEEP, NF1), // SB_KBCRST#
23  PAD_CFG_NF(GPP_A1, NONE, DEEP, NF1), // LPC_AD0
24  PAD_CFG_NF(GPP_A2, NONE, DEEP, NF1), // LPC_AD1
25  PAD_CFG_NF(GPP_A3, NONE, DEEP, NF1), // LPC_AD2
26  PAD_CFG_NF(GPP_A4, NONE, DEEP, NF1), // LPC_AD3
27  PAD_CFG_NF(GPP_A5, NONE, DEEP, NF1), // LPC_FRAME#
28  PAD_CFG_NF(GPP_A6, NONE, DEEP, NF1), // SERIRQ
29  PAD_CFG_GPI_APIC_HIGH(GPP_A7, NONE, PLTRST), // NC on 1650, INTP_OUT on 1660TI
30  PAD_CFG_NF(GPP_A8, NONE, DEEP, NF1), // PM_CLKRUN#
31  PAD_CFG_NF(GPP_A9, NONE, DEEP, NF1), // PCLK_KBC
33  PAD_CFG_GPI(GPP_A11, NONE, DEEP), // LAN_WAKEUP#
34  PAD_NC(GPP_A12, NONE), // ISH_GP_6_R
35  PAD_NC(GPP_A13, NONE), // SUSWARN#
36  PAD_NC(GPP_A14, NONE), // S4_STATE#
37  PAD_NC(GPP_A15, NONE), // SUS_PWR_ACK#
40  PAD_CFG_GPO(GPP_A18, 1, DEEP), // SB_BLON
43  PAD_NC(GPP_A21, NONE), // 3G_CONFIG2
44  PAD_CFG_GPO(GPP_A22, 0, DEEP), // SATA_PWR_EN
45  PAD_NC(GPP_A23, NONE), // DGPU_PWM_SELECT#
46 
47  /* ------- GPIO Group GPP_B ------- */
48  PAD_CFG_GPI(GPP_B0, NONE, DEEP), // TPM_PIRQ#
49  PAD_NC(GPP_B1, NONE),
50  PAD_NC(GPP_B2, NONE), // VRALERTB#
51  PAD_NC(GPP_B3, NONE),
52  PAD_NC(GPP_B4, NONE), // EXTTS_SNI_DRV1
53  PAD_NC(GPP_B5, NONE),
54  PAD_NC(GPP_B6, NONE),
55  PAD_NC(GPP_B7, NONE),
56  PAD_NC(GPP_B8, NONE),
57  PAD_NC(GPP_B9, NONE),
58  PAD_CFG_NF(GPP_B10, NONE, DEEP, NF1), // LAN_CLKREQ#
59  PAD_NC(GPP_B11, NONE), // TODO: DDR Voltage select on 1650, NC on 1660TI
60  PAD_CFG_NF(GPP_B12, NONE, DEEP, NF1), // SLP_S0#
61  PAD_CFG_NF(GPP_B13, NONE, DEEP, NF1), // PLT_RST#
62  PAD_CFG_NF(GPP_B14, NONE, DEEP, NF1), // PCH_SPKR
66  PAD_CFG_NF(GPP_B18, NONE, DEEP, NF1), // NO REBOOT strap
70  PAD_CFG_NF(GPP_B22, NONE, DEEP, NF1), // LPC/SPI BOOT strap
71  PAD_CFG_GPI(GPP_B23, NONE, DEEP), // DCI BSSB mode strap
72 
73  /* ------- GPIO Group GPP_C ------- */
74  PAD_CFG_NF(GPP_C0, NONE, DEEP, NF1), // SMB_CLK
75  PAD_CFG_NF(GPP_C1, NONE, DEEP, NF1), // SMB_DATA
76  PAD_CFG_GPI(GPP_C2, NONE, DEEP), // SKIN_THRM_SNSR_ALERT_N
77  PAD_NC(GPP_C3, NONE), // SML0_CLK
78  PAD_NC(GPP_C4, NONE), // SML0_DATA
79  PAD_NC(GPP_C5, NONE),
80  PAD_NC(GPP_C6, NONE), // SMC_CPU_THERM
81  PAD_NC(GPP_C7, NONE), // SMD_CPU_THERM
82  PAD_NC(GPP_C8, NONE),
83  PAD_CFG_GPI(GPP_C9, NONE, DEEP), // CNVI_DET# on 1650, NC on 1660TI
90  PAD_CFG_NF(GPP_C16, NONE, PLTRST, NF1), // I2C_SDA_TP
91  PAD_CFG_NF(GPP_C17, NONE, PLTRST, NF1), // I2C_SCL_TP
92  PAD_CFG_NF(GPP_C18, NONE, PLTRST, NF1), // NC on 1650, SMD_7411 on 1660TI
93  PAD_CFG_NF(GPP_C19, NONE, PLTRST, NF1), // NC on 1650, SMC_7411 on 1660TI
94  //PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1), // UART2_RXD
95  //PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1), // UART2_TXD
98 
99  /* ------- GPIO Group GPP_D ------- */
100  PAD_NC(GPP_D0, NONE),
101  PAD_NC(GPP_D1, NONE),
102  PAD_NC(GPP_D2, NONE),
103  PAD_NC(GPP_D3, NONE),
104  PAD_NC(GPP_D4, NONE),
105  PAD_CFG_NF(GPP_D5, NONE, DEEP, NF3), // CNVI_RF_RST#
106  PAD_CFG_NF(GPP_D6, NONE, DEEP, NF3), // XTAL_CLKREQ
107  PAD_NC(GPP_D7, NONE),
108  PAD_NC(GPP_D8, NONE),
109  PAD_NC(GPP_D9, NONE),
110  PAD_NC(GPP_D10, NONE),
111  PAD_NC(GPP_D11, NONE),
112  PAD_NC(GPP_D12, NONE),
113  PAD_NC(GPP_D13, NONE),
114  PAD_NC(GPP_D14, NONE),
115  PAD_NC(GPP_D15, NONE),
116  PAD_NC(GPP_D16, NONE),
117  PAD_NC(GPP_D17, NONE),
118  PAD_NC(GPP_D18, NONE),
119  PAD_NC(GPP_D19, NONE),
120  PAD_NC(GPP_D20, NONE),
121  PAD_NC(GPP_D21, NONE),
122  PAD_NC(GPP_D22, NONE),
123  PAD_NC(GPP_D23, NONE),
124 
125  /* ------- GPIO Group GPP_E ------- */
126  PAD_NC(GPP_E0, NONE), // SATAGP0
127  PAD_CFG_NF(GPP_E1, NONE, DEEP, NF1), // SATAGP1
128  PAD_NC(GPP_E2, NONE), // SATAGP2
129  PAD_NC(GPP_E3, NONE), // EXTTS_SNI_DRV0
130  PAD_CFG_GPI(GPP_E4, NONE, DEEP), // DEVSLP0
131  PAD_CFG_GPI(GPP_E5, NONE, DEEP), // DEVSLP1
132  PAD_NC(GPP_E6, NONE), // PCH_MUTE#
133  PAD_CFG_GPI_APIC_LOW(GPP_E7, NONE, PLTRST), // TP_ATTN#
134  PAD_CFG_NF(GPP_E8, NONE, DEEP, NF1), // SATA_LED#
135  PAD_NC(GPP_E9, NONE),
136  PAD_NC(GPP_E10, NONE),
137  PAD_NC(GPP_E11, NONE),
138  PAD_NC(GPP_E12, NONE),
139 
140  /* ------- GPIO Group GPP_F ------- */
141  PAD_NC(GPP_F0, NONE), // SATAGP3
142  PAD_NC(GPP_F1, NONE),
143  PAD_NC(GPP_F2, NONE),
144  PAD_NC(GPP_F3, NONE),
145  PAD_NC(GPP_F4, NONE),
146  PAD_CFG_GPI(GPP_F5, NONE, DEEP), // KBLED_DET
147  PAD_CFG_GPI(GPP_F6, NONE, DEEP), // LIGHT_KB_DET#
148  PAD_NC(GPP_F7, NONE),
149  PAD_NC(GPP_F8, NONE),
150  PAD_NC(GPP_F9, NONE),
151  PAD_NC(GPP_F10, NONE), // BIOS_REC - BIOS RECOVERY ENABLE strap
152  PAD_NC(GPP_F11, NONE), // PCH_RSVD - unused strap
153  PAD_NC(GPP_F12, NONE), // MFG_MODE - Manufacturing mode strap
154  PAD_NC(GPP_F13, NONE), // GP39_GFX_CRB_DETECT - 0 = normal gfx, 1 = customer gfx
155  PAD_CFG_GPI(GPP_F14, NONE, DEEP), // H_SKTOCC_N
156  PAD_NC(GPP_F15, NONE),
157  PAD_NC(GPP_F16, NONE),
158  PAD_NC(GPP_F17, NONE),
159  PAD_NC(GPP_F18, NONE),
160  //PAD_CFG_NF(GPP_F19, NONE, DEEP, NF1), // NB_ENAVDD
161  PAD_CFG_NF(GPP_F20, NONE, DEEP, NF1), // BLON
162  PAD_CFG_NF(GPP_F21, NONE, DEEP, NF1), // EDP_BRIGHTNESS
163  //PAD_CFG_GPO(GPP_F22, 0, DEEP), // DGPU_RST#_PCH
164  //PAD_CFG_GPO(GPP_F23, 0, DEEP), // DGPU_PWR_EN
165 
166  /* ------- GPIO Group GPP_G ------- */
167  PAD_CFG_GPI(GPP_G0, NONE, DEEP), // BOARD_ID1
168  PAD_CFG_GPI(GPP_G1, NONE, DEEP), // BOARD_ID2
169  PAD_CFG_GPI(GPP_G2, NONE, DEEP), // TPM_DET
170  PAD_CFG_GPI(GPP_G3, UP_20K, DEEP), // TODO: GPIO4_1V8_MAIN_EN_R
171  PAD_NC(GPP_G4, NONE),
172  PAD_NC(GPP_G5, NONE),
173  PAD_NC(GPP_G6, NONE),
174  PAD_NC(GPP_G7, NONE),
175 
176  /* ------- GPIO Group GPP_H ------- */
177  PAD_CFG_NF(GPP_H0, NONE, DEEP, NF1), // WLAN_CLKREQ#
178  PAD_NC(GPP_H1, NONE),
179  PAD_CFG_NF(GPP_H2, NONE, DEEP, NF1), // PEG_CLKREQ#
180  PAD_NC(GPP_H3, NONE),
181  PAD_CFG_NF(GPP_H4, NONE, DEEP, NF1), // SSD_CLKREQ#
182  PAD_CFG_NF(GPP_H5, NONE, DEEP, NF1), // SSD2_CLKREQ#
183  PAD_NC(GPP_H6, NONE),
184  PAD_NC(GPP_H7, NONE),
185  PAD_NC(GPP_H8, NONE),
186  PAD_NC(GPP_H9, NONE),
187  PAD_NC(GPP_H10, NONE),
188  PAD_NC(GPP_H11, NONE),
189  PAD_CFG_GPI(GPP_H12, NONE, DEEP), // ESPI FLASH SHARING MODE strap
190  PAD_NC(GPP_H13, NONE),
191  PAD_NC(GPP_H14, NONE),
192  PAD_NC(GPP_H15, NONE),
193  PAD_NC(GPP_H16, NONE),
194  PAD_NC(GPP_H17, NONE),
195  PAD_NC(GPP_H18, NONE),
196  PAD_NC(GPP_H19, NONE),
197  PAD_NC(GPP_H20, NONE),
198  PAD_NC(GPP_H21, NONE),
199  PAD_NC(GPP_H22, NONE),
200  PAD_NC(GPP_H23, NONE), // DGPU_SELECT#
201 
202  /* ------- GPIO Group GPP_I ------- */
203  PAD_CFG_NF(GPP_I0, NONE, DEEP, NF1), // NC on 1650, I_MDP_HPD on 1660TI
204  PAD_CFG_NF(GPP_I1, NONE, DEEP, NF1), // HDMI_HPD
205  PAD_CFG_NF(GPP_I2, NONE, DEEP, NF1),
206  _PAD_CFG_STRUCT(GPP_I3, 0x46880100, 0x0000), // MDP_E_HPD
207  PAD_CFG_NF(GPP_I4, NONE, DEEP, NF1), // EDP_HPD
208  PAD_CFG_NF(GPP_I5, NONE, DEEP, NF1), // NC on 1650, I_MDP_CLK on 1660TI
209  PAD_CFG_NF(GPP_I6, NONE, DEEP, NF1), // NC on 1650, I_MDP_DATA on 1660TI
210  PAD_CFG_NF(GPP_I7, NONE, DEEP, NF1), // HDMI_CTRLCLK on 1650, NC on 1660TI
211  PAD_CFG_NF(GPP_I8, NONE, DEEP, NF1), // HDMI_CTRLDATA on 1650, NC on 1660TI
212  PAD_NC(GPP_I9, NONE),
213  PAD_NC(GPP_I10, NONE),
214  PAD_CFG_GPI(GPP_I11, NONE, DEEP), // H_SKTOCC_N
215  PAD_NC(GPP_I12, NONE),
216  PAD_NC(GPP_I13, NONE),
217  PAD_NC(GPP_I14, NONE),
218 
219  /* ------- GPIO Group GPP_J ------- */
220  PAD_CFG_NF(GPP_J0, NONE, DEEP, NF1), // CNVI_GNSS_PA_BLANKING
221  PAD_NC(GPP_J1, NONE),
222  PAD_NC(GPP_J2, NONE),
223  PAD_NC(GPP_J3, NONE),
224  PAD_CFG_NF(GPP_J4, NONE, DEEP, NF1), // CNVI_BRI_DT
225  PAD_CFG_NF(GPP_J5, NONE, DEEP, NF1), // CNVI_BRI_RSP
226  PAD_CFG_NF(GPP_J6, NONE, DEEP, NF1), // CNVI_RGI_DT
227  PAD_CFG_NF(GPP_J7, NONE, DEEP, NF1), // CNVI_RGI_RSP
228  PAD_CFG_NF(GPP_J8, NONE, DEEP, NF1), // CNVI_MFUART2_RXD
229  PAD_CFG_NF(GPP_J9, NONE, DEEP, NF1), // CNVI_MFUART2_TXD
230  PAD_NC(GPP_J10, NONE),
231  PAD_NC(GPP_J11, NONE),
232 
233  /* ------- GPIO Group GPP_K ------- */
234  PAD_NC(GPP_K0, NONE),
235  PAD_NC(GPP_K1, NONE),
236  PAD_NC(GPP_K2, NONE),
237  PAD_CFG_GPI_SCI_LOW(GPP_K3, NONE, PLTRST, LEVEL), // XXX: SCI#
238  PAD_NC(GPP_K4, NONE),
239  PAD_NC(GPP_K5, NONE),
240  PAD_CFG_GPI_SCI_LOW(GPP_K6, NONE, DEEP, LEVEL), // XXX: SWI#
241  PAD_NC(GPP_K7, NONE),
242  PAD_CFG_GPO(GPP_K8, 1, DEEP), // SATA_M2_PWR_EN1
243  PAD_CFG_GPO(GPP_K9, 1, DEEP), // SATA_M2_PWR_EN2
244  PAD_NC(GPP_K10, NONE),
245  PAD_NC(GPP_K11, NONE),
246  PAD_NC(GPP_K12, NONE),
247  PAD_NC(GPP_K13, NONE),
248  PAD_NC(GPP_K14, NONE), // GPP_K_14_GSXDIN / GPP_K14_TEST_R
249  PAD_NC(GPP_K15, NONE),
250  PAD_NC(GPP_K16, NONE),
251  PAD_NC(GPP_K17, NONE),
252  PAD_NC(GPP_K18, NONE),
253  PAD_CFG_GPI(GPP_K19, NONE, DEEP), // XXX: SMI#
254  PAD_CFG_GPI(GPP_K20, NONE, DEEP), // GPU_EVENT#
255  PAD_CFG_GPI(GPP_K21, NONE, DEEP), // GC6_FB_EN_PCH
256  PAD_CFG_GPI(GPP_K22, NONE, DEEP), // DGPU_PWRGD_R
257  PAD_NC(GPP_K23, NONE), // DGPU_PRSNT#
258 };
259 
261 {
263 }
#define GPD11
#define GPP_A4
#define GPP_H22
#define GPP_C15
#define GPD3
#define GPP_H20
#define GPP_B6
Definition: gpio_soc_defs.h:59
#define GPP_H19
#define GPP_D1
#define GPD9
#define GPP_C2
#define GPP_D10
#define GPP_D8
#define GPP_D17
#define GPP_E3
#define GPP_A18
#define GPP_F21
#define GPP_C12
#define GPP_F12
#define GPP_F16
#define GPP_H15
#define GPP_H16
#define GPP_E0
#define GPP_F6
#define GPP_H18
#define GPP_D14
#define GPP_B1
Definition: gpio_soc_defs.h:54
#define GPP_F20
#define GPP_C5
#define GPP_H11
#define GPP_A14
#define GPP_B12
Definition: gpio_soc_defs.h:65
#define GPP_H17
#define GPP_D12
#define GPP_B16
Definition: gpio_soc_defs.h:69
#define GPP_A5
#define GPP_B2
Definition: gpio_soc_defs.h:55
#define GPP_D7
#define GPP_B13
Definition: gpio_soc_defs.h:66
#define GPP_E6
#define GPP_F0
#define GPP_D6
#define GPP_A19
#define GPP_D2
#define GPP_H12
#define GPP_H6
#define GPP_C9
#define GPP_H2
#define GPP_C22
#define GPP_H9
#define GPD0
#define GPP_D9
#define GPP_F5
#define GPP_B15
Definition: gpio_soc_defs.h:68
#define GPP_A2
#define GPP_H21
#define GPP_C23
#define GPP_H13
#define GPP_C8
#define GPP_D11
#define GPP_H7
#define GPP_A6
#define GPP_H1
#define GPP_C11
#define GPP_H14
#define GPP_D5
#define GPP_B22
Definition: gpio_soc_defs.h:75
#define GPP_A23
#define GPP_C18
#define GPP_F9
#define GPP_C13
#define GPP_E9
#define GPP_C17
#define GPP_E8
#define GPP_A7
#define GPP_E5
#define GPP_A0
#define GPD7
#define GPP_B8
Definition: gpio_soc_defs.h:61
#define GPP_B20
Definition: gpio_soc_defs.h:73
#define GPP_A20
#define GPP_A16
#define GPP_F1
#define GPP_F17
#define GPP_A12
#define GPP_F15
#define GPP_D4
#define GPP_C10
#define GPP_C6
#define GPD2
#define GPP_F10
#define GPP_A3
#define GPP_E7
#define GPP_C16
#define GPP_F7
#define GPD1
#define GPP_F13
#define GPP_C4
#define GPP_D18
#define GPP_B19
Definition: gpio_soc_defs.h:72
#define GPP_E2
#define GPP_H0
#define GPP_H5
#define GPP_B9
Definition: gpio_soc_defs.h:62
#define GPD10
#define GPP_F14
#define GPP_H3
#define GPP_F4
#define GPP_A10
#define GPP_A8
#define GPP_D0
#define GPP_A1
#define GPP_B14
Definition: gpio_soc_defs.h:67
#define GPP_B11
Definition: gpio_soc_defs.h:64
#define GPP_D13
#define GPP_B18
Definition: gpio_soc_defs.h:71
#define GPP_B5
Definition: gpio_soc_defs.h:58
#define GPP_B0
Definition: gpio_soc_defs.h:53
#define GPP_A11
#define GPP_C14
#define GPP_A15
#define GPP_A9
#define GPP_E10
#define GPP_F8
#define GPP_C19
#define GPD8
#define GPP_A13
#define GPP_A21
#define GPP_B23
Definition: gpio_soc_defs.h:76
#define GPP_B10
Definition: gpio_soc_defs.h:63
#define GPP_D19
#define GPP_C1
#define GPP_F2
#define GPP_E11
#define GPD6
#define GPP_F18
#define GPP_B3
Definition: gpio_soc_defs.h:56
#define GPP_A22
#define GPP_D15
#define GPP_F11
#define GPP_B21
Definition: gpio_soc_defs.h:74
#define GPD4
#define GPP_B4
Definition: gpio_soc_defs.h:57
#define GPP_D16
#define GPP_F3
#define GPP_H10
#define GPP_C3
#define GPP_E12
#define GPP_A17
#define GPP_B17
Definition: gpio_soc_defs.h:70
#define GPP_E4
#define GPP_C0
#define GPD5
#define GPP_E1
#define GPP_H8
#define GPP_H4
#define GPP_H23
#define GPP_B7
Definition: gpio_soc_defs.h:60
#define GPP_C7
#define GPP_D3
#define ARRAY_SIZE(a)
Definition: helpers.h:12
#define GPP_D23
#define GPP_G1
Definition: gpio_soc_defs.h:89
#define GPP_G7
Definition: gpio_soc_defs.h:95
#define GPP_D22
#define GPP_G4
Definition: gpio_soc_defs.h:92
#define GPP_G2
Definition: gpio_soc_defs.h:90
#define GPP_D21
#define GPP_G6
Definition: gpio_soc_defs.h:94
#define GPP_G0
Definition: gpio_soc_defs.h:88
#define GPP_D20
#define GPP_G3
Definition: gpio_soc_defs.h:91
#define GPP_G5
Definition: gpio_soc_defs.h:93
#define GPP_K4
#define GPP_I12
#define GPP_I5
#define GPP_J7
#define GPP_J4
#define GPP_K2
#define GPP_K9
#define GPP_J5
#define GPP_K16
#define GPP_I10
#define GPP_K13
#define GPP_J8
#define GPP_J0
#define GPP_J2
#define GPP_J9
#define GPP_I8
#define GPP_J1
#define GPP_J6
#define GPP_K18
#define GPP_I7
#define GPP_I3
#define GPP_I6
#define GPP_J10
#define GPP_K7
#define GPP_I11
#define GPP_I9
#define GPP_K11
#define GPP_K17
#define GPP_K21
#define GPP_K20
#define GPP_K1
#define GPP_I13
#define GPP_I2
#define GPP_J11
#define GPP_J3
#define GPP_I0
#define GPP_K10
#define GPP_K5
#define GPP_K6
#define GPP_K0
#define GPP_K14
#define GPP_K12
#define GPP_I14
#define GPP_K22
#define GPP_I4
#define GPP_K3
#define GPP_I1
#define GPP_K19
#define GPP_K23
#define GPP_K15
#define GPP_K8
void variant_configure_gpios(void)
Definition: gpio.c:238
const struct pad_config gpio_table[]
Definition: gpio.c:33
void gpio_configure_pads(const struct soc_amd_gpio *gpio_list_ptr, size_t size)
program a particular set of GPIO
Definition: gpio.c:307
#define PAD_NC(pin)
Definition: gpio_defs.h:263
#define PAD_CFG_GPI(pad, pull, rst)
Definition: gpio_defs.h:284
#define PAD_CFG_GPI_SCI_LOW(pad, pull, rst, trig)
Definition: gpio_defs.h:452
#define _PAD_CFG_STRUCT(__pad, __config0, __config1)
Definition: gpio_defs.h:166
#define PAD_CFG_NF(pad, pull, rst, func)
Definition: gpio_defs.h:197
#define PAD_CFG_GPI_APIC_HIGH(pad, pull, rst)
Definition: gpio_defs.h:405
#define PAD_CFG_GPO(pad, val, rst)
Definition: gpio_defs.h:247
#define PAD_CFG_GPI_APIC_LOW(pad, pull, rst)
Definition: gpio_defs.h:402