1 /***************************************************************************//** 2 * \file gpio_psoc6_04_68_qfn.h 3 * 4 * \brief 5 * PSoC6_04 device GPIO header for 68-QFN package 6 * 7 ******************************************************************************** 8 * \copyright 9 * (c) (2016-2023), Cypress Semiconductor Corporation (an Infineon company) or 10 * an affiliate of Cypress Semiconductor Corporation. 11 * 12 * SPDX-License-Identifier: Apache-2.0 13 * 14 * Licensed under the Apache License, Version 2.0 (the "License"); 15 * you may not use this file except in compliance with the License. 16 * You may obtain a copy of the License at 17 * 18 * http://www.apache.org/licenses/LICENSE-2.0 19 * 20 * Unless required by applicable law or agreed to in writing, software 21 * distributed under the License is distributed on an "AS IS" BASIS, 22 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 23 * See the License for the specific language governing permissions and 24 * limitations under the License. 25 *******************************************************************************/ 26 27 #ifndef _GPIO_PSOC6_04_68_QFN_H_ 28 #define _GPIO_PSOC6_04_68_QFN_H_ 29 30 /* Package type */ 31 enum 32 { 33 CY_GPIO_PACKAGE_QFN, 34 CY_GPIO_PACKAGE_BGA, 35 CY_GPIO_PACKAGE_CSP, 36 CY_GPIO_PACKAGE_WLCSP, 37 CY_GPIO_PACKAGE_LQFP, 38 CY_GPIO_PACKAGE_TQFP, 39 CY_GPIO_PACKAGE_TEQFP, 40 CY_GPIO_PACKAGE_SMT, 41 }; 42 43 #define CY_GPIO_PACKAGE_TYPE CY_GPIO_PACKAGE_QFN 44 #define CY_GPIO_PIN_COUNT 68u 45 46 /* AMUXBUS Segments */ 47 enum 48 { 49 AMUXBUS_ANALOG_VDDD, 50 AMUXBUS_CSD0, 51 AMUXBUS_CSD1, 52 AMUXBUS_MAIN, 53 AMUXBUS_SAR, 54 AMUXBUS_VDDIO_1, 55 AMUXBUS_VSSA, 56 AMUXBUS_SRSS_AMUXBUSA_ADFT_VDDD, 57 AMUXBUS_SRSS_AMUXBUSB_ADFT_VDDD, 58 }; 59 60 /* AMUX Splitter Controls */ 61 typedef enum 62 { 63 AMUX_SPLIT_CTL_1 = 0x0001u, /* Left = AMUXBUS_VDDIO_1; Right = AMUXBUS_MAIN */ 64 AMUX_SPLIT_CTL_2 = 0x0002u, /* Left = AMUXBUS_CSD1; Right = AMUXBUS_CSD0 */ 65 AMUX_SPLIT_CTL_3 = 0x0003u, /* Left = AMUXBUS_SAR; Right = AMUXBUS_CSD1 */ 66 AMUX_SPLIT_CTL_5 = 0x0005u /* Left = AMUXBUS_SAR; Right = AMUXBUS_MAIN */ 67 } cy_en_amux_split_t; 68 69 /* Port List */ 70 /* PORT 0 (GPIO) */ 71 #define P0_0_PORT GPIO_PRT0 72 #define P0_0_PIN 0u 73 #define P0_0_NUM 0u 74 #define P0_1_PORT GPIO_PRT0 75 #define P0_1_PIN 1u 76 #define P0_1_NUM 1u 77 #define P0_2_PORT GPIO_PRT0 78 #define P0_2_PIN 2u 79 #define P0_2_NUM 2u 80 #define P0_3_PORT GPIO_PRT0 81 #define P0_3_PIN 3u 82 #define P0_3_NUM 3u 83 #define P0_4_PORT GPIO_PRT0 84 #define P0_4_PIN 4u 85 #define P0_4_NUM 4u 86 #define P0_5_PORT GPIO_PRT0 87 #define P0_5_PIN 5u 88 #define P0_5_NUM 5u 89 90 /* PORT 2 (GPIO) */ 91 #define P2_0_PORT GPIO_PRT2 92 #define P2_0_PIN 0u 93 #define P2_0_NUM 0u 94 #define P2_1_PORT GPIO_PRT2 95 #define P2_1_PIN 1u 96 #define P2_1_NUM 1u 97 #define P2_2_PORT GPIO_PRT2 98 #define P2_2_PIN 2u 99 #define P2_2_NUM 2u 100 #define P2_3_PORT GPIO_PRT2 101 #define P2_3_PIN 3u 102 #define P2_3_NUM 3u 103 #define P2_4_PORT GPIO_PRT2 104 #define P2_4_PIN 4u 105 #define P2_4_NUM 4u 106 #define P2_5_PORT GPIO_PRT2 107 #define P2_5_PIN 5u 108 #define P2_5_NUM 5u 109 #define P2_6_PORT GPIO_PRT2 110 #define P2_6_PIN 6u 111 #define P2_6_NUM 6u 112 #define P2_7_PORT GPIO_PRT2 113 #define P2_7_PIN 7u 114 #define P2_7_NUM 7u 115 116 /* PORT 3 (GPIO_OVT) */ 117 #define P3_0_PORT GPIO_PRT3 118 #define P3_0_PIN 0u 119 #define P3_0_NUM 0u 120 #define P3_0_AMUXSEGMENT AMUXBUS_VSSA 121 #define P3_1_PORT GPIO_PRT3 122 #define P3_1_PIN 1u 123 #define P3_1_NUM 1u 124 #define P3_1_AMUXSEGMENT AMUXBUS_VSSA 125 126 /* PORT 5 (GPIO) */ 127 #define P5_0_PORT GPIO_PRT5 128 #define P5_0_PIN 0u 129 #define P5_0_NUM 0u 130 #define P5_1_PORT GPIO_PRT5 131 #define P5_1_PIN 1u 132 #define P5_1_NUM 1u 133 #define P5_6_PORT GPIO_PRT5 134 #define P5_6_PIN 6u 135 #define P5_6_NUM 6u 136 #define P5_7_PORT GPIO_PRT5 137 #define P5_7_PIN 7u 138 #define P5_7_NUM 7u 139 140 /* PORT 6 (GPIO) */ 141 #define P6_2_PORT GPIO_PRT6 142 #define P6_2_PIN 2u 143 #define P6_2_NUM 2u 144 #define P6_3_PORT GPIO_PRT6 145 #define P6_3_PIN 3u 146 #define P6_3_NUM 3u 147 #define P6_4_PORT GPIO_PRT6 148 #define P6_4_PIN 4u 149 #define P6_4_NUM 4u 150 #define P6_5_PORT GPIO_PRT6 151 #define P6_5_PIN 5u 152 #define P6_5_NUM 5u 153 #define P6_6_PORT GPIO_PRT6 154 #define P6_6_PIN 6u 155 #define P6_6_NUM 6u 156 #define P6_7_PORT GPIO_PRT6 157 #define P6_7_PIN 7u 158 #define P6_7_NUM 7u 159 160 /* PORT 7 (GPIO) */ 161 #define P7_0_PORT GPIO_PRT7 162 #define P7_0_PIN 0u 163 #define P7_0_NUM 0u 164 #define P7_0_AMUXSEGMENT AMUXBUS_CSD0 165 #define P7_1_PORT GPIO_PRT7 166 #define P7_1_PIN 1u 167 #define P7_1_NUM 1u 168 #define P7_1_AMUXSEGMENT AMUXBUS_CSD0 169 #define P7_2_PORT GPIO_PRT7 170 #define P7_2_PIN 2u 171 #define P7_2_NUM 2u 172 #define P7_2_AMUXSEGMENT AMUXBUS_CSD0 173 #define P7_3_PORT GPIO_PRT7 174 #define P7_3_PIN 3u 175 #define P7_3_NUM 3u 176 #define P7_3_AMUXSEGMENT AMUXBUS_CSD0 177 #define P7_7_PORT GPIO_PRT7 178 #define P7_7_PIN 7u 179 #define P7_7_NUM 7u 180 #define P7_7_AMUXSEGMENT AMUXBUS_CSD0 181 182 /* PORT 8 (GPIO) */ 183 #define P8_0_PORT GPIO_PRT8 184 #define P8_0_PIN 0u 185 #define P8_0_NUM 0u 186 #define P8_0_AMUXSEGMENT AMUXBUS_CSD0 187 #define P8_1_PORT GPIO_PRT8 188 #define P8_1_PIN 1u 189 #define P8_1_NUM 1u 190 #define P8_1_AMUXSEGMENT AMUXBUS_CSD0 191 192 /* PORT 9 (GPIO) */ 193 #define P9_0_PORT GPIO_PRT9 194 #define P9_0_PIN 0u 195 #define P9_0_NUM 0u 196 #define P9_0_AMUXSEGMENT AMUXBUS_SAR 197 #define P9_1_PORT GPIO_PRT9 198 #define P9_1_PIN 1u 199 #define P9_1_NUM 1u 200 #define P9_1_AMUXSEGMENT AMUXBUS_SAR 201 #define P9_2_PORT GPIO_PRT9 202 #define P9_2_PIN 2u 203 #define P9_2_NUM 2u 204 #define P9_2_AMUXSEGMENT AMUXBUS_SAR 205 #define P9_3_PORT GPIO_PRT9 206 #define P9_3_PIN 3u 207 #define P9_3_NUM 3u 208 #define P9_3_AMUXSEGMENT AMUXBUS_SAR 209 210 /* PORT 10 (GPIO) */ 211 #define P10_0_PORT GPIO_PRT10 212 #define P10_0_PIN 0u 213 #define P10_0_NUM 0u 214 #define P10_0_AMUXSEGMENT AMUXBUS_SAR 215 #define P10_1_PORT GPIO_PRT10 216 #define P10_1_PIN 1u 217 #define P10_1_NUM 1u 218 #define P10_1_AMUXSEGMENT AMUXBUS_SAR 219 #define P10_2_PORT GPIO_PRT10 220 #define P10_2_PIN 2u 221 #define P10_2_NUM 2u 222 #define P10_2_AMUXSEGMENT AMUXBUS_SAR 223 #define P10_3_PORT GPIO_PRT10 224 #define P10_3_PIN 3u 225 #define P10_3_NUM 3u 226 #define P10_3_AMUXSEGMENT AMUXBUS_SAR 227 #define P10_4_PORT GPIO_PRT10 228 #define P10_4_PIN 4u 229 #define P10_4_NUM 4u 230 #define P10_4_AMUXSEGMENT AMUXBUS_SAR 231 #define P10_5_PORT GPIO_PRT10 232 #define P10_5_PIN 5u 233 #define P10_5_NUM 5u 234 #define P10_5_AMUXSEGMENT AMUXBUS_SAR 235 #define P10_6_PORT GPIO_PRT10 236 #define P10_6_PIN 6u 237 #define P10_6_NUM 6u 238 #define P10_6_AMUXSEGMENT AMUXBUS_SAR 239 #define P10_7_PORT GPIO_PRT10 240 #define P10_7_PIN 7u 241 #define P10_7_NUM 7u 242 #define P10_7_AMUXSEGMENT AMUXBUS_SAR 243 244 /* PORT 11 (GPIO) */ 245 #define P11_2_PORT GPIO_PRT11 246 #define P11_2_PIN 2u 247 #define P11_2_NUM 2u 248 #define P11_3_PORT GPIO_PRT11 249 #define P11_3_PIN 3u 250 #define P11_3_NUM 3u 251 #define P11_4_PORT GPIO_PRT11 252 #define P11_4_PIN 4u 253 #define P11_4_NUM 4u 254 #define P11_5_PORT GPIO_PRT11 255 #define P11_5_PIN 5u 256 #define P11_5_NUM 5u 257 #define P11_6_PORT GPIO_PRT11 258 #define P11_6_PIN 6u 259 #define P11_6_NUM 6u 260 #define P11_7_PORT GPIO_PRT11 261 #define P11_7_PIN 7u 262 #define P11_7_NUM 7u 263 264 /* PORT 12 (GPIO) */ 265 #define P12_6_PORT GPIO_PRT12 266 #define P12_6_PIN 6u 267 #define P12_6_NUM 6u 268 #define P12_7_PORT GPIO_PRT12 269 #define P12_7_PIN 7u 270 #define P12_7_NUM 7u 271 272 /* PORT 14 (AUX) */ 273 #define USBDP_PORT GPIO_PRT14 274 #define USBDP_PIN 0u 275 #define USBDP_NUM 0u 276 #define P14_0_PORT GPIO_PRT14 277 #define P14_0_PIN 0u 278 #define P14_0_NUM 0u 279 #define USBDM_PORT GPIO_PRT14 280 #define USBDM_PIN 1u 281 #define USBDM_NUM 1u 282 #define P14_1_PORT GPIO_PRT14 283 #define P14_1_PIN 1u 284 #define P14_1_NUM 1u 285 286 /* Analog Connections */ 287 #define CSD_CMODPADD_PORT 7u 288 #define CSD_CMODPADD_PIN 1u 289 #define CSD_CMODPADS_PORT 7u 290 #define CSD_CMODPADS_PIN 1u 291 #define CSD_CSH_TANKPADD_PORT 7u 292 #define CSD_CSH_TANKPADD_PIN 2u 293 #define CSD_CSH_TANKPADS_PORT 7u 294 #define CSD_CSH_TANKPADS_PIN 2u 295 #define CSD_CSHIELDPADS_PORT 7u 296 #define CSD_CSHIELDPADS_PIN 7u 297 #define CSD_VREF_EXT_PORT 7u 298 #define CSD_VREF_EXT_PIN 3u 299 #define IOSS_ADFT0_NET_PORT 10u 300 #define IOSS_ADFT0_NET_PIN 0u 301 #define IOSS_ADFT1_NET_PORT 10u 302 #define IOSS_ADFT1_NET_PIN 1u 303 #define LPCOMP_INN_COMP0_PORT 5u 304 #define LPCOMP_INN_COMP0_PIN 7u 305 #define LPCOMP_INN_COMP1_PORT 6u 306 #define LPCOMP_INN_COMP1_PIN 3u 307 #define LPCOMP_INP_COMP0_PORT 5u 308 #define LPCOMP_INP_COMP0_PIN 6u 309 #define LPCOMP_INP_COMP1_PORT 6u 310 #define LPCOMP_INP_COMP1_PIN 2u 311 #define PASS_CTB_OA0_OUT_10X_PORT 9u 312 #define PASS_CTB_OA0_OUT_10X_PIN 2u 313 #define PASS_CTB_OA1_OUT_10X_PORT 9u 314 #define PASS_CTB_OA1_OUT_10X_PIN 3u 315 #define PASS_CTB_PADS0_PORT 9u 316 #define PASS_CTB_PADS0_PIN 0u 317 #define PASS_CTB_PADS1_PORT 9u 318 #define PASS_CTB_PADS1_PIN 1u 319 #define PASS_CTB_PADS2_PORT 9u 320 #define PASS_CTB_PADS2_PIN 2u 321 #define PASS_CTB_PADS3_PORT 9u 322 #define PASS_CTB_PADS3_PIN 3u 323 #define PASS_SARMUX_PADS0_PORT 10u 324 #define PASS_SARMUX_PADS0_PIN 0u 325 #define PASS_SARMUX_PADS1_PORT 10u 326 #define PASS_SARMUX_PADS1_PIN 1u 327 #define PASS_SARMUX_PADS10_PORT 10u 328 #define PASS_SARMUX_PADS10_PIN 2u 329 #define PASS_SARMUX_PADS11_PORT 10u 330 #define PASS_SARMUX_PADS11_PIN 3u 331 #define PASS_SARMUX_PADS12_PORT 10u 332 #define PASS_SARMUX_PADS12_PIN 4u 333 #define PASS_SARMUX_PADS13_PORT 10u 334 #define PASS_SARMUX_PADS13_PIN 5u 335 #define PASS_SARMUX_PADS14_PORT 10u 336 #define PASS_SARMUX_PADS14_PIN 6u 337 #define PASS_SARMUX_PADS15_PORT 10u 338 #define PASS_SARMUX_PADS15_PIN 7u 339 #define PASS_SARMUX_PADS2_PORT 10u 340 #define PASS_SARMUX_PADS2_PIN 2u 341 #define PASS_SARMUX_PADS3_PORT 10u 342 #define PASS_SARMUX_PADS3_PIN 3u 343 #define PASS_SARMUX_PADS4_PORT 10u 344 #define PASS_SARMUX_PADS4_PIN 4u 345 #define PASS_SARMUX_PADS5_PORT 10u 346 #define PASS_SARMUX_PADS5_PIN 5u 347 #define PASS_SARMUX_PADS6_PORT 10u 348 #define PASS_SARMUX_PADS6_PIN 6u 349 #define PASS_SARMUX_PADS7_PORT 10u 350 #define PASS_SARMUX_PADS7_PIN 7u 351 #define PASS_SARMUX_PADS8_PORT 10u 352 #define PASS_SARMUX_PADS8_PIN 0u 353 #define PASS_SARMUX_PADS9_PORT 10u 354 #define PASS_SARMUX_PADS9_PIN 1u 355 #define SRSS_ADFT_PIN0_PORT 10u 356 #define SRSS_ADFT_PIN0_PIN 0u 357 #define SRSS_ADFT_PIN1_PORT 10u 358 #define SRSS_ADFT_PIN1_PIN 1u 359 #define SRSS_ECO_IN_PORT 12u 360 #define SRSS_ECO_IN_PIN 6u 361 #define SRSS_ECO_OUT_PORT 12u 362 #define SRSS_ECO_OUT_PIN 7u 363 #define SRSS_WCO_IN_PORT 0u 364 #define SRSS_WCO_IN_PIN 0u 365 #define SRSS_WCO_OUT_PORT 0u 366 #define SRSS_WCO_OUT_PIN 1u 367 368 /* HSIOM Connections */ 369 typedef enum 370 { 371 /* Generic HSIOM connections */ 372 HSIOM_SEL_GPIO = 0, /* GPIO controls 'out' */ 373 HSIOM_SEL_GPIO_DSI = 1, /* GPIO controls 'out', DSI controls 'output enable' */ 374 HSIOM_SEL_DSI_DSI = 2, /* DSI controls 'out' and 'output enable' */ 375 HSIOM_SEL_DSI_GPIO = 3, /* DSI controls 'out', GPIO controls 'output enable' */ 376 HSIOM_SEL_AMUXA = 4, /* Analog mux bus A */ 377 HSIOM_SEL_AMUXB = 5, /* Analog mux bus B */ 378 HSIOM_SEL_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 379 HSIOM_SEL_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 380 HSIOM_SEL_ACT_0 = 8, /* Active functionality 0 */ 381 HSIOM_SEL_ACT_1 = 9, /* Active functionality 1 */ 382 HSIOM_SEL_ACT_2 = 10, /* Active functionality 2 */ 383 HSIOM_SEL_ACT_3 = 11, /* Active functionality 3 */ 384 HSIOM_SEL_DS_0 = 12, /* DeepSleep functionality 0 */ 385 HSIOM_SEL_DS_1 = 13, /* DeepSleep functionality 1 */ 386 HSIOM_SEL_DS_2 = 14, /* DeepSleep functionality 2 */ 387 HSIOM_SEL_DS_3 = 15, /* DeepSleep functionality 3 */ 388 HSIOM_SEL_ACT_4 = 16, /* Active functionality 4 */ 389 HSIOM_SEL_ACT_5 = 17, /* Active functionality 5 */ 390 HSIOM_SEL_ACT_6 = 18, /* Active functionality 6 */ 391 HSIOM_SEL_ACT_7 = 19, /* Active functionality 7 */ 392 HSIOM_SEL_ACT_8 = 20, /* Active functionality 8 */ 393 HSIOM_SEL_ACT_9 = 21, /* Active functionality 9 */ 394 HSIOM_SEL_ACT_10 = 22, /* Active functionality 10 */ 395 HSIOM_SEL_ACT_11 = 23, /* Active functionality 11 */ 396 HSIOM_SEL_ACT_12 = 24, /* Active functionality 12 */ 397 HSIOM_SEL_ACT_13 = 25, /* Active functionality 13 */ 398 HSIOM_SEL_ACT_14 = 26, /* Active functionality 14 */ 399 HSIOM_SEL_ACT_15 = 27, /* Active functionality 15 */ 400 HSIOM_SEL_DS_4 = 28, /* DeepSleep functionality 4 */ 401 HSIOM_SEL_DS_5 = 29, /* DeepSleep functionality 5 */ 402 HSIOM_SEL_DS_6 = 30, /* DeepSleep functionality 6 */ 403 HSIOM_SEL_DS_7 = 31, /* DeepSleep functionality 7 */ 404 405 /* P0.0 */ 406 P0_0_GPIO = 0, /* GPIO controls 'out' */ 407 P0_0_TCPWM0_LINE0 = 8, /* Digital Active - tcpwm[0].line[0]:0 */ 408 P0_0_TCPWM0_LINE256 = 9, /* Digital Active - tcpwm[0].line[256]:0 */ 409 P0_0_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:0 */ 410 P0_0_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:0 */ 411 P0_0_LCD_COM0 = 12, /* Digital Deep Sleep - lcd.com[0]:0 */ 412 P0_0_LCD_SEG0 = 13, /* Digital Deep Sleep - lcd.seg[0]:0 */ 413 P0_0_SRSS_EXT_CLK = 16, /* Digital Active - srss.ext_clk:0 */ 414 P0_0_SCB0_SPI_SELECT1 = 20, /* Digital Active - scb[0].spi_select1:0 */ 415 P0_0_TCPWM0_TR_ONE_CNT_IN0 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:0 */ 416 P0_0_PERI_TR_IO_INPUT0 = 24, /* Digital Active - peri.tr_io_input[0]:0 */ 417 418 /* P0.1 */ 419 P0_1_GPIO = 0, /* GPIO controls 'out' */ 420 P0_1_TCPWM0_LINE_COMPL0 = 8, /* Digital Active - tcpwm[0].line_compl[0]:0 */ 421 P0_1_TCPWM0_LINE_COMPL256 = 9, /* Digital Active - tcpwm[0].line_compl[256]:0 */ 422 P0_1_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:1 */ 423 P0_1_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:1 */ 424 P0_1_LCD_COM1 = 12, /* Digital Deep Sleep - lcd.com[1]:0 */ 425 P0_1_LCD_SEG1 = 13, /* Digital Deep Sleep - lcd.seg[1]:0 */ 426 P0_1_SCB0_SPI_SELECT2 = 20, /* Digital Active - scb[0].spi_select2:0 */ 427 P0_1_TCPWM0_TR_ONE_CNT_IN1 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:0 */ 428 P0_1_PERI_TR_IO_INPUT1 = 24, /* Digital Active - peri.tr_io_input[1]:0 */ 429 P0_1_CPUSS_SWJ_TRSTN = 29, /* Digital Deep Sleep - cpuss.swj_trstn */ 430 431 /* P0.2 */ 432 P0_2_GPIO = 0, /* GPIO controls 'out' */ 433 P0_2_TCPWM0_LINE1 = 8, /* Digital Active - tcpwm[0].line[1]:0 */ 434 P0_2_TCPWM0_LINE257 = 9, /* Digital Active - tcpwm[0].line[257]:0 */ 435 P0_2_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:2 */ 436 P0_2_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:2 */ 437 P0_2_LCD_COM2 = 12, /* Digital Deep Sleep - lcd.com[2]:0 */ 438 P0_2_LCD_SEG2 = 13, /* Digital Deep Sleep - lcd.seg[2]:0 */ 439 P0_2_SCB0_UART_RX = 18, /* Digital Active - scb[0].uart_rx:0 */ 440 P0_2_SCB0_I2C_SCL = 19, /* Digital Active - scb[0].i2c_scl:0 */ 441 P0_2_SCB0_SPI_MOSI = 20, /* Digital Active - scb[0].spi_mosi:0 */ 442 P0_2_TCPWM0_TR_ONE_CNT_IN2 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:0 */ 443 444 /* P0.3 */ 445 P0_3_GPIO = 0, /* GPIO controls 'out' */ 446 P0_3_TCPWM0_LINE_COMPL1 = 8, /* Digital Active - tcpwm[0].line_compl[1]:0 */ 447 P0_3_TCPWM0_LINE_COMPL257 = 9, /* Digital Active - tcpwm[0].line_compl[257]:0 */ 448 P0_3_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:3 */ 449 P0_3_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:3 */ 450 P0_3_LCD_COM3 = 12, /* Digital Deep Sleep - lcd.com[3]:0 */ 451 P0_3_LCD_SEG3 = 13, /* Digital Deep Sleep - lcd.seg[3]:0 */ 452 P0_3_SCB0_UART_TX = 18, /* Digital Active - scb[0].uart_tx:0 */ 453 P0_3_SCB0_I2C_SDA = 19, /* Digital Active - scb[0].i2c_sda:0 */ 454 P0_3_SCB0_SPI_MISO = 20, /* Digital Active - scb[0].spi_miso:0 */ 455 P0_3_TCPWM0_TR_ONE_CNT_IN3 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:0 */ 456 457 /* P0.4 */ 458 P0_4_GPIO = 0, /* GPIO controls 'out' */ 459 P0_4_TCPWM0_LINE2 = 8, /* Digital Active - tcpwm[0].line[2]:0 */ 460 P0_4_TCPWM0_LINE258 = 9, /* Digital Active - tcpwm[0].line[258]:0 */ 461 P0_4_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:4 */ 462 P0_4_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:4 */ 463 P0_4_LCD_COM4 = 12, /* Digital Deep Sleep - lcd.com[4]:0 */ 464 P0_4_LCD_SEG4 = 13, /* Digital Deep Sleep - lcd.seg[4]:0 */ 465 P0_4_SCB0_UART_RTS = 18, /* Digital Active - scb[0].uart_rts:0 */ 466 P0_4_SCB0_SPI_CLK = 20, /* Digital Active - scb[0].spi_clk:0 */ 467 P0_4_TCPWM0_TR_ONE_CNT_IN256 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:0 */ 468 P0_4_PERI_TR_IO_INPUT2 = 24, /* Digital Active - peri.tr_io_input[2]:0 */ 469 P0_4_PERI_TR_IO_OUTPUT0 = 25, /* Digital Active - peri.tr_io_output[0]:2 */ 470 471 /* P0.5 */ 472 P0_5_GPIO = 0, /* GPIO controls 'out' */ 473 P0_5_TCPWM0_LINE_COMPL2 = 8, /* Digital Active - tcpwm[0].line_compl[2]:0 */ 474 P0_5_TCPWM0_LINE_COMPL258 = 9, /* Digital Active - tcpwm[0].line_compl[258]:0 */ 475 P0_5_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:5 */ 476 P0_5_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:5 */ 477 P0_5_LCD_COM5 = 12, /* Digital Deep Sleep - lcd.com[5]:0 */ 478 P0_5_LCD_SEG5 = 13, /* Digital Deep Sleep - lcd.seg[5]:0 */ 479 P0_5_SRSS_EXT_CLK = 16, /* Digital Active - srss.ext_clk:1 */ 480 P0_5_SCB0_UART_CTS = 18, /* Digital Active - scb[0].uart_cts:0 */ 481 P0_5_SCB0_SPI_SELECT0 = 20, /* Digital Active - scb[0].spi_select0:0 */ 482 P0_5_TCPWM0_TR_ONE_CNT_IN257 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:0 */ 483 P0_5_PERI_TR_IO_INPUT3 = 24, /* Digital Active - peri.tr_io_input[3]:0 */ 484 P0_5_PERI_TR_IO_OUTPUT1 = 25, /* Digital Active - peri.tr_io_output[1]:2 */ 485 486 /* P2.0 */ 487 P2_0_GPIO = 0, /* GPIO controls 'out' */ 488 P2_0_TCPWM0_LINE3 = 8, /* Digital Active - tcpwm[0].line[3]:0 */ 489 P2_0_TCPWM0_LINE259 = 9, /* Digital Active - tcpwm[0].line[259]:0 */ 490 P2_0_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:9 */ 491 P2_0_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:9 */ 492 P2_0_LCD_COM6 = 12, /* Digital Deep Sleep - lcd.com[6]:0 */ 493 P2_0_LCD_SEG6 = 13, /* Digital Deep Sleep - lcd.seg[6]:0 */ 494 P2_0_SCB1_UART_RX = 18, /* Digital Active - scb[1].uart_rx:1 */ 495 P2_0_SCB1_I2C_SCL = 19, /* Digital Active - scb[1].i2c_scl:1 */ 496 P2_0_SCB1_SPI_MOSI = 20, /* Digital Active - scb[1].spi_mosi:1 */ 497 P2_0_TCPWM0_TR_ONE_CNT_IN261 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:0 */ 498 P2_0_PERI_TR_IO_INPUT4 = 24, /* Digital Active - peri.tr_io_input[4]:0 */ 499 500 /* P2.1 */ 501 P2_1_GPIO = 0, /* GPIO controls 'out' */ 502 P2_1_TCPWM0_LINE_COMPL3 = 8, /* Digital Active - tcpwm[0].line_compl[3]:0 */ 503 P2_1_TCPWM0_LINE_COMPL259 = 9, /* Digital Active - tcpwm[0].line_compl[259]:0 */ 504 P2_1_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:10 */ 505 P2_1_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:10 */ 506 P2_1_LCD_COM7 = 12, /* Digital Deep Sleep - lcd.com[7]:0 */ 507 P2_1_LCD_SEG7 = 13, /* Digital Deep Sleep - lcd.seg[7]:0 */ 508 P2_1_SCB1_UART_TX = 18, /* Digital Active - scb[1].uart_tx:1 */ 509 P2_1_SCB1_I2C_SDA = 19, /* Digital Active - scb[1].i2c_sda:1 */ 510 P2_1_SCB1_SPI_MISO = 20, /* Digital Active - scb[1].spi_miso:1 */ 511 P2_1_TCPWM0_TR_ONE_CNT_IN262 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:0 */ 512 P2_1_PERI_TR_IO_INPUT5 = 24, /* Digital Active - peri.tr_io_input[5]:0 */ 513 514 /* P2.2 */ 515 P2_2_GPIO = 0, /* GPIO controls 'out' */ 516 P2_2_TCPWM0_LINE0 = 8, /* Digital Active - tcpwm[0].line[0]:1 */ 517 P2_2_TCPWM0_LINE260 = 9, /* Digital Active - tcpwm[0].line[260]:0 */ 518 P2_2_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:11 */ 519 P2_2_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:11 */ 520 P2_2_LCD_COM8 = 12, /* Digital Deep Sleep - lcd.com[8]:0 */ 521 P2_2_LCD_SEG8 = 13, /* Digital Deep Sleep - lcd.seg[8]:0 */ 522 P2_2_SCB1_UART_RTS = 18, /* Digital Active - scb[1].uart_rts:1 */ 523 P2_2_SCB1_SPI_CLK = 20, /* Digital Active - scb[1].spi_clk:1 */ 524 P2_2_TCPWM0_TR_ONE_CNT_IN263 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:0 */ 525 526 /* P2.3 */ 527 P2_3_GPIO = 0, /* GPIO controls 'out' */ 528 P2_3_TCPWM0_LINE_COMPL0 = 8, /* Digital Active - tcpwm[0].line_compl[0]:1 */ 529 P2_3_TCPWM0_LINE_COMPL260 = 9, /* Digital Active - tcpwm[0].line_compl[260]:0 */ 530 P2_3_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:12 */ 531 P2_3_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:12 */ 532 P2_3_LCD_COM9 = 12, /* Digital Deep Sleep - lcd.com[9]:0 */ 533 P2_3_LCD_SEG9 = 13, /* Digital Deep Sleep - lcd.seg[9]:0 */ 534 P2_3_SCB1_UART_CTS = 18, /* Digital Active - scb[1].uart_cts:1 */ 535 P2_3_SCB1_SPI_SELECT0 = 20, /* Digital Active - scb[1].spi_select0:1 */ 536 P2_3_TCPWM0_TR_ONE_CNT_IN0 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:1 */ 537 538 /* P2.4 */ 539 P2_4_GPIO = 0, /* GPIO controls 'out' */ 540 P2_4_TCPWM0_LINE1 = 8, /* Digital Active - tcpwm[0].line[1]:1 */ 541 P2_4_TCPWM0_LINE261 = 9, /* Digital Active - tcpwm[0].line[261]:0 */ 542 P2_4_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:13 */ 543 P2_4_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:13 */ 544 P2_4_LCD_COM10 = 12, /* Digital Deep Sleep - lcd.com[10]:0 */ 545 P2_4_LCD_SEG10 = 13, /* Digital Deep Sleep - lcd.seg[10]:0 */ 546 P2_4_SCB1_SPI_SELECT1 = 20, /* Digital Active - scb[1].spi_select1:1 */ 547 P2_4_TCPWM0_TR_ONE_CNT_IN1 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:1 */ 548 549 /* P2.5 */ 550 P2_5_GPIO = 0, /* GPIO controls 'out' */ 551 P2_5_TCPWM0_LINE_COMPL1 = 8, /* Digital Active - tcpwm[0].line_compl[1]:1 */ 552 P2_5_TCPWM0_LINE_COMPL261 = 9, /* Digital Active - tcpwm[0].line_compl[261]:0 */ 553 P2_5_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:14 */ 554 P2_5_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:14 */ 555 P2_5_LCD_COM11 = 12, /* Digital Deep Sleep - lcd.com[11]:0 */ 556 P2_5_LCD_SEG11 = 13, /* Digital Deep Sleep - lcd.seg[11]:0 */ 557 P2_5_SCB1_SPI_SELECT2 = 20, /* Digital Active - scb[1].spi_select2:1 */ 558 P2_5_TCPWM0_TR_ONE_CNT_IN2 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:1 */ 559 560 /* P2.6 */ 561 P2_6_GPIO = 0, /* GPIO controls 'out' */ 562 P2_6_TCPWM0_LINE2 = 8, /* Digital Active - tcpwm[0].line[2]:1 */ 563 P2_6_TCPWM0_LINE262 = 9, /* Digital Active - tcpwm[0].line[262]:0 */ 564 P2_6_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:15 */ 565 P2_6_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:15 */ 566 P2_6_LCD_COM12 = 12, /* Digital Deep Sleep - lcd.com[12]:0 */ 567 P2_6_LCD_SEG12 = 13, /* Digital Deep Sleep - lcd.seg[12]:0 */ 568 P2_6_LPCOMP_DSI_COMP0 = 15, /* Digital Deep Sleep - lpcomp.dsi_comp0:0 */ 569 P2_6_SCB1_SPI_SELECT3 = 20, /* Digital Active - scb[1].spi_select3:1 */ 570 P2_6_TCPWM0_TR_ONE_CNT_IN3 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:1 */ 571 P2_6_PERI_TR_IO_INPUT8 = 24, /* Digital Active - peri.tr_io_input[8]:0 */ 572 573 /* P2.7 */ 574 P2_7_GPIO = 0, /* GPIO controls 'out' */ 575 P2_7_TCPWM0_LINE_COMPL2 = 8, /* Digital Active - tcpwm[0].line_compl[2]:1 */ 576 P2_7_TCPWM0_LINE_COMPL262 = 9, /* Digital Active - tcpwm[0].line_compl[262]:0 */ 577 P2_7_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:16 */ 578 P2_7_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:16 */ 579 P2_7_LCD_COM13 = 12, /* Digital Deep Sleep - lcd.com[13]:0 */ 580 P2_7_LCD_SEG13 = 13, /* Digital Deep Sleep - lcd.seg[13]:0 */ 581 P2_7_LPCOMP_DSI_COMP1 = 15, /* Digital Deep Sleep - lpcomp.dsi_comp1:0 */ 582 P2_7_TCPWM0_TR_ONE_CNT_IN256 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:1 */ 583 P2_7_PERI_TR_IO_INPUT9 = 24, /* Digital Active - peri.tr_io_input[9]:0 */ 584 585 /* P3.0 */ 586 P3_0_GPIO = 0, /* GPIO controls 'out' */ 587 P3_0_TCPWM0_LINE3 = 8, /* Digital Active - tcpwm[0].line[3]:1 */ 588 P3_0_TCPWM0_LINE263 = 9, /* Digital Active - tcpwm[0].line[263]:0 */ 589 P3_0_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:17 */ 590 P3_0_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:17 */ 591 P3_0_LCD_COM14 = 12, /* Digital Deep Sleep - lcd.com[14]:0 */ 592 P3_0_LCD_SEG14 = 13, /* Digital Deep Sleep - lcd.seg[14]:0 */ 593 P3_0_SCB2_UART_RX = 18, /* Digital Active - scb[2].uart_rx:1 */ 594 P3_0_SCB2_I2C_SCL = 19, /* Digital Active - scb[2].i2c_scl:1 */ 595 P3_0_TCPWM0_TR_ONE_CNT_IN257 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:1 */ 596 P3_0_PERI_TR_IO_INPUT6 = 24, /* Digital Active - peri.tr_io_input[6]:0 */ 597 598 /* P3.1 */ 599 P3_1_GPIO = 0, /* GPIO controls 'out' */ 600 P3_1_TCPWM0_LINE_COMPL3 = 8, /* Digital Active - tcpwm[0].line_compl[3]:1 */ 601 P3_1_TCPWM0_LINE_COMPL263 = 9, /* Digital Active - tcpwm[0].line_compl[263]:0 */ 602 P3_1_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:18 */ 603 P3_1_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:18 */ 604 P3_1_LCD_COM15 = 12, /* Digital Deep Sleep - lcd.com[15]:0 */ 605 P3_1_LCD_SEG15 = 13, /* Digital Deep Sleep - lcd.seg[15]:0 */ 606 P3_1_SCB2_UART_TX = 18, /* Digital Active - scb[2].uart_tx:1 */ 607 P3_1_SCB2_I2C_SDA = 19, /* Digital Active - scb[2].i2c_sda:1 */ 608 P3_1_TCPWM0_TR_ONE_CNT_IN258 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:1 */ 609 P3_1_PERI_TR_IO_INPUT7 = 24, /* Digital Active - peri.tr_io_input[7]:0 */ 610 611 /* P5.0 */ 612 P5_0_GPIO = 0, /* GPIO controls 'out' */ 613 P5_0_TCPWM0_LINE0 = 8, /* Digital Active - tcpwm[0].line[0]:2 */ 614 P5_0_TCPWM0_LINE256 = 9, /* Digital Active - tcpwm[0].line[256]:1 */ 615 P5_0_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:19 */ 616 P5_0_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:19 */ 617 P5_0_LCD_COM16 = 12, /* Digital Deep Sleep - lcd.com[16]:0 */ 618 P5_0_LCD_SEG16 = 13, /* Digital Deep Sleep - lcd.seg[16]:0 */ 619 P5_0_SCB5_UART_RX = 18, /* Digital Active - scb[5].uart_rx:0 */ 620 P5_0_SCB5_I2C_SCL = 19, /* Digital Active - scb[5].i2c_scl:0 */ 621 P5_0_SCB5_SPI_MOSI = 20, /* Digital Active - scb[5].spi_mosi:0 */ 622 P5_0_CANFD0_TTCAN_RX0 = 22, /* Digital Active - canfd[0].ttcan_rx[0] */ 623 P5_0_TCPWM0_TR_ONE_CNT_IN259 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[259]:1 */ 624 P5_0_PERI_TR_IO_INPUT10 = 24, /* Digital Active - peri.tr_io_input[10]:0 */ 625 626 /* P5.1 */ 627 P5_1_GPIO = 0, /* GPIO controls 'out' */ 628 P5_1_TCPWM0_LINE_COMPL0 = 8, /* Digital Active - tcpwm[0].line_compl[0]:2 */ 629 P5_1_TCPWM0_LINE_COMPL256 = 9, /* Digital Active - tcpwm[0].line_compl[256]:1 */ 630 P5_1_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:20 */ 631 P5_1_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:20 */ 632 P5_1_LCD_COM17 = 12, /* Digital Deep Sleep - lcd.com[17]:0 */ 633 P5_1_LCD_SEG17 = 13, /* Digital Deep Sleep - lcd.seg[17]:0 */ 634 P5_1_SCB5_UART_TX = 18, /* Digital Active - scb[5].uart_tx:0 */ 635 P5_1_SCB5_I2C_SDA = 19, /* Digital Active - scb[5].i2c_sda:0 */ 636 P5_1_SCB5_SPI_MISO = 20, /* Digital Active - scb[5].spi_miso:0 */ 637 P5_1_CANFD0_TTCAN_TX0 = 22, /* Digital Active - canfd[0].ttcan_tx[0] */ 638 P5_1_TCPWM0_TR_ONE_CNT_IN260 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[260]:1 */ 639 P5_1_PERI_TR_IO_INPUT11 = 24, /* Digital Active - peri.tr_io_input[11]:0 */ 640 641 /* P5.6 */ 642 P5_6_GPIO = 0, /* GPIO controls 'out' */ 643 P5_6_TCPWM0_LINE1 = 8, /* Digital Active - tcpwm[0].line[1]:2 */ 644 P5_6_TCPWM0_LINE257 = 9, /* Digital Active - tcpwm[0].line[257]:1 */ 645 P5_6_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:22 */ 646 P5_6_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:22 */ 647 P5_6_LCD_COM18 = 12, /* Digital Deep Sleep - lcd.com[18]:0 */ 648 P5_6_LCD_SEG18 = 13, /* Digital Deep Sleep - lcd.seg[18]:0 */ 649 P5_6_TCPWM0_TR_ONE_CNT_IN262 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:1 */ 650 651 /* P5.7 */ 652 P5_7_GPIO = 0, /* GPIO controls 'out' */ 653 P5_7_TCPWM0_LINE_COMPL1 = 8, /* Digital Active - tcpwm[0].line_compl[1]:2 */ 654 P5_7_TCPWM0_LINE_COMPL257 = 9, /* Digital Active - tcpwm[0].line_compl[257]:1 */ 655 P5_7_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:23 */ 656 P5_7_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:23 */ 657 P5_7_LCD_COM19 = 12, /* Digital Deep Sleep - lcd.com[19]:0 */ 658 P5_7_LCD_SEG19 = 13, /* Digital Deep Sleep - lcd.seg[19]:0 */ 659 P5_7_TCPWM0_TR_ONE_CNT_IN263 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:1 */ 660 661 /* P6.2 */ 662 P6_2_GPIO = 0, /* GPIO controls 'out' */ 663 P6_2_TCPWM0_LINE3 = 8, /* Digital Active - tcpwm[0].line[3]:2 */ 664 P6_2_TCPWM0_LINE259 = 9, /* Digital Active - tcpwm[0].line[259]:1 */ 665 P6_2_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:24 */ 666 P6_2_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:24 */ 667 P6_2_LCD_COM22 = 12, /* Digital Deep Sleep - lcd.com[22]:0 */ 668 P6_2_LCD_SEG22 = 13, /* Digital Deep Sleep - lcd.seg[22]:0 */ 669 P6_2_TCPWM0_TR_ONE_CNT_IN0 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:2 */ 670 P6_2_CPUSS_FAULT_OUT0 = 25, /* Digital Active - cpuss.fault_out[0] */ 671 672 /* P6.3 */ 673 P6_3_GPIO = 0, /* GPIO controls 'out' */ 674 P6_3_TCPWM0_LINE_COMPL3 = 8, /* Digital Active - tcpwm[0].line_compl[3]:2 */ 675 P6_3_TCPWM0_LINE_COMPL259 = 9, /* Digital Active - tcpwm[0].line_compl[259]:1 */ 676 P6_3_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:25 */ 677 P6_3_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:25 */ 678 P6_3_LCD_COM23 = 12, /* Digital Deep Sleep - lcd.com[23]:0 */ 679 P6_3_LCD_SEG23 = 13, /* Digital Deep Sleep - lcd.seg[23]:0 */ 680 P6_3_TCPWM0_TR_ONE_CNT_IN1 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:2 */ 681 P6_3_CPUSS_FAULT_OUT1 = 25, /* Digital Active - cpuss.fault_out[1] */ 682 683 /* P6.4 */ 684 P6_4_GPIO = 0, /* GPIO controls 'out' */ 685 P6_4_TCPWM0_LINE0 = 8, /* Digital Active - tcpwm[0].line[0]:3 */ 686 P6_4_TCPWM0_LINE260 = 9, /* Digital Active - tcpwm[0].line[260]:1 */ 687 P6_4_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:26 */ 688 P6_4_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:26 */ 689 P6_4_LCD_COM24 = 12, /* Digital Deep Sleep - lcd.com[24]:0 */ 690 P6_4_LCD_SEG24 = 13, /* Digital Deep Sleep - lcd.seg[24]:0 */ 691 P6_4_SCB6_I2C_SCL = 14, /* Digital Deep Sleep - scb[6].i2c_scl:0 */ 692 P6_4_TCPWM0_TR_ONE_CNT_IN2 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:2 */ 693 P6_4_PERI_TR_IO_INPUT12 = 24, /* Digital Active - peri.tr_io_input[12]:0 */ 694 P6_4_PERI_TR_IO_OUTPUT0 = 25, /* Digital Active - peri.tr_io_output[0]:1 */ 695 P6_4_CPUSS_SWJ_SWO_TDO = 29, /* Digital Deep Sleep - cpuss.swj_swo_tdo */ 696 P6_4_SCB6_SPI_MOSI = 30, /* Digital Deep Sleep - scb[6].spi_mosi:0 */ 697 P6_4_SRSS_DDFT_PIN_IN0 = 31, /* Digital Deep Sleep - srss.ddft_pin_in[0]:0 */ 698 699 /* P6.5 */ 700 P6_5_GPIO = 0, /* GPIO controls 'out' */ 701 P6_5_TCPWM0_LINE_COMPL0 = 8, /* Digital Active - tcpwm[0].line_compl[0]:3 */ 702 P6_5_TCPWM0_LINE_COMPL260 = 9, /* Digital Active - tcpwm[0].line_compl[260]:1 */ 703 P6_5_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:27 */ 704 P6_5_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:27 */ 705 P6_5_LCD_COM25 = 12, /* Digital Deep Sleep - lcd.com[25]:0 */ 706 P6_5_LCD_SEG25 = 13, /* Digital Deep Sleep - lcd.seg[25]:0 */ 707 P6_5_SCB6_I2C_SDA = 14, /* Digital Deep Sleep - scb[6].i2c_sda:0 */ 708 P6_5_TCPWM0_TR_ONE_CNT_IN3 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:2 */ 709 P6_5_PERI_TR_IO_INPUT13 = 24, /* Digital Active - peri.tr_io_input[13]:0 */ 710 P6_5_PERI_TR_IO_OUTPUT1 = 25, /* Digital Active - peri.tr_io_output[1]:1 */ 711 P6_5_CPUSS_SWJ_SWDOE_TDI = 29, /* Digital Deep Sleep - cpuss.swj_swdoe_tdi */ 712 P6_5_SCB6_SPI_MISO = 30, /* Digital Deep Sleep - scb[6].spi_miso:0 */ 713 P6_5_SRSS_DDFT_PIN_IN1 = 31, /* Digital Deep Sleep - srss.ddft_pin_in[1]:0 */ 714 715 /* P6.6 */ 716 P6_6_GPIO = 0, /* GPIO controls 'out' */ 717 P6_6_TCPWM0_LINE1 = 8, /* Digital Active - tcpwm[0].line[1]:3 */ 718 P6_6_TCPWM0_LINE261 = 9, /* Digital Active - tcpwm[0].line[261]:1 */ 719 P6_6_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:28 */ 720 P6_6_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:28 */ 721 P6_6_LCD_COM26 = 12, /* Digital Deep Sleep - lcd.com[26]:0 */ 722 P6_6_LCD_SEG26 = 13, /* Digital Deep Sleep - lcd.seg[26]:0 */ 723 P6_6_TCPWM0_TR_ONE_CNT_IN256 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:2 */ 724 P6_6_CPUSS_SWJ_SWDIO_TMS = 29, /* Digital Deep Sleep - cpuss.swj_swdio_tms */ 725 P6_6_SCB6_SPI_CLK = 30, /* Digital Deep Sleep - scb[6].spi_clk:0 */ 726 727 /* P6.7 */ 728 P6_7_GPIO = 0, /* GPIO controls 'out' */ 729 P6_7_TCPWM0_LINE_COMPL1 = 8, /* Digital Active - tcpwm[0].line_compl[1]:3 */ 730 P6_7_TCPWM0_LINE_COMPL261 = 9, /* Digital Active - tcpwm[0].line_compl[261]:1 */ 731 P6_7_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:29 */ 732 P6_7_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:29 */ 733 P6_7_LCD_COM27 = 12, /* Digital Deep Sleep - lcd.com[27]:0 */ 734 P6_7_LCD_SEG27 = 13, /* Digital Deep Sleep - lcd.seg[27]:0 */ 735 P6_7_TCPWM0_TR_ONE_CNT_IN257 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:2 */ 736 P6_7_CPUSS_SWJ_SWCLK_TCLK = 29, /* Digital Deep Sleep - cpuss.swj_swclk_tclk */ 737 P6_7_SCB6_SPI_SELECT0 = 30, /* Digital Deep Sleep - scb[6].spi_select0:0 */ 738 739 /* P7.0 */ 740 P7_0_GPIO = 0, /* GPIO controls 'out' */ 741 P7_0_AMUXA = 4, /* Analog mux bus A */ 742 P7_0_AMUXB = 5, /* Analog mux bus B */ 743 P7_0_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 744 P7_0_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 745 P7_0_TCPWM0_LINE2 = 8, /* Digital Active - tcpwm[0].line[2]:2 */ 746 P7_0_TCPWM0_LINE262 = 9, /* Digital Active - tcpwm[0].line[262]:1 */ 747 P7_0_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:30 */ 748 P7_0_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:30 */ 749 P7_0_LCD_COM28 = 12, /* Digital Deep Sleep - lcd.com[28]:0 */ 750 P7_0_LCD_SEG28 = 13, /* Digital Deep Sleep - lcd.seg[28]:0 */ 751 P7_0_SCB4_UART_RX = 18, /* Digital Active - scb[4].uart_rx:0 */ 752 P7_0_SCB4_I2C_SCL = 19, /* Digital Active - scb[4].i2c_scl:0 */ 753 P7_0_SCB4_SPI_MOSI = 20, /* Digital Active - scb[4].spi_mosi:0 */ 754 P7_0_TCPWM0_TR_ONE_CNT_IN258 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:2 */ 755 P7_0_PERI_TR_IO_INPUT14 = 24, /* Digital Active - peri.tr_io_input[14]:0 */ 756 P7_0_CPUSS_TRACE_CLOCK = 26, /* Digital Active - cpuss.trace_clock */ 757 758 /* P7.1 */ 759 P7_1_GPIO = 0, /* GPIO controls 'out' */ 760 P7_1_AMUXA = 4, /* Analog mux bus A */ 761 P7_1_AMUXB = 5, /* Analog mux bus B */ 762 P7_1_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 763 P7_1_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 764 P7_1_TCPWM0_LINE_COMPL2 = 8, /* Digital Active - tcpwm[0].line_compl[2]:2 */ 765 P7_1_TCPWM0_LINE_COMPL262 = 9, /* Digital Active - tcpwm[0].line_compl[262]:1 */ 766 P7_1_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:31 */ 767 P7_1_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:31 */ 768 P7_1_LCD_COM29 = 12, /* Digital Deep Sleep - lcd.com[29]:0 */ 769 P7_1_LCD_SEG29 = 13, /* Digital Deep Sleep - lcd.seg[29]:0 */ 770 P7_1_SCB4_UART_TX = 18, /* Digital Active - scb[4].uart_tx:0 */ 771 P7_1_SCB4_I2C_SDA = 19, /* Digital Active - scb[4].i2c_sda:0 */ 772 P7_1_SCB4_SPI_MISO = 20, /* Digital Active - scb[4].spi_miso:0 */ 773 P7_1_TCPWM0_TR_ONE_CNT_IN259 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[259]:2 */ 774 P7_1_PERI_TR_IO_INPUT15 = 24, /* Digital Active - peri.tr_io_input[15]:0 */ 775 776 /* P7.2 */ 777 P7_2_GPIO = 0, /* GPIO controls 'out' */ 778 P7_2_AMUXA = 4, /* Analog mux bus A */ 779 P7_2_AMUXB = 5, /* Analog mux bus B */ 780 P7_2_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 781 P7_2_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 782 P7_2_TCPWM0_LINE3 = 8, /* Digital Active - tcpwm[0].line[3]:3 */ 783 P7_2_TCPWM0_LINE263 = 9, /* Digital Active - tcpwm[0].line[263]:1 */ 784 P7_2_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:32 */ 785 P7_2_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:32 */ 786 P7_2_LCD_COM30 = 12, /* Digital Deep Sleep - lcd.com[30]:0 */ 787 P7_2_LCD_SEG30 = 13, /* Digital Deep Sleep - lcd.seg[30]:0 */ 788 P7_2_SCB4_UART_RTS = 18, /* Digital Active - scb[4].uart_rts:0 */ 789 P7_2_SCB4_SPI_CLK = 20, /* Digital Active - scb[4].spi_clk:0 */ 790 P7_2_TCPWM0_TR_ONE_CNT_IN260 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[260]:2 */ 791 792 /* P7.3 */ 793 P7_3_GPIO = 0, /* GPIO controls 'out' */ 794 P7_3_AMUXA = 4, /* Analog mux bus A */ 795 P7_3_AMUXB = 5, /* Analog mux bus B */ 796 P7_3_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 797 P7_3_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 798 P7_3_TCPWM0_LINE_COMPL3 = 8, /* Digital Active - tcpwm[0].line_compl[3]:3 */ 799 P7_3_TCPWM0_LINE_COMPL263 = 9, /* Digital Active - tcpwm[0].line_compl[263]:1 */ 800 P7_3_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:33 */ 801 P7_3_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:33 */ 802 P7_3_LCD_COM31 = 12, /* Digital Deep Sleep - lcd.com[31]:0 */ 803 P7_3_LCD_SEG31 = 13, /* Digital Deep Sleep - lcd.seg[31]:0 */ 804 P7_3_SCB4_UART_CTS = 18, /* Digital Active - scb[4].uart_cts:0 */ 805 P7_3_SCB4_SPI_SELECT0 = 20, /* Digital Active - scb[4].spi_select0:0 */ 806 P7_3_TCPWM0_TR_ONE_CNT_IN261 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:2 */ 807 808 /* P7.7 */ 809 P7_7_GPIO = 0, /* GPIO controls 'out' */ 810 P7_7_AMUXA = 4, /* Analog mux bus A */ 811 P7_7_AMUXB = 5, /* Analog mux bus B */ 812 P7_7_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 813 P7_7_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 814 P7_7_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:36 */ 815 P7_7_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:36 */ 816 P7_7_LCD_COM35 = 12, /* Digital Deep Sleep - lcd.com[35]:0 */ 817 P7_7_LCD_SEG35 = 13, /* Digital Deep Sleep - lcd.seg[35]:0 */ 818 P7_7_CPUSS_CLK_FM_PUMP = 21, /* Digital Active - cpuss.clk_fm_pump */ 819 P7_7_TCPWM0_TR_ONE_CNT_IN0 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:3 */ 820 821 /* P8.0 */ 822 P8_0_GPIO = 0, /* GPIO controls 'out' */ 823 P8_0_AMUXA = 4, /* Analog mux bus A */ 824 P8_0_AMUXB = 5, /* Analog mux bus B */ 825 P8_0_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 826 P8_0_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 827 P8_0_TCPWM0_LINE2 = 8, /* Digital Active - tcpwm[0].line[2]:3 */ 828 P8_0_TCPWM0_LINE258 = 9, /* Digital Active - tcpwm[0].line[258]:1 */ 829 P8_0_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:37 */ 830 P8_0_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:37 */ 831 P8_0_LCD_COM36 = 12, /* Digital Deep Sleep - lcd.com[36]:0 */ 832 P8_0_LCD_SEG36 = 13, /* Digital Deep Sleep - lcd.seg[36]:0 */ 833 P8_0_SCB4_UART_RX = 18, /* Digital Active - scb[4].uart_rx:1 */ 834 P8_0_SCB4_I2C_SCL = 19, /* Digital Active - scb[4].i2c_scl:1 */ 835 P8_0_SCB4_SPI_MOSI = 20, /* Digital Active - scb[4].spi_mosi:1 */ 836 P8_0_TCPWM0_TR_ONE_CNT_IN1 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:3 */ 837 P8_0_PERI_TR_IO_INPUT16 = 24, /* Digital Active - peri.tr_io_input[16]:0 */ 838 839 /* P8.1 */ 840 P8_1_GPIO = 0, /* GPIO controls 'out' */ 841 P8_1_AMUXA = 4, /* Analog mux bus A */ 842 P8_1_AMUXB = 5, /* Analog mux bus B */ 843 P8_1_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 844 P8_1_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 845 P8_1_TCPWM0_LINE_COMPL2 = 8, /* Digital Active - tcpwm[0].line_compl[2]:3 */ 846 P8_1_TCPWM0_LINE_COMPL258 = 9, /* Digital Active - tcpwm[0].line_compl[258]:1 */ 847 P8_1_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:38 */ 848 P8_1_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:38 */ 849 P8_1_LCD_COM37 = 12, /* Digital Deep Sleep - lcd.com[37]:0 */ 850 P8_1_LCD_SEG37 = 13, /* Digital Deep Sleep - lcd.seg[37]:0 */ 851 P8_1_SCB4_UART_TX = 18, /* Digital Active - scb[4].uart_tx:1 */ 852 P8_1_SCB4_I2C_SDA = 19, /* Digital Active - scb[4].i2c_sda:1 */ 853 P8_1_SCB4_SPI_MISO = 20, /* Digital Active - scb[4].spi_miso:1 */ 854 P8_1_TCPWM0_TR_ONE_CNT_IN2 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:3 */ 855 P8_1_PERI_TR_IO_INPUT17 = 24, /* Digital Active - peri.tr_io_input[17]:0 */ 856 857 /* P9.0 */ 858 P9_0_GPIO = 0, /* GPIO controls 'out' */ 859 P9_0_AMUXA = 4, /* Analog mux bus A */ 860 P9_0_AMUXB = 5, /* Analog mux bus B */ 861 P9_0_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 862 P9_0_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 863 P9_0_TCPWM0_LINE0 = 8, /* Digital Active - tcpwm[0].line[0]:4 */ 864 P9_0_TCPWM0_LINE260 = 9, /* Digital Active - tcpwm[0].line[260]:2 */ 865 P9_0_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:39 */ 866 P9_0_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:39 */ 867 P9_0_LCD_COM40 = 12, /* Digital Deep Sleep - lcd.com[40]:0 */ 868 P9_0_LCD_SEG40 = 13, /* Digital Deep Sleep - lcd.seg[40]:0 */ 869 P9_0_SCB2_UART_RX = 18, /* Digital Active - scb[2].uart_rx:0 */ 870 P9_0_SCB2_I2C_SCL = 19, /* Digital Active - scb[2].i2c_scl:0 */ 871 P9_0_SCB2_SPI_MOSI = 20, /* Digital Active - scb[2].spi_mosi:0 */ 872 P9_0_TCPWM0_TR_ONE_CNT_IN3 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:3 */ 873 P9_0_PERI_TR_IO_INPUT18 = 24, /* Digital Active - peri.tr_io_input[18]:0 */ 874 P9_0_CPUSS_TRACE_DATA3 = 27, /* Digital Active - cpuss.trace_data[3]:1 */ 875 876 /* P9.1 */ 877 P9_1_GPIO = 0, /* GPIO controls 'out' */ 878 P9_1_AMUXA = 4, /* Analog mux bus A */ 879 P9_1_AMUXB = 5, /* Analog mux bus B */ 880 P9_1_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 881 P9_1_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 882 P9_1_TCPWM0_LINE_COMPL0 = 8, /* Digital Active - tcpwm[0].line_compl[0]:4 */ 883 P9_1_TCPWM0_LINE_COMPL260 = 9, /* Digital Active - tcpwm[0].line_compl[260]:2 */ 884 P9_1_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:40 */ 885 P9_1_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:40 */ 886 P9_1_LCD_COM41 = 12, /* Digital Deep Sleep - lcd.com[41]:0 */ 887 P9_1_LCD_SEG41 = 13, /* Digital Deep Sleep - lcd.seg[41]:0 */ 888 P9_1_SCB2_UART_TX = 18, /* Digital Active - scb[2].uart_tx:0 */ 889 P9_1_SCB2_I2C_SDA = 19, /* Digital Active - scb[2].i2c_sda:0 */ 890 P9_1_SCB2_SPI_MISO = 20, /* Digital Active - scb[2].spi_miso:0 */ 891 P9_1_TCPWM0_TR_ONE_CNT_IN256 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:3 */ 892 P9_1_PERI_TR_IO_INPUT19 = 24, /* Digital Active - peri.tr_io_input[19]:0 */ 893 P9_1_CPUSS_TRACE_DATA2 = 27, /* Digital Active - cpuss.trace_data[2]:1 */ 894 P9_1_SRSS_DDFT_PIN_IN0 = 31, /* Digital Deep Sleep - srss.ddft_pin_in[0]:1 */ 895 896 /* P9.2 */ 897 P9_2_GPIO = 0, /* GPIO controls 'out' */ 898 P9_2_AMUXA = 4, /* Analog mux bus A */ 899 P9_2_AMUXB = 5, /* Analog mux bus B */ 900 P9_2_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 901 P9_2_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 902 P9_2_TCPWM0_LINE1 = 8, /* Digital Active - tcpwm[0].line[1]:4 */ 903 P9_2_TCPWM0_LINE261 = 9, /* Digital Active - tcpwm[0].line[261]:2 */ 904 P9_2_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:41 */ 905 P9_2_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:41 */ 906 P9_2_LCD_COM42 = 12, /* Digital Deep Sleep - lcd.com[42]:0 */ 907 P9_2_LCD_SEG42 = 13, /* Digital Deep Sleep - lcd.seg[42]:0 */ 908 P9_2_SCB2_UART_RTS = 18, /* Digital Active - scb[2].uart_rts:0 */ 909 P9_2_SCB2_SPI_CLK = 20, /* Digital Active - scb[2].spi_clk:0 */ 910 P9_2_PASS_DSI_CTB_CMP0 = 22, /* Digital Active - pass.dsi_ctb_cmp0:1 */ 911 P9_2_TCPWM0_TR_ONE_CNT_IN257 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:3 */ 912 P9_2_CPUSS_TRACE_DATA1 = 27, /* Digital Active - cpuss.trace_data[1]:1 */ 913 914 /* P9.3 */ 915 P9_3_GPIO = 0, /* GPIO controls 'out' */ 916 P9_3_AMUXA = 4, /* Analog mux bus A */ 917 P9_3_AMUXB = 5, /* Analog mux bus B */ 918 P9_3_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 919 P9_3_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 920 P9_3_TCPWM0_LINE_COMPL1 = 8, /* Digital Active - tcpwm[0].line_compl[1]:4 */ 921 P9_3_TCPWM0_LINE_COMPL261 = 9, /* Digital Active - tcpwm[0].line_compl[261]:3 */ 922 P9_3_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:42 */ 923 P9_3_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:42 */ 924 P9_3_LCD_COM43 = 12, /* Digital Deep Sleep - lcd.com[43]:0 */ 925 P9_3_LCD_SEG43 = 13, /* Digital Deep Sleep - lcd.seg[43]:0 */ 926 P9_3_SCB2_UART_CTS = 18, /* Digital Active - scb[2].uart_cts:0 */ 927 P9_3_SCB2_SPI_SELECT0 = 20, /* Digital Active - scb[2].spi_select0:0 */ 928 P9_3_PASS_DSI_CTB_CMP1 = 22, /* Digital Active - pass.dsi_ctb_cmp1:1 */ 929 P9_3_TCPWM0_TR_ONE_CNT_IN258 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:3 */ 930 P9_3_CPUSS_TRACE_DATA0 = 27, /* Digital Active - cpuss.trace_data[0]:1 */ 931 P9_3_SRSS_DDFT_PIN_IN1 = 31, /* Digital Deep Sleep - srss.ddft_pin_in[1]:1 */ 932 933 /* P10.0 */ 934 P10_0_GPIO = 0, /* GPIO controls 'out' */ 935 P10_0_AMUXA = 4, /* Analog mux bus A */ 936 P10_0_AMUXB = 5, /* Analog mux bus B */ 937 P10_0_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 938 P10_0_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 939 P10_0_TCPWM0_LINE2 = 8, /* Digital Active - tcpwm[0].line[2]:4 */ 940 P10_0_TCPWM0_LINE262 = 9, /* Digital Active - tcpwm[0].line[262]:2 */ 941 P10_0_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:45 */ 942 P10_0_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:45 */ 943 P10_0_LCD_COM44 = 12, /* Digital Deep Sleep - lcd.com[44]:0 */ 944 P10_0_LCD_SEG44 = 13, /* Digital Deep Sleep - lcd.seg[44]:0 */ 945 P10_0_SCB1_UART_RX = 18, /* Digital Active - scb[1].uart_rx:0 */ 946 P10_0_SCB1_I2C_SCL = 19, /* Digital Active - scb[1].i2c_scl:0 */ 947 P10_0_SCB1_SPI_MOSI = 20, /* Digital Active - scb[1].spi_mosi:0 */ 948 P10_0_TCPWM0_TR_ONE_CNT_IN261 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:3 */ 949 P10_0_PERI_TR_IO_INPUT20 = 24, /* Digital Active - peri.tr_io_input[20]:0 */ 950 P10_0_CPUSS_TRACE_DATA3 = 27, /* Digital Active - cpuss.trace_data[3]:0 */ 951 952 /* P10.1 */ 953 P10_1_GPIO = 0, /* GPIO controls 'out' */ 954 P10_1_AMUXA = 4, /* Analog mux bus A */ 955 P10_1_AMUXB = 5, /* Analog mux bus B */ 956 P10_1_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 957 P10_1_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 958 P10_1_TCPWM0_LINE_COMPL2 = 8, /* Digital Active - tcpwm[0].line_compl[2]:4 */ 959 P10_1_TCPWM0_LINE_COMPL262 = 9, /* Digital Active - tcpwm[0].line_compl[262]:2 */ 960 P10_1_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:46 */ 961 P10_1_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:46 */ 962 P10_1_LCD_COM45 = 12, /* Digital Deep Sleep - lcd.com[45]:0 */ 963 P10_1_LCD_SEG45 = 13, /* Digital Deep Sleep - lcd.seg[45]:0 */ 964 P10_1_SCB1_UART_TX = 18, /* Digital Active - scb[1].uart_tx:0 */ 965 P10_1_SCB1_I2C_SDA = 19, /* Digital Active - scb[1].i2c_sda:0 */ 966 P10_1_SCB1_SPI_MISO = 20, /* Digital Active - scb[1].spi_miso:0 */ 967 P10_1_TCPWM0_TR_ONE_CNT_IN262 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:3 */ 968 P10_1_PERI_TR_IO_INPUT21 = 24, /* Digital Active - peri.tr_io_input[21]:0 */ 969 P10_1_CPUSS_TRACE_DATA2 = 27, /* Digital Active - cpuss.trace_data[2]:0 */ 970 971 /* P10.2 */ 972 P10_2_GPIO = 0, /* GPIO controls 'out' */ 973 P10_2_AMUXA = 4, /* Analog mux bus A */ 974 P10_2_AMUXB = 5, /* Analog mux bus B */ 975 P10_2_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 976 P10_2_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 977 P10_2_TCPWM0_LINE3 = 8, /* Digital Active - tcpwm[0].line[3]:4 */ 978 P10_2_TCPWM0_LINE263 = 9, /* Digital Active - tcpwm[0].line[263]:2 */ 979 P10_2_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:47 */ 980 P10_2_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:47 */ 981 P10_2_LCD_COM46 = 12, /* Digital Deep Sleep - lcd.com[46]:0 */ 982 P10_2_LCD_SEG46 = 13, /* Digital Deep Sleep - lcd.seg[46]:0 */ 983 P10_2_SCB1_UART_RTS = 18, /* Digital Active - scb[1].uart_rts:0 */ 984 P10_2_SCB1_SPI_CLK = 20, /* Digital Active - scb[1].spi_clk:0 */ 985 P10_2_TCPWM0_TR_ONE_CNT_IN263 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:3 */ 986 P10_2_CPUSS_TRACE_DATA1 = 27, /* Digital Active - cpuss.trace_data[1]:0 */ 987 988 /* P10.3 */ 989 P10_3_GPIO = 0, /* GPIO controls 'out' */ 990 P10_3_AMUXA = 4, /* Analog mux bus A */ 991 P10_3_AMUXB = 5, /* Analog mux bus B */ 992 P10_3_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 993 P10_3_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 994 P10_3_TCPWM0_LINE_COMPL3 = 8, /* Digital Active - tcpwm[0].line_compl[3]:4 */ 995 P10_3_TCPWM0_LINE_COMPL263 = 9, /* Digital Active - tcpwm[0].line_compl[263]:2 */ 996 P10_3_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:48 */ 997 P10_3_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:48 */ 998 P10_3_LCD_COM47 = 12, /* Digital Deep Sleep - lcd.com[47]:0 */ 999 P10_3_LCD_SEG47 = 13, /* Digital Deep Sleep - lcd.seg[47]:0 */ 1000 P10_3_SCB1_UART_CTS = 18, /* Digital Active - scb[1].uart_cts:0 */ 1001 P10_3_SCB1_SPI_SELECT0 = 20, /* Digital Active - scb[1].spi_select0:0 */ 1002 P10_3_TCPWM0_TR_ONE_CNT_IN0 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:4 */ 1003 P10_3_CPUSS_TRACE_DATA0 = 27, /* Digital Active - cpuss.trace_data[0]:0 */ 1004 1005 /* P10.4 */ 1006 P10_4_GPIO = 0, /* GPIO controls 'out' */ 1007 P10_4_AMUXA = 4, /* Analog mux bus A */ 1008 P10_4_AMUXB = 5, /* Analog mux bus B */ 1009 P10_4_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 1010 P10_4_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 1011 P10_4_TCPWM0_LINE0 = 8, /* Digital Active - tcpwm[0].line[0]:5 */ 1012 P10_4_TCPWM0_LINE256 = 9, /* Digital Active - tcpwm[0].line[256]:2 */ 1013 P10_4_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:49 */ 1014 P10_4_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:49 */ 1015 P10_4_LCD_COM48 = 12, /* Digital Deep Sleep - lcd.com[48]:0 */ 1016 P10_4_LCD_SEG48 = 13, /* Digital Deep Sleep - lcd.seg[48]:0 */ 1017 P10_4_SCB1_SPI_SELECT1 = 20, /* Digital Active - scb[1].spi_select1:0 */ 1018 P10_4_TCPWM0_TR_ONE_CNT_IN1 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:4 */ 1019 1020 /* P10.5 */ 1021 P10_5_GPIO = 0, /* GPIO controls 'out' */ 1022 P10_5_AMUXA = 4, /* Analog mux bus A */ 1023 P10_5_AMUXB = 5, /* Analog mux bus B */ 1024 P10_5_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 1025 P10_5_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 1026 P10_5_TCPWM0_LINE_COMPL0 = 8, /* Digital Active - tcpwm[0].line_compl[0]:5 */ 1027 P10_5_TCPWM0_LINE_COMPL256 = 9, /* Digital Active - tcpwm[0].line_compl[256]:2 */ 1028 P10_5_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:50 */ 1029 P10_5_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:50 */ 1030 P10_5_LCD_COM49 = 12, /* Digital Deep Sleep - lcd.com[49]:0 */ 1031 P10_5_LCD_SEG49 = 13, /* Digital Deep Sleep - lcd.seg[49]:0 */ 1032 P10_5_SCB1_SPI_SELECT2 = 20, /* Digital Active - scb[1].spi_select2:0 */ 1033 P10_5_TCPWM0_TR_ONE_CNT_IN2 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:4 */ 1034 1035 /* P10.6 */ 1036 P10_6_GPIO = 0, /* GPIO controls 'out' */ 1037 P10_6_AMUXA = 4, /* Analog mux bus A */ 1038 P10_6_AMUXB = 5, /* Analog mux bus B */ 1039 P10_6_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 1040 P10_6_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 1041 P10_6_TCPWM0_LINE1 = 8, /* Digital Active - tcpwm[0].line[1]:5 */ 1042 P10_6_TCPWM0_LINE257 = 9, /* Digital Active - tcpwm[0].line[257]:2 */ 1043 P10_6_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:51 */ 1044 P10_6_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:51 */ 1045 P10_6_LCD_COM50 = 12, /* Digital Deep Sleep - lcd.com[50]:0 */ 1046 P10_6_LCD_SEG50 = 13, /* Digital Deep Sleep - lcd.seg[50]:0 */ 1047 P10_6_SCB1_SPI_SELECT3 = 20, /* Digital Active - scb[1].spi_select3:0 */ 1048 P10_6_TCPWM0_TR_ONE_CNT_IN3 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:4 */ 1049 P10_6_PERI_TR_IO_INPUT22 = 24, /* Digital Active - peri.tr_io_input[22]:0 */ 1050 1051 /* P10.7 */ 1052 P10_7_GPIO = 0, /* GPIO controls 'out' */ 1053 P10_7_AMUXA = 4, /* Analog mux bus A */ 1054 P10_7_AMUXB = 5, /* Analog mux bus B */ 1055 P10_7_AMUXA_DSI = 6, /* Analog mux bus A, DSI control */ 1056 P10_7_AMUXB_DSI = 7, /* Analog mux bus B, DSI control */ 1057 P10_7_TCPWM0_LINE_COMPL1 = 8, /* Digital Active - tcpwm[0].line_compl[1]:5 */ 1058 P10_7_TCPWM0_LINE_COMPL257 = 9, /* Digital Active - tcpwm[0].line_compl[257]:2 */ 1059 P10_7_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:52 */ 1060 P10_7_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:52 */ 1061 P10_7_LCD_COM51 = 12, /* Digital Deep Sleep - lcd.com[51]:0 */ 1062 P10_7_LCD_SEG51 = 13, /* Digital Deep Sleep - lcd.seg[51]:0 */ 1063 P10_7_SMIF_SPI_SELECT2 = 17, /* Digital Active - smif.spi_select2 */ 1064 P10_7_TCPWM0_TR_ONE_CNT_IN256 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:4 */ 1065 P10_7_PERI_TR_IO_INPUT23 = 24, /* Digital Active - peri.tr_io_input[23]:0 */ 1066 1067 /* P11.2 */ 1068 P11_2_GPIO = 0, /* GPIO controls 'out' */ 1069 P11_2_TCPWM0_LINE3 = 8, /* Digital Active - tcpwm[0].line[3]:5 */ 1070 P11_2_TCPWM0_LINE259 = 9, /* Digital Active - tcpwm[0].line[259]:2 */ 1071 P11_2_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:54 */ 1072 P11_2_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:54 */ 1073 P11_2_LCD_COM54 = 12, /* Digital Deep Sleep - lcd.com[54]:0 */ 1074 P11_2_LCD_SEG54 = 13, /* Digital Deep Sleep - lcd.seg[54]:0 */ 1075 P11_2_SMIF_SPI_SELECT0 = 17, /* Digital Active - smif.spi_select0 */ 1076 P11_2_SCB5_UART_RTS = 18, /* Digital Active - scb[5].uart_rts:0 */ 1077 P11_2_SCB5_SPI_CLK = 20, /* Digital Active - scb[5].spi_clk:0 */ 1078 P11_2_TCPWM0_TR_ONE_CNT_IN258 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:4 */ 1079 1080 /* P11.3 */ 1081 P11_3_GPIO = 0, /* GPIO controls 'out' */ 1082 P11_3_TCPWM0_LINE_COMPL3 = 8, /* Digital Active - tcpwm[0].line_compl[3]:5 */ 1083 P11_3_TCPWM0_LINE_COMPL259 = 9, /* Digital Active - tcpwm[0].line_compl[259]:2 */ 1084 P11_3_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:55 */ 1085 P11_3_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:55 */ 1086 P11_3_LCD_COM55 = 12, /* Digital Deep Sleep - lcd.com[55]:0 */ 1087 P11_3_LCD_SEG55 = 13, /* Digital Deep Sleep - lcd.seg[55]:0 */ 1088 P11_3_SMIF_SPI_DATA3 = 17, /* Digital Active - smif.spi_data3 */ 1089 P11_3_SCB5_UART_CTS = 18, /* Digital Active - scb[5].uart_cts:0 */ 1090 P11_3_SCB5_SPI_SELECT0 = 20, /* Digital Active - scb[5].spi_select0:0 */ 1091 P11_3_TCPWM0_TR_ONE_CNT_IN259 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[259]:4 */ 1092 P11_3_PERI_TR_IO_OUTPUT0 = 25, /* Digital Active - peri.tr_io_output[0]:0 */ 1093 1094 /* P11.4 */ 1095 P11_4_GPIO = 0, /* GPIO controls 'out' */ 1096 P11_4_TCPWM0_LINE0 = 8, /* Digital Active - tcpwm[0].line[0]:6 */ 1097 P11_4_TCPWM0_LINE260 = 9, /* Digital Active - tcpwm[0].line[260]:3 */ 1098 P11_4_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:56 */ 1099 P11_4_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:56 */ 1100 P11_4_LCD_COM56 = 12, /* Digital Deep Sleep - lcd.com[56]:0 */ 1101 P11_4_LCD_SEG56 = 13, /* Digital Deep Sleep - lcd.seg[56]:0 */ 1102 P11_4_SMIF_SPI_DATA2 = 17, /* Digital Active - smif.spi_data2 */ 1103 P11_4_SCB5_SPI_SELECT1 = 20, /* Digital Active - scb[5].spi_select1:0 */ 1104 P11_4_TCPWM0_TR_ONE_CNT_IN260 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[260]:4 */ 1105 P11_4_PERI_TR_IO_OUTPUT1 = 25, /* Digital Active - peri.tr_io_output[1]:0 */ 1106 1107 /* P11.5 */ 1108 P11_5_GPIO = 0, /* GPIO controls 'out' */ 1109 P11_5_TCPWM0_LINE_COMPL0 = 8, /* Digital Active - tcpwm[0].line_compl[0]:6 */ 1110 P11_5_TCPWM0_LINE_COMPL260 = 9, /* Digital Active - tcpwm[0].line_compl[260]:3 */ 1111 P11_5_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:57 */ 1112 P11_5_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:57 */ 1113 P11_5_LCD_COM57 = 12, /* Digital Deep Sleep - lcd.com[57]:0 */ 1114 P11_5_LCD_SEG57 = 13, /* Digital Deep Sleep - lcd.seg[57]:0 */ 1115 P11_5_SMIF_SPI_DATA1 = 17, /* Digital Active - smif.spi_data1 */ 1116 P11_5_SCB5_SPI_SELECT2 = 20, /* Digital Active - scb[5].spi_select2:0 */ 1117 P11_5_TCPWM0_TR_ONE_CNT_IN261 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:4 */ 1118 1119 /* P11.6 */ 1120 P11_6_GPIO = 0, /* GPIO controls 'out' */ 1121 P11_6_TCPWM0_LINE1 = 8, /* Digital Active - tcpwm[0].line[1]:6 */ 1122 P11_6_TCPWM0_LINE261 = 9, /* Digital Active - tcpwm[0].line[261]:3 */ 1123 P11_6_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:58 */ 1124 P11_6_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:58 */ 1125 P11_6_LCD_COM58 = 12, /* Digital Deep Sleep - lcd.com[58]:0 */ 1126 P11_6_LCD_SEG58 = 13, /* Digital Deep Sleep - lcd.seg[58]:0 */ 1127 P11_6_SMIF_SPI_DATA0 = 17, /* Digital Active - smif.spi_data0 */ 1128 P11_6_SCB5_SPI_SELECT3 = 20, /* Digital Active - scb[5].spi_select3:0 */ 1129 P11_6_TCPWM0_TR_ONE_CNT_IN262 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:4 */ 1130 1131 /* P11.7 */ 1132 P11_7_GPIO = 0, /* GPIO controls 'out' */ 1133 P11_7_TCPWM0_LINE_COMPL1 = 8, /* Digital Active - tcpwm[0].line_compl[1]:6 */ 1134 P11_7_TCPWM0_LINE_COMPL261 = 9, /* Digital Active - tcpwm[0].line_compl[261]:2 */ 1135 P11_7_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:59 */ 1136 P11_7_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:59 */ 1137 P11_7_LCD_COM59 = 12, /* Digital Deep Sleep - lcd.com[59]:0 */ 1138 P11_7_LCD_SEG59 = 13, /* Digital Deep Sleep - lcd.seg[59]:0 */ 1139 P11_7_SMIF_SPI_CLK = 17, /* Digital Active - smif.spi_clk */ 1140 P11_7_TCPWM0_TR_ONE_CNT_IN263 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:4 */ 1141 1142 /* P12.6 */ 1143 P12_6_GPIO = 0, /* GPIO controls 'out' */ 1144 P12_6_TCPWM0_LINE3 = 8, /* Digital Active - tcpwm[0].line[3]:6 */ 1145 P12_6_TCPWM0_LINE263 = 9, /* Digital Active - tcpwm[0].line[263]:3 */ 1146 P12_6_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:60 */ 1147 P12_6_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:60 */ 1148 P12_6_LCD_COM2 = 12, /* Digital Deep Sleep - lcd.com[2]:1 */ 1149 P12_6_LCD_SEG2 = 13, /* Digital Deep Sleep - lcd.seg[2]:1 */ 1150 P12_6_TCPWM0_TR_ONE_CNT_IN0 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:5 */ 1151 1152 /* P12.7 */ 1153 P12_7_GPIO = 0, /* GPIO controls 'out' */ 1154 P12_7_TCPWM0_LINE_COMPL3 = 8, /* Digital Active - tcpwm[0].line_compl[3]:6 */ 1155 P12_7_TCPWM0_LINE_COMPL263 = 9, /* Digital Active - tcpwm[0].line_compl[263]:3 */ 1156 P12_7_CSD_CSD_TX = 10, /* Digital Active - csd.csd_tx:61 */ 1157 P12_7_CSD_CSD_TX_N = 11, /* Digital Active - csd.csd_tx_n:61 */ 1158 P12_7_LCD_COM3 = 12, /* Digital Deep Sleep - lcd.com[3]:1 */ 1159 P12_7_LCD_SEG3 = 13, /* Digital Deep Sleep - lcd.seg[3]:1 */ 1160 P12_7_TCPWM0_TR_ONE_CNT_IN1 = 23, /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:5 */ 1161 1162 /* USBDP */ 1163 USBDP_GPIO = 0, /* GPIO controls 'out' */ 1164 1165 /* USBDM */ 1166 USBDM_GPIO = 0 /* GPIO controls 'out' */ 1167 } en_hsiom_sel_t; 1168 1169 #endif /* _GPIO_PSOC6_04_68_QFN_H_ */ 1170 1171 1172 /* [] END OF FILE */ 1173