1 /****************************************************************************** 2 * Filename: hw_gpio_h 3 * Revised: 2015-11-12 13:07:02 +0100 (Thu, 12 Nov 2015) 4 * Revision: 45056 5 * 6 * Copyright (c) 2015, Texas Instruments Incorporated 7 * All rights reserved. 8 * 9 * Redistribution and use in source and binary forms, with or without 10 * modification, are permitted provided that the following conditions are met: 11 * 12 * 1) Redistributions of source code must retain the above copyright notice, 13 * this list of conditions and the following disclaimer. 14 * 15 * 2) Redistributions in binary form must reproduce the above copyright notice, 16 * this list of conditions and the following disclaimer in the documentation 17 * and/or other materials provided with the distribution. 18 * 19 * 3) Neither the name of the ORGANIZATION nor the names of its contributors may 20 * be used to endorse or promote products derived from this software without 21 * specific prior written permission. 22 * 23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 24 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 27 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 28 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 29 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 30 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 32 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 33 * POSSIBILITY OF SUCH DAMAGE. 34 * 35 ******************************************************************************/ 36 37 #ifndef __HW_GPIO_H__ 38 #define __HW_GPIO_H__ 39 40 //***************************************************************************** 41 // 42 // This section defines the register offsets of 43 // GPIO component 44 // 45 //***************************************************************************** 46 // Data Out 0 to 3 47 #define GPIO_O_DOUT3_0 0x00000000 48 49 // Data Out 4 to 7 50 #define GPIO_O_DOUT7_4 0x00000004 51 52 // Data Out 8 to 11 53 #define GPIO_O_DOUT11_8 0x00000008 54 55 // Data Out 12 to 15 56 #define GPIO_O_DOUT15_12 0x0000000C 57 58 // Data Out 16 to 19 59 #define GPIO_O_DOUT19_16 0x00000010 60 61 // Data Out 20 to 23 62 #define GPIO_O_DOUT23_20 0x00000014 63 64 // Data Out 24 to 27 65 #define GPIO_O_DOUT27_24 0x00000018 66 67 // Data Out 28 to 31 68 #define GPIO_O_DOUT31_28 0x0000001C 69 70 // Data Output for DIO 0 to 31 71 #define GPIO_O_DOUT31_0 0x00000080 72 73 // Data Out Set 74 #define GPIO_O_DOUTSET31_0 0x00000090 75 76 // Data Out Clear 77 #define GPIO_O_DOUTCLR31_0 0x000000A0 78 79 // Data Out Toggle 80 #define GPIO_O_DOUTTGL31_0 0x000000B0 81 82 // Data Input from DIO 0 to 31 83 #define GPIO_O_DIN31_0 0x000000C0 84 85 // Data Output Enable for DIO 0 to 31 86 #define GPIO_O_DOE31_0 0x000000D0 87 88 // Event Register for DIO 0 to 31 89 #define GPIO_O_EVFLAGS31_0 0x000000E0 90 91 //***************************************************************************** 92 // 93 // Register: GPIO_O_DOUT3_0 94 // 95 //***************************************************************************** 96 // Field: [24] DIO3 97 // 98 // Sets the state of the pin that is configured as DIO#3, if the corresponding 99 // DOE31_0 bitfield is set. 100 #define GPIO_DOUT3_0_DIO3 0x01000000 101 #define GPIO_DOUT3_0_DIO3_BITN 24 102 #define GPIO_DOUT3_0_DIO3_M 0x01000000 103 #define GPIO_DOUT3_0_DIO3_S 24 104 105 // Field: [16] DIO2 106 // 107 // Sets the state of the pin that is configured as DIO#2, if the corresponding 108 // DOE31_0 bitfield is set. 109 #define GPIO_DOUT3_0_DIO2 0x00010000 110 #define GPIO_DOUT3_0_DIO2_BITN 16 111 #define GPIO_DOUT3_0_DIO2_M 0x00010000 112 #define GPIO_DOUT3_0_DIO2_S 16 113 114 // Field: [8] DIO1 115 // 116 // Sets the state of the pin that is configured as DIO#1, if the corresponding 117 // DOE31_0 bitfield is set. 118 #define GPIO_DOUT3_0_DIO1 0x00000100 119 #define GPIO_DOUT3_0_DIO1_BITN 8 120 #define GPIO_DOUT3_0_DIO1_M 0x00000100 121 #define GPIO_DOUT3_0_DIO1_S 8 122 123 // Field: [0] DIO0 124 // 125 // Sets the state of the pin that is configured as DIO#0, if the corresponding 126 // DOE31_0 bitfield is set. 127 #define GPIO_DOUT3_0_DIO0 0x00000001 128 #define GPIO_DOUT3_0_DIO0_BITN 0 129 #define GPIO_DOUT3_0_DIO0_M 0x00000001 130 #define GPIO_DOUT3_0_DIO0_S 0 131 132 //***************************************************************************** 133 // 134 // Register: GPIO_O_DOUT7_4 135 // 136 //***************************************************************************** 137 // Field: [24] DIO7 138 // 139 // Sets the state of the pin that is configured as DIO#7, if the corresponding 140 // DOE31_0 bitfield is set. 141 #define GPIO_DOUT7_4_DIO7 0x01000000 142 #define GPIO_DOUT7_4_DIO7_BITN 24 143 #define GPIO_DOUT7_4_DIO7_M 0x01000000 144 #define GPIO_DOUT7_4_DIO7_S 24 145 146 // Field: [16] DIO6 147 // 148 // Sets the state of the pin that is configured as DIO#6, if the corresponding 149 // DOE31_0 bitfield is set. 150 #define GPIO_DOUT7_4_DIO6 0x00010000 151 #define GPIO_DOUT7_4_DIO6_BITN 16 152 #define GPIO_DOUT7_4_DIO6_M 0x00010000 153 #define GPIO_DOUT7_4_DIO6_S 16 154 155 // Field: [8] DIO5 156 // 157 // Sets the state of the pin that is configured as DIO#5, if the corresponding 158 // DOE31_0 bitfield is set. 159 #define GPIO_DOUT7_4_DIO5 0x00000100 160 #define GPIO_DOUT7_4_DIO5_BITN 8 161 #define GPIO_DOUT7_4_DIO5_M 0x00000100 162 #define GPIO_DOUT7_4_DIO5_S 8 163 164 // Field: [0] DIO4 165 // 166 // Sets the state of the pin that is configured as DIO#4, if the corresponding 167 // DOE31_0 bitfield is set. 168 #define GPIO_DOUT7_4_DIO4 0x00000001 169 #define GPIO_DOUT7_4_DIO4_BITN 0 170 #define GPIO_DOUT7_4_DIO4_M 0x00000001 171 #define GPIO_DOUT7_4_DIO4_S 0 172 173 //***************************************************************************** 174 // 175 // Register: GPIO_O_DOUT11_8 176 // 177 //***************************************************************************** 178 // Field: [24] DIO11 179 // 180 // Sets the state of the pin that is configured as DIO#11, if the corresponding 181 // DOE31_0 bitfield is set. 182 #define GPIO_DOUT11_8_DIO11 0x01000000 183 #define GPIO_DOUT11_8_DIO11_BITN 24 184 #define GPIO_DOUT11_8_DIO11_M 0x01000000 185 #define GPIO_DOUT11_8_DIO11_S 24 186 187 // Field: [16] DIO10 188 // 189 // Sets the state of the pin that is configured as DIO#10, if the corresponding 190 // DOE31_0 bitfield is set. 191 #define GPIO_DOUT11_8_DIO10 0x00010000 192 #define GPIO_DOUT11_8_DIO10_BITN 16 193 #define GPIO_DOUT11_8_DIO10_M 0x00010000 194 #define GPIO_DOUT11_8_DIO10_S 16 195 196 // Field: [8] DIO9 197 // 198 // Sets the state of the pin that is configured as DIO#9, if the corresponding 199 // DOE31_0 bitfield is set. 200 #define GPIO_DOUT11_8_DIO9 0x00000100 201 #define GPIO_DOUT11_8_DIO9_BITN 8 202 #define GPIO_DOUT11_8_DIO9_M 0x00000100 203 #define GPIO_DOUT11_8_DIO9_S 8 204 205 // Field: [0] DIO8 206 // 207 // Sets the state of the pin that is configured as DIO#8, if the corresponding 208 // DOE31_0 bitfield is set. 209 #define GPIO_DOUT11_8_DIO8 0x00000001 210 #define GPIO_DOUT11_8_DIO8_BITN 0 211 #define GPIO_DOUT11_8_DIO8_M 0x00000001 212 #define GPIO_DOUT11_8_DIO8_S 0 213 214 //***************************************************************************** 215 // 216 // Register: GPIO_O_DOUT15_12 217 // 218 //***************************************************************************** 219 // Field: [24] DIO15 220 // 221 // Sets the state of the pin that is configured as DIO#15, if the corresponding 222 // DOE31_0 bitfield is set. 223 #define GPIO_DOUT15_12_DIO15 0x01000000 224 #define GPIO_DOUT15_12_DIO15_BITN 24 225 #define GPIO_DOUT15_12_DIO15_M 0x01000000 226 #define GPIO_DOUT15_12_DIO15_S 24 227 228 // Field: [16] DIO14 229 // 230 // Sets the state of the pin that is configured as DIO#14, if the corresponding 231 // DOE31_0 bitfield is set. 232 #define GPIO_DOUT15_12_DIO14 0x00010000 233 #define GPIO_DOUT15_12_DIO14_BITN 16 234 #define GPIO_DOUT15_12_DIO14_M 0x00010000 235 #define GPIO_DOUT15_12_DIO14_S 16 236 237 // Field: [8] DIO13 238 // 239 // Sets the state of the pin that is configured as DIO#13, if the corresponding 240 // DOE31_0 bitfield is set. 241 #define GPIO_DOUT15_12_DIO13 0x00000100 242 #define GPIO_DOUT15_12_DIO13_BITN 8 243 #define GPIO_DOUT15_12_DIO13_M 0x00000100 244 #define GPIO_DOUT15_12_DIO13_S 8 245 246 // Field: [0] DIO12 247 // 248 // Sets the state of the pin that is configured as DIO#12, if the corresponding 249 // DOE31_0 bitfield is set. 250 #define GPIO_DOUT15_12_DIO12 0x00000001 251 #define GPIO_DOUT15_12_DIO12_BITN 0 252 #define GPIO_DOUT15_12_DIO12_M 0x00000001 253 #define GPIO_DOUT15_12_DIO12_S 0 254 255 //***************************************************************************** 256 // 257 // Register: GPIO_O_DOUT19_16 258 // 259 //***************************************************************************** 260 // Field: [24] DIO19 261 // 262 // Sets the state of the pin that is configured as DIO#19, if the corresponding 263 // DOE31_0 bitfield is set. 264 #define GPIO_DOUT19_16_DIO19 0x01000000 265 #define GPIO_DOUT19_16_DIO19_BITN 24 266 #define GPIO_DOUT19_16_DIO19_M 0x01000000 267 #define GPIO_DOUT19_16_DIO19_S 24 268 269 // Field: [16] DIO18 270 // 271 // Sets the state of the pin that is configured as DIO#18, if the corresponding 272 // DOE31_0 bitfield is set. 273 #define GPIO_DOUT19_16_DIO18 0x00010000 274 #define GPIO_DOUT19_16_DIO18_BITN 16 275 #define GPIO_DOUT19_16_DIO18_M 0x00010000 276 #define GPIO_DOUT19_16_DIO18_S 16 277 278 // Field: [8] DIO17 279 // 280 // Sets the state of the pin that is configured as DIO#17, if the corresponding 281 // DOE31_0 bitfield is set. 282 #define GPIO_DOUT19_16_DIO17 0x00000100 283 #define GPIO_DOUT19_16_DIO17_BITN 8 284 #define GPIO_DOUT19_16_DIO17_M 0x00000100 285 #define GPIO_DOUT19_16_DIO17_S 8 286 287 // Field: [0] DIO16 288 // 289 // Sets the state of the pin that is configured as DIO#16, if the corresponding 290 // DOE31_0 bitfield is set. 291 #define GPIO_DOUT19_16_DIO16 0x00000001 292 #define GPIO_DOUT19_16_DIO16_BITN 0 293 #define GPIO_DOUT19_16_DIO16_M 0x00000001 294 #define GPIO_DOUT19_16_DIO16_S 0 295 296 //***************************************************************************** 297 // 298 // Register: GPIO_O_DOUT23_20 299 // 300 //***************************************************************************** 301 // Field: [24] DIO23 302 // 303 // Sets the state of the pin that is configured as DIO#23, if the corresponding 304 // DOE31_0 bitfield is set. 305 #define GPIO_DOUT23_20_DIO23 0x01000000 306 #define GPIO_DOUT23_20_DIO23_BITN 24 307 #define GPIO_DOUT23_20_DIO23_M 0x01000000 308 #define GPIO_DOUT23_20_DIO23_S 24 309 310 // Field: [16] DIO22 311 // 312 // Sets the state of the pin that is configured as DIO#22, if the corresponding 313 // DOE31_0 bitfield is set. 314 #define GPIO_DOUT23_20_DIO22 0x00010000 315 #define GPIO_DOUT23_20_DIO22_BITN 16 316 #define GPIO_DOUT23_20_DIO22_M 0x00010000 317 #define GPIO_DOUT23_20_DIO22_S 16 318 319 // Field: [8] DIO21 320 // 321 // Sets the state of the pin that is configured as DIO#21, if the corresponding 322 // DOE31_0 bitfield is set. 323 #define GPIO_DOUT23_20_DIO21 0x00000100 324 #define GPIO_DOUT23_20_DIO21_BITN 8 325 #define GPIO_DOUT23_20_DIO21_M 0x00000100 326 #define GPIO_DOUT23_20_DIO21_S 8 327 328 // Field: [0] DIO20 329 // 330 // Sets the state of the pin that is configured as DIO#20, if the corresponding 331 // DOE31_0 bitfield is set. 332 #define GPIO_DOUT23_20_DIO20 0x00000001 333 #define GPIO_DOUT23_20_DIO20_BITN 0 334 #define GPIO_DOUT23_20_DIO20_M 0x00000001 335 #define GPIO_DOUT23_20_DIO20_S 0 336 337 //***************************************************************************** 338 // 339 // Register: GPIO_O_DOUT27_24 340 // 341 //***************************************************************************** 342 // Field: [24] DIO27 343 // 344 // Sets the state of the pin that is configured as DIO#27, if the corresponding 345 // DOE31_0 bitfield is set. 346 #define GPIO_DOUT27_24_DIO27 0x01000000 347 #define GPIO_DOUT27_24_DIO27_BITN 24 348 #define GPIO_DOUT27_24_DIO27_M 0x01000000 349 #define GPIO_DOUT27_24_DIO27_S 24 350 351 // Field: [16] DIO26 352 // 353 // Sets the state of the pin that is configured as DIO#26, if the corresponding 354 // DOE31_0 bitfield is set. 355 #define GPIO_DOUT27_24_DIO26 0x00010000 356 #define GPIO_DOUT27_24_DIO26_BITN 16 357 #define GPIO_DOUT27_24_DIO26_M 0x00010000 358 #define GPIO_DOUT27_24_DIO26_S 16 359 360 // Field: [8] DIO25 361 // 362 // Sets the state of the pin that is configured as DIO#25, if the corresponding 363 // DOE31_0 bitfield is set. 364 #define GPIO_DOUT27_24_DIO25 0x00000100 365 #define GPIO_DOUT27_24_DIO25_BITN 8 366 #define GPIO_DOUT27_24_DIO25_M 0x00000100 367 #define GPIO_DOUT27_24_DIO25_S 8 368 369 // Field: [0] DIO24 370 // 371 // Sets the state of the pin that is configured as DIO#24, if the corresponding 372 // DOE31_0 bitfield is set. 373 #define GPIO_DOUT27_24_DIO24 0x00000001 374 #define GPIO_DOUT27_24_DIO24_BITN 0 375 #define GPIO_DOUT27_24_DIO24_M 0x00000001 376 #define GPIO_DOUT27_24_DIO24_S 0 377 378 //***************************************************************************** 379 // 380 // Register: GPIO_O_DOUT31_28 381 // 382 //***************************************************************************** 383 // Field: [24] DIO31 384 // 385 // Sets the state of the pin that is configured as DIO#31, if the corresponding 386 // DOE31_0 bitfield is set. 387 #define GPIO_DOUT31_28_DIO31 0x01000000 388 #define GPIO_DOUT31_28_DIO31_BITN 24 389 #define GPIO_DOUT31_28_DIO31_M 0x01000000 390 #define GPIO_DOUT31_28_DIO31_S 24 391 392 // Field: [16] DIO30 393 // 394 // Sets the state of the pin that is configured as DIO#30, if the corresponding 395 // DOE31_0 bitfield is set. 396 #define GPIO_DOUT31_28_DIO30 0x00010000 397 #define GPIO_DOUT31_28_DIO30_BITN 16 398 #define GPIO_DOUT31_28_DIO30_M 0x00010000 399 #define GPIO_DOUT31_28_DIO30_S 16 400 401 // Field: [8] DIO29 402 // 403 // Sets the state of the pin that is configured as DIO#29, if the corresponding 404 // DOE31_0 bitfield is set. 405 #define GPIO_DOUT31_28_DIO29 0x00000100 406 #define GPIO_DOUT31_28_DIO29_BITN 8 407 #define GPIO_DOUT31_28_DIO29_M 0x00000100 408 #define GPIO_DOUT31_28_DIO29_S 8 409 410 // Field: [0] DIO28 411 // 412 // Sets the state of the pin that is configured as DIO#28, if the corresponding 413 // DOE31_0 bitfield is set. 414 #define GPIO_DOUT31_28_DIO28 0x00000001 415 #define GPIO_DOUT31_28_DIO28_BITN 0 416 #define GPIO_DOUT31_28_DIO28_M 0x00000001 417 #define GPIO_DOUT31_28_DIO28_S 0 418 419 //***************************************************************************** 420 // 421 // Register: GPIO_O_DOUT31_0 422 // 423 //***************************************************************************** 424 // Field: [31] DIO31 425 // 426 // Data output for DIO 31 427 #define GPIO_DOUT31_0_DIO31 0x80000000 428 #define GPIO_DOUT31_0_DIO31_BITN 31 429 #define GPIO_DOUT31_0_DIO31_M 0x80000000 430 #define GPIO_DOUT31_0_DIO31_S 31 431 432 // Field: [30] DIO30 433 // 434 // Data output for DIO 30 435 #define GPIO_DOUT31_0_DIO30 0x40000000 436 #define GPIO_DOUT31_0_DIO30_BITN 30 437 #define GPIO_DOUT31_0_DIO30_M 0x40000000 438 #define GPIO_DOUT31_0_DIO30_S 30 439 440 // Field: [29] DIO29 441 // 442 // Data output for DIO 29 443 #define GPIO_DOUT31_0_DIO29 0x20000000 444 #define GPIO_DOUT31_0_DIO29_BITN 29 445 #define GPIO_DOUT31_0_DIO29_M 0x20000000 446 #define GPIO_DOUT31_0_DIO29_S 29 447 448 // Field: [28] DIO28 449 // 450 // Data output for DIO 28 451 #define GPIO_DOUT31_0_DIO28 0x10000000 452 #define GPIO_DOUT31_0_DIO28_BITN 28 453 #define GPIO_DOUT31_0_DIO28_M 0x10000000 454 #define GPIO_DOUT31_0_DIO28_S 28 455 456 // Field: [27] DIO27 457 // 458 // Data output for DIO 27 459 #define GPIO_DOUT31_0_DIO27 0x08000000 460 #define GPIO_DOUT31_0_DIO27_BITN 27 461 #define GPIO_DOUT31_0_DIO27_M 0x08000000 462 #define GPIO_DOUT31_0_DIO27_S 27 463 464 // Field: [26] DIO26 465 // 466 // Data output for DIO 26 467 #define GPIO_DOUT31_0_DIO26 0x04000000 468 #define GPIO_DOUT31_0_DIO26_BITN 26 469 #define GPIO_DOUT31_0_DIO26_M 0x04000000 470 #define GPIO_DOUT31_0_DIO26_S 26 471 472 // Field: [25] DIO25 473 // 474 // Data output for DIO 25 475 #define GPIO_DOUT31_0_DIO25 0x02000000 476 #define GPIO_DOUT31_0_DIO25_BITN 25 477 #define GPIO_DOUT31_0_DIO25_M 0x02000000 478 #define GPIO_DOUT31_0_DIO25_S 25 479 480 // Field: [24] DIO24 481 // 482 // Data output for DIO 24 483 #define GPIO_DOUT31_0_DIO24 0x01000000 484 #define GPIO_DOUT31_0_DIO24_BITN 24 485 #define GPIO_DOUT31_0_DIO24_M 0x01000000 486 #define GPIO_DOUT31_0_DIO24_S 24 487 488 // Field: [23] DIO23 489 // 490 // Data output for DIO 23 491 #define GPIO_DOUT31_0_DIO23 0x00800000 492 #define GPIO_DOUT31_0_DIO23_BITN 23 493 #define GPIO_DOUT31_0_DIO23_M 0x00800000 494 #define GPIO_DOUT31_0_DIO23_S 23 495 496 // Field: [22] DIO22 497 // 498 // Data output for DIO 22 499 #define GPIO_DOUT31_0_DIO22 0x00400000 500 #define GPIO_DOUT31_0_DIO22_BITN 22 501 #define GPIO_DOUT31_0_DIO22_M 0x00400000 502 #define GPIO_DOUT31_0_DIO22_S 22 503 504 // Field: [21] DIO21 505 // 506 // Data output for DIO 21 507 #define GPIO_DOUT31_0_DIO21 0x00200000 508 #define GPIO_DOUT31_0_DIO21_BITN 21 509 #define GPIO_DOUT31_0_DIO21_M 0x00200000 510 #define GPIO_DOUT31_0_DIO21_S 21 511 512 // Field: [20] DIO20 513 // 514 // Data output for DIO 20 515 #define GPIO_DOUT31_0_DIO20 0x00100000 516 #define GPIO_DOUT31_0_DIO20_BITN 20 517 #define GPIO_DOUT31_0_DIO20_M 0x00100000 518 #define GPIO_DOUT31_0_DIO20_S 20 519 520 // Field: [19] DIO19 521 // 522 // Data output for DIO 19 523 #define GPIO_DOUT31_0_DIO19 0x00080000 524 #define GPIO_DOUT31_0_DIO19_BITN 19 525 #define GPIO_DOUT31_0_DIO19_M 0x00080000 526 #define GPIO_DOUT31_0_DIO19_S 19 527 528 // Field: [18] DIO18 529 // 530 // Data output for DIO 18 531 #define GPIO_DOUT31_0_DIO18 0x00040000 532 #define GPIO_DOUT31_0_DIO18_BITN 18 533 #define GPIO_DOUT31_0_DIO18_M 0x00040000 534 #define GPIO_DOUT31_0_DIO18_S 18 535 536 // Field: [17] DIO17 537 // 538 // Data output for DIO 17 539 #define GPIO_DOUT31_0_DIO17 0x00020000 540 #define GPIO_DOUT31_0_DIO17_BITN 17 541 #define GPIO_DOUT31_0_DIO17_M 0x00020000 542 #define GPIO_DOUT31_0_DIO17_S 17 543 544 // Field: [16] DIO16 545 // 546 // Data output for DIO 16 547 #define GPIO_DOUT31_0_DIO16 0x00010000 548 #define GPIO_DOUT31_0_DIO16_BITN 16 549 #define GPIO_DOUT31_0_DIO16_M 0x00010000 550 #define GPIO_DOUT31_0_DIO16_S 16 551 552 // Field: [15] DIO15 553 // 554 // Data output for DIO 15 555 #define GPIO_DOUT31_0_DIO15 0x00008000 556 #define GPIO_DOUT31_0_DIO15_BITN 15 557 #define GPIO_DOUT31_0_DIO15_M 0x00008000 558 #define GPIO_DOUT31_0_DIO15_S 15 559 560 // Field: [14] DIO14 561 // 562 // Data output for DIO 14 563 #define GPIO_DOUT31_0_DIO14 0x00004000 564 #define GPIO_DOUT31_0_DIO14_BITN 14 565 #define GPIO_DOUT31_0_DIO14_M 0x00004000 566 #define GPIO_DOUT31_0_DIO14_S 14 567 568 // Field: [13] DIO13 569 // 570 // Data output for DIO 13 571 #define GPIO_DOUT31_0_DIO13 0x00002000 572 #define GPIO_DOUT31_0_DIO13_BITN 13 573 #define GPIO_DOUT31_0_DIO13_M 0x00002000 574 #define GPIO_DOUT31_0_DIO13_S 13 575 576 // Field: [12] DIO12 577 // 578 // Data output for DIO 12 579 #define GPIO_DOUT31_0_DIO12 0x00001000 580 #define GPIO_DOUT31_0_DIO12_BITN 12 581 #define GPIO_DOUT31_0_DIO12_M 0x00001000 582 #define GPIO_DOUT31_0_DIO12_S 12 583 584 // Field: [11] DIO11 585 // 586 // Data output for DIO 11 587 #define GPIO_DOUT31_0_DIO11 0x00000800 588 #define GPIO_DOUT31_0_DIO11_BITN 11 589 #define GPIO_DOUT31_0_DIO11_M 0x00000800 590 #define GPIO_DOUT31_0_DIO11_S 11 591 592 // Field: [10] DIO10 593 // 594 // Data output for DIO 10 595 #define GPIO_DOUT31_0_DIO10 0x00000400 596 #define GPIO_DOUT31_0_DIO10_BITN 10 597 #define GPIO_DOUT31_0_DIO10_M 0x00000400 598 #define GPIO_DOUT31_0_DIO10_S 10 599 600 // Field: [9] DIO9 601 // 602 // Data output for DIO 9 603 #define GPIO_DOUT31_0_DIO9 0x00000200 604 #define GPIO_DOUT31_0_DIO9_BITN 9 605 #define GPIO_DOUT31_0_DIO9_M 0x00000200 606 #define GPIO_DOUT31_0_DIO9_S 9 607 608 // Field: [8] DIO8 609 // 610 // Data output for DIO 8 611 #define GPIO_DOUT31_0_DIO8 0x00000100 612 #define GPIO_DOUT31_0_DIO8_BITN 8 613 #define GPIO_DOUT31_0_DIO8_M 0x00000100 614 #define GPIO_DOUT31_0_DIO8_S 8 615 616 // Field: [7] DIO7 617 // 618 // Data output for DIO 7 619 #define GPIO_DOUT31_0_DIO7 0x00000080 620 #define GPIO_DOUT31_0_DIO7_BITN 7 621 #define GPIO_DOUT31_0_DIO7_M 0x00000080 622 #define GPIO_DOUT31_0_DIO7_S 7 623 624 // Field: [6] DIO6 625 // 626 // Data output for DIO 6 627 #define GPIO_DOUT31_0_DIO6 0x00000040 628 #define GPIO_DOUT31_0_DIO6_BITN 6 629 #define GPIO_DOUT31_0_DIO6_M 0x00000040 630 #define GPIO_DOUT31_0_DIO6_S 6 631 632 // Field: [5] DIO5 633 // 634 // Data output for DIO 5 635 #define GPIO_DOUT31_0_DIO5 0x00000020 636 #define GPIO_DOUT31_0_DIO5_BITN 5 637 #define GPIO_DOUT31_0_DIO5_M 0x00000020 638 #define GPIO_DOUT31_0_DIO5_S 5 639 640 // Field: [4] DIO4 641 // 642 // Data output for DIO 4 643 #define GPIO_DOUT31_0_DIO4 0x00000010 644 #define GPIO_DOUT31_0_DIO4_BITN 4 645 #define GPIO_DOUT31_0_DIO4_M 0x00000010 646 #define GPIO_DOUT31_0_DIO4_S 4 647 648 // Field: [3] DIO3 649 // 650 // Data output for DIO 3 651 #define GPIO_DOUT31_0_DIO3 0x00000008 652 #define GPIO_DOUT31_0_DIO3_BITN 3 653 #define GPIO_DOUT31_0_DIO3_M 0x00000008 654 #define GPIO_DOUT31_0_DIO3_S 3 655 656 // Field: [2] DIO2 657 // 658 // Data output for DIO 2 659 #define GPIO_DOUT31_0_DIO2 0x00000004 660 #define GPIO_DOUT31_0_DIO2_BITN 2 661 #define GPIO_DOUT31_0_DIO2_M 0x00000004 662 #define GPIO_DOUT31_0_DIO2_S 2 663 664 // Field: [1] DIO1 665 // 666 // Data output for DIO 1 667 #define GPIO_DOUT31_0_DIO1 0x00000002 668 #define GPIO_DOUT31_0_DIO1_BITN 1 669 #define GPIO_DOUT31_0_DIO1_M 0x00000002 670 #define GPIO_DOUT31_0_DIO1_S 1 671 672 // Field: [0] DIO0 673 // 674 // Data output for DIO 0 675 #define GPIO_DOUT31_0_DIO0 0x00000001 676 #define GPIO_DOUT31_0_DIO0_BITN 0 677 #define GPIO_DOUT31_0_DIO0_M 0x00000001 678 #define GPIO_DOUT31_0_DIO0_S 0 679 680 //***************************************************************************** 681 // 682 // Register: GPIO_O_DOUTSET31_0 683 // 684 //***************************************************************************** 685 // Field: [31] DIO31 686 // 687 // Set bit 31 688 #define GPIO_DOUTSET31_0_DIO31 0x80000000 689 #define GPIO_DOUTSET31_0_DIO31_BITN 31 690 #define GPIO_DOUTSET31_0_DIO31_M 0x80000000 691 #define GPIO_DOUTSET31_0_DIO31_S 31 692 693 // Field: [30] DIO30 694 // 695 // Set bit 30 696 #define GPIO_DOUTSET31_0_DIO30 0x40000000 697 #define GPIO_DOUTSET31_0_DIO30_BITN 30 698 #define GPIO_DOUTSET31_0_DIO30_M 0x40000000 699 #define GPIO_DOUTSET31_0_DIO30_S 30 700 701 // Field: [29] DIO29 702 // 703 // Set bit 29 704 #define GPIO_DOUTSET31_0_DIO29 0x20000000 705 #define GPIO_DOUTSET31_0_DIO29_BITN 29 706 #define GPIO_DOUTSET31_0_DIO29_M 0x20000000 707 #define GPIO_DOUTSET31_0_DIO29_S 29 708 709 // Field: [28] DIO28 710 // 711 // Set bit 28 712 #define GPIO_DOUTSET31_0_DIO28 0x10000000 713 #define GPIO_DOUTSET31_0_DIO28_BITN 28 714 #define GPIO_DOUTSET31_0_DIO28_M 0x10000000 715 #define GPIO_DOUTSET31_0_DIO28_S 28 716 717 // Field: [27] DIO27 718 // 719 // Set bit 27 720 #define GPIO_DOUTSET31_0_DIO27 0x08000000 721 #define GPIO_DOUTSET31_0_DIO27_BITN 27 722 #define GPIO_DOUTSET31_0_DIO27_M 0x08000000 723 #define GPIO_DOUTSET31_0_DIO27_S 27 724 725 // Field: [26] DIO26 726 // 727 // Set bit 26 728 #define GPIO_DOUTSET31_0_DIO26 0x04000000 729 #define GPIO_DOUTSET31_0_DIO26_BITN 26 730 #define GPIO_DOUTSET31_0_DIO26_M 0x04000000 731 #define GPIO_DOUTSET31_0_DIO26_S 26 732 733 // Field: [25] DIO25 734 // 735 // Set bit 25 736 #define GPIO_DOUTSET31_0_DIO25 0x02000000 737 #define GPIO_DOUTSET31_0_DIO25_BITN 25 738 #define GPIO_DOUTSET31_0_DIO25_M 0x02000000 739 #define GPIO_DOUTSET31_0_DIO25_S 25 740 741 // Field: [24] DIO24 742 // 743 // Set bit 24 744 #define GPIO_DOUTSET31_0_DIO24 0x01000000 745 #define GPIO_DOUTSET31_0_DIO24_BITN 24 746 #define GPIO_DOUTSET31_0_DIO24_M 0x01000000 747 #define GPIO_DOUTSET31_0_DIO24_S 24 748 749 // Field: [23] DIO23 750 // 751 // Set bit 23 752 #define GPIO_DOUTSET31_0_DIO23 0x00800000 753 #define GPIO_DOUTSET31_0_DIO23_BITN 23 754 #define GPIO_DOUTSET31_0_DIO23_M 0x00800000 755 #define GPIO_DOUTSET31_0_DIO23_S 23 756 757 // Field: [22] DIO22 758 // 759 // Set bit 22 760 #define GPIO_DOUTSET31_0_DIO22 0x00400000 761 #define GPIO_DOUTSET31_0_DIO22_BITN 22 762 #define GPIO_DOUTSET31_0_DIO22_M 0x00400000 763 #define GPIO_DOUTSET31_0_DIO22_S 22 764 765 // Field: [21] DIO21 766 // 767 // Set bit 21 768 #define GPIO_DOUTSET31_0_DIO21 0x00200000 769 #define GPIO_DOUTSET31_0_DIO21_BITN 21 770 #define GPIO_DOUTSET31_0_DIO21_M 0x00200000 771 #define GPIO_DOUTSET31_0_DIO21_S 21 772 773 // Field: [20] DIO20 774 // 775 // Set bit 20 776 #define GPIO_DOUTSET31_0_DIO20 0x00100000 777 #define GPIO_DOUTSET31_0_DIO20_BITN 20 778 #define GPIO_DOUTSET31_0_DIO20_M 0x00100000 779 #define GPIO_DOUTSET31_0_DIO20_S 20 780 781 // Field: [19] DIO19 782 // 783 // Set bit 19 784 #define GPIO_DOUTSET31_0_DIO19 0x00080000 785 #define GPIO_DOUTSET31_0_DIO19_BITN 19 786 #define GPIO_DOUTSET31_0_DIO19_M 0x00080000 787 #define GPIO_DOUTSET31_0_DIO19_S 19 788 789 // Field: [18] DIO18 790 // 791 // Set bit 18 792 #define GPIO_DOUTSET31_0_DIO18 0x00040000 793 #define GPIO_DOUTSET31_0_DIO18_BITN 18 794 #define GPIO_DOUTSET31_0_DIO18_M 0x00040000 795 #define GPIO_DOUTSET31_0_DIO18_S 18 796 797 // Field: [17] DIO17 798 // 799 // Set bit 17 800 #define GPIO_DOUTSET31_0_DIO17 0x00020000 801 #define GPIO_DOUTSET31_0_DIO17_BITN 17 802 #define GPIO_DOUTSET31_0_DIO17_M 0x00020000 803 #define GPIO_DOUTSET31_0_DIO17_S 17 804 805 // Field: [16] DIO16 806 // 807 // Set bit 16 808 #define GPIO_DOUTSET31_0_DIO16 0x00010000 809 #define GPIO_DOUTSET31_0_DIO16_BITN 16 810 #define GPIO_DOUTSET31_0_DIO16_M 0x00010000 811 #define GPIO_DOUTSET31_0_DIO16_S 16 812 813 // Field: [15] DIO15 814 // 815 // Set bit 15 816 #define GPIO_DOUTSET31_0_DIO15 0x00008000 817 #define GPIO_DOUTSET31_0_DIO15_BITN 15 818 #define GPIO_DOUTSET31_0_DIO15_M 0x00008000 819 #define GPIO_DOUTSET31_0_DIO15_S 15 820 821 // Field: [14] DIO14 822 // 823 // Set bit 14 824 #define GPIO_DOUTSET31_0_DIO14 0x00004000 825 #define GPIO_DOUTSET31_0_DIO14_BITN 14 826 #define GPIO_DOUTSET31_0_DIO14_M 0x00004000 827 #define GPIO_DOUTSET31_0_DIO14_S 14 828 829 // Field: [13] DIO13 830 // 831 // Set bit 13 832 #define GPIO_DOUTSET31_0_DIO13 0x00002000 833 #define GPIO_DOUTSET31_0_DIO13_BITN 13 834 #define GPIO_DOUTSET31_0_DIO13_M 0x00002000 835 #define GPIO_DOUTSET31_0_DIO13_S 13 836 837 // Field: [12] DIO12 838 // 839 // Set bit 12 840 #define GPIO_DOUTSET31_0_DIO12 0x00001000 841 #define GPIO_DOUTSET31_0_DIO12_BITN 12 842 #define GPIO_DOUTSET31_0_DIO12_M 0x00001000 843 #define GPIO_DOUTSET31_0_DIO12_S 12 844 845 // Field: [11] DIO11 846 // 847 // Set bit 11 848 #define GPIO_DOUTSET31_0_DIO11 0x00000800 849 #define GPIO_DOUTSET31_0_DIO11_BITN 11 850 #define GPIO_DOUTSET31_0_DIO11_M 0x00000800 851 #define GPIO_DOUTSET31_0_DIO11_S 11 852 853 // Field: [10] DIO10 854 // 855 // Set bit 10 856 #define GPIO_DOUTSET31_0_DIO10 0x00000400 857 #define GPIO_DOUTSET31_0_DIO10_BITN 10 858 #define GPIO_DOUTSET31_0_DIO10_M 0x00000400 859 #define GPIO_DOUTSET31_0_DIO10_S 10 860 861 // Field: [9] DIO9 862 // 863 // Set bit 9 864 #define GPIO_DOUTSET31_0_DIO9 0x00000200 865 #define GPIO_DOUTSET31_0_DIO9_BITN 9 866 #define GPIO_DOUTSET31_0_DIO9_M 0x00000200 867 #define GPIO_DOUTSET31_0_DIO9_S 9 868 869 // Field: [8] DIO8 870 // 871 // Set bit 8 872 #define GPIO_DOUTSET31_0_DIO8 0x00000100 873 #define GPIO_DOUTSET31_0_DIO8_BITN 8 874 #define GPIO_DOUTSET31_0_DIO8_M 0x00000100 875 #define GPIO_DOUTSET31_0_DIO8_S 8 876 877 // Field: [7] DIO7 878 // 879 // Set bit 7 880 #define GPIO_DOUTSET31_0_DIO7 0x00000080 881 #define GPIO_DOUTSET31_0_DIO7_BITN 7 882 #define GPIO_DOUTSET31_0_DIO7_M 0x00000080 883 #define GPIO_DOUTSET31_0_DIO7_S 7 884 885 // Field: [6] DIO6 886 // 887 // Set bit 6 888 #define GPIO_DOUTSET31_0_DIO6 0x00000040 889 #define GPIO_DOUTSET31_0_DIO6_BITN 6 890 #define GPIO_DOUTSET31_0_DIO6_M 0x00000040 891 #define GPIO_DOUTSET31_0_DIO6_S 6 892 893 // Field: [5] DIO5 894 // 895 // Set bit 5 896 #define GPIO_DOUTSET31_0_DIO5 0x00000020 897 #define GPIO_DOUTSET31_0_DIO5_BITN 5 898 #define GPIO_DOUTSET31_0_DIO5_M 0x00000020 899 #define GPIO_DOUTSET31_0_DIO5_S 5 900 901 // Field: [4] DIO4 902 // 903 // Set bit 4 904 #define GPIO_DOUTSET31_0_DIO4 0x00000010 905 #define GPIO_DOUTSET31_0_DIO4_BITN 4 906 #define GPIO_DOUTSET31_0_DIO4_M 0x00000010 907 #define GPIO_DOUTSET31_0_DIO4_S 4 908 909 // Field: [3] DIO3 910 // 911 // Set bit 3 912 #define GPIO_DOUTSET31_0_DIO3 0x00000008 913 #define GPIO_DOUTSET31_0_DIO3_BITN 3 914 #define GPIO_DOUTSET31_0_DIO3_M 0x00000008 915 #define GPIO_DOUTSET31_0_DIO3_S 3 916 917 // Field: [2] DIO2 918 // 919 // Set bit 2 920 #define GPIO_DOUTSET31_0_DIO2 0x00000004 921 #define GPIO_DOUTSET31_0_DIO2_BITN 2 922 #define GPIO_DOUTSET31_0_DIO2_M 0x00000004 923 #define GPIO_DOUTSET31_0_DIO2_S 2 924 925 // Field: [1] DIO1 926 // 927 // Set bit 1 928 #define GPIO_DOUTSET31_0_DIO1 0x00000002 929 #define GPIO_DOUTSET31_0_DIO1_BITN 1 930 #define GPIO_DOUTSET31_0_DIO1_M 0x00000002 931 #define GPIO_DOUTSET31_0_DIO1_S 1 932 933 // Field: [0] DIO0 934 // 935 // Set bit 0 936 #define GPIO_DOUTSET31_0_DIO0 0x00000001 937 #define GPIO_DOUTSET31_0_DIO0_BITN 0 938 #define GPIO_DOUTSET31_0_DIO0_M 0x00000001 939 #define GPIO_DOUTSET31_0_DIO0_S 0 940 941 //***************************************************************************** 942 // 943 // Register: GPIO_O_DOUTCLR31_0 944 // 945 //***************************************************************************** 946 // Field: [31] DIO31 947 // 948 // Clears bit 31 949 #define GPIO_DOUTCLR31_0_DIO31 0x80000000 950 #define GPIO_DOUTCLR31_0_DIO31_BITN 31 951 #define GPIO_DOUTCLR31_0_DIO31_M 0x80000000 952 #define GPIO_DOUTCLR31_0_DIO31_S 31 953 954 // Field: [30] DIO30 955 // 956 // Clears bit 30 957 #define GPIO_DOUTCLR31_0_DIO30 0x40000000 958 #define GPIO_DOUTCLR31_0_DIO30_BITN 30 959 #define GPIO_DOUTCLR31_0_DIO30_M 0x40000000 960 #define GPIO_DOUTCLR31_0_DIO30_S 30 961 962 // Field: [29] DIO29 963 // 964 // Clears bit 29 965 #define GPIO_DOUTCLR31_0_DIO29 0x20000000 966 #define GPIO_DOUTCLR31_0_DIO29_BITN 29 967 #define GPIO_DOUTCLR31_0_DIO29_M 0x20000000 968 #define GPIO_DOUTCLR31_0_DIO29_S 29 969 970 // Field: [28] DIO28 971 // 972 // Clears bit 28 973 #define GPIO_DOUTCLR31_0_DIO28 0x10000000 974 #define GPIO_DOUTCLR31_0_DIO28_BITN 28 975 #define GPIO_DOUTCLR31_0_DIO28_M 0x10000000 976 #define GPIO_DOUTCLR31_0_DIO28_S 28 977 978 // Field: [27] DIO27 979 // 980 // Clears bit 27 981 #define GPIO_DOUTCLR31_0_DIO27 0x08000000 982 #define GPIO_DOUTCLR31_0_DIO27_BITN 27 983 #define GPIO_DOUTCLR31_0_DIO27_M 0x08000000 984 #define GPIO_DOUTCLR31_0_DIO27_S 27 985 986 // Field: [26] DIO26 987 // 988 // Clears bit 26 989 #define GPIO_DOUTCLR31_0_DIO26 0x04000000 990 #define GPIO_DOUTCLR31_0_DIO26_BITN 26 991 #define GPIO_DOUTCLR31_0_DIO26_M 0x04000000 992 #define GPIO_DOUTCLR31_0_DIO26_S 26 993 994 // Field: [25] DIO25 995 // 996 // Clears bit 25 997 #define GPIO_DOUTCLR31_0_DIO25 0x02000000 998 #define GPIO_DOUTCLR31_0_DIO25_BITN 25 999 #define GPIO_DOUTCLR31_0_DIO25_M 0x02000000 1000 #define GPIO_DOUTCLR31_0_DIO25_S 25 1001 1002 // Field: [24] DIO24 1003 // 1004 // Clears bit 24 1005 #define GPIO_DOUTCLR31_0_DIO24 0x01000000 1006 #define GPIO_DOUTCLR31_0_DIO24_BITN 24 1007 #define GPIO_DOUTCLR31_0_DIO24_M 0x01000000 1008 #define GPIO_DOUTCLR31_0_DIO24_S 24 1009 1010 // Field: [23] DIO23 1011 // 1012 // Clears bit 23 1013 #define GPIO_DOUTCLR31_0_DIO23 0x00800000 1014 #define GPIO_DOUTCLR31_0_DIO23_BITN 23 1015 #define GPIO_DOUTCLR31_0_DIO23_M 0x00800000 1016 #define GPIO_DOUTCLR31_0_DIO23_S 23 1017 1018 // Field: [22] DIO22 1019 // 1020 // Clears bit 22 1021 #define GPIO_DOUTCLR31_0_DIO22 0x00400000 1022 #define GPIO_DOUTCLR31_0_DIO22_BITN 22 1023 #define GPIO_DOUTCLR31_0_DIO22_M 0x00400000 1024 #define GPIO_DOUTCLR31_0_DIO22_S 22 1025 1026 // Field: [21] DIO21 1027 // 1028 // Clears bit 21 1029 #define GPIO_DOUTCLR31_0_DIO21 0x00200000 1030 #define GPIO_DOUTCLR31_0_DIO21_BITN 21 1031 #define GPIO_DOUTCLR31_0_DIO21_M 0x00200000 1032 #define GPIO_DOUTCLR31_0_DIO21_S 21 1033 1034 // Field: [20] DIO20 1035 // 1036 // Clears bit 20 1037 #define GPIO_DOUTCLR31_0_DIO20 0x00100000 1038 #define GPIO_DOUTCLR31_0_DIO20_BITN 20 1039 #define GPIO_DOUTCLR31_0_DIO20_M 0x00100000 1040 #define GPIO_DOUTCLR31_0_DIO20_S 20 1041 1042 // Field: [19] DIO19 1043 // 1044 // Clears bit 19 1045 #define GPIO_DOUTCLR31_0_DIO19 0x00080000 1046 #define GPIO_DOUTCLR31_0_DIO19_BITN 19 1047 #define GPIO_DOUTCLR31_0_DIO19_M 0x00080000 1048 #define GPIO_DOUTCLR31_0_DIO19_S 19 1049 1050 // Field: [18] DIO18 1051 // 1052 // Clears bit 18 1053 #define GPIO_DOUTCLR31_0_DIO18 0x00040000 1054 #define GPIO_DOUTCLR31_0_DIO18_BITN 18 1055 #define GPIO_DOUTCLR31_0_DIO18_M 0x00040000 1056 #define GPIO_DOUTCLR31_0_DIO18_S 18 1057 1058 // Field: [17] DIO17 1059 // 1060 // Clears bit 17 1061 #define GPIO_DOUTCLR31_0_DIO17 0x00020000 1062 #define GPIO_DOUTCLR31_0_DIO17_BITN 17 1063 #define GPIO_DOUTCLR31_0_DIO17_M 0x00020000 1064 #define GPIO_DOUTCLR31_0_DIO17_S 17 1065 1066 // Field: [16] DIO16 1067 // 1068 // Clears bit 16 1069 #define GPIO_DOUTCLR31_0_DIO16 0x00010000 1070 #define GPIO_DOUTCLR31_0_DIO16_BITN 16 1071 #define GPIO_DOUTCLR31_0_DIO16_M 0x00010000 1072 #define GPIO_DOUTCLR31_0_DIO16_S 16 1073 1074 // Field: [15] DIO15 1075 // 1076 // Clears bit 15 1077 #define GPIO_DOUTCLR31_0_DIO15 0x00008000 1078 #define GPIO_DOUTCLR31_0_DIO15_BITN 15 1079 #define GPIO_DOUTCLR31_0_DIO15_M 0x00008000 1080 #define GPIO_DOUTCLR31_0_DIO15_S 15 1081 1082 // Field: [14] DIO14 1083 // 1084 // Clears bit 14 1085 #define GPIO_DOUTCLR31_0_DIO14 0x00004000 1086 #define GPIO_DOUTCLR31_0_DIO14_BITN 14 1087 #define GPIO_DOUTCLR31_0_DIO14_M 0x00004000 1088 #define GPIO_DOUTCLR31_0_DIO14_S 14 1089 1090 // Field: [13] DIO13 1091 // 1092 // Clears bit 13 1093 #define GPIO_DOUTCLR31_0_DIO13 0x00002000 1094 #define GPIO_DOUTCLR31_0_DIO13_BITN 13 1095 #define GPIO_DOUTCLR31_0_DIO13_M 0x00002000 1096 #define GPIO_DOUTCLR31_0_DIO13_S 13 1097 1098 // Field: [12] DIO12 1099 // 1100 // Clears bit 12 1101 #define GPIO_DOUTCLR31_0_DIO12 0x00001000 1102 #define GPIO_DOUTCLR31_0_DIO12_BITN 12 1103 #define GPIO_DOUTCLR31_0_DIO12_M 0x00001000 1104 #define GPIO_DOUTCLR31_0_DIO12_S 12 1105 1106 // Field: [11] DIO11 1107 // 1108 // Clears bit 11 1109 #define GPIO_DOUTCLR31_0_DIO11 0x00000800 1110 #define GPIO_DOUTCLR31_0_DIO11_BITN 11 1111 #define GPIO_DOUTCLR31_0_DIO11_M 0x00000800 1112 #define GPIO_DOUTCLR31_0_DIO11_S 11 1113 1114 // Field: [10] DIO10 1115 // 1116 // Clears bit 10 1117 #define GPIO_DOUTCLR31_0_DIO10 0x00000400 1118 #define GPIO_DOUTCLR31_0_DIO10_BITN 10 1119 #define GPIO_DOUTCLR31_0_DIO10_M 0x00000400 1120 #define GPIO_DOUTCLR31_0_DIO10_S 10 1121 1122 // Field: [9] DIO9 1123 // 1124 // Clears bit 9 1125 #define GPIO_DOUTCLR31_0_DIO9 0x00000200 1126 #define GPIO_DOUTCLR31_0_DIO9_BITN 9 1127 #define GPIO_DOUTCLR31_0_DIO9_M 0x00000200 1128 #define GPIO_DOUTCLR31_0_DIO9_S 9 1129 1130 // Field: [8] DIO8 1131 // 1132 // Clears bit 8 1133 #define GPIO_DOUTCLR31_0_DIO8 0x00000100 1134 #define GPIO_DOUTCLR31_0_DIO8_BITN 8 1135 #define GPIO_DOUTCLR31_0_DIO8_M 0x00000100 1136 #define GPIO_DOUTCLR31_0_DIO8_S 8 1137 1138 // Field: [7] DIO7 1139 // 1140 // Clears bit 7 1141 #define GPIO_DOUTCLR31_0_DIO7 0x00000080 1142 #define GPIO_DOUTCLR31_0_DIO7_BITN 7 1143 #define GPIO_DOUTCLR31_0_DIO7_M 0x00000080 1144 #define GPIO_DOUTCLR31_0_DIO7_S 7 1145 1146 // Field: [6] DIO6 1147 // 1148 // Clears bit 6 1149 #define GPIO_DOUTCLR31_0_DIO6 0x00000040 1150 #define GPIO_DOUTCLR31_0_DIO6_BITN 6 1151 #define GPIO_DOUTCLR31_0_DIO6_M 0x00000040 1152 #define GPIO_DOUTCLR31_0_DIO6_S 6 1153 1154 // Field: [5] DIO5 1155 // 1156 // Clears bit 5 1157 #define GPIO_DOUTCLR31_0_DIO5 0x00000020 1158 #define GPIO_DOUTCLR31_0_DIO5_BITN 5 1159 #define GPIO_DOUTCLR31_0_DIO5_M 0x00000020 1160 #define GPIO_DOUTCLR31_0_DIO5_S 5 1161 1162 // Field: [4] DIO4 1163 // 1164 // Clears bit 4 1165 #define GPIO_DOUTCLR31_0_DIO4 0x00000010 1166 #define GPIO_DOUTCLR31_0_DIO4_BITN 4 1167 #define GPIO_DOUTCLR31_0_DIO4_M 0x00000010 1168 #define GPIO_DOUTCLR31_0_DIO4_S 4 1169 1170 // Field: [3] DIO3 1171 // 1172 // Clears bit 3 1173 #define GPIO_DOUTCLR31_0_DIO3 0x00000008 1174 #define GPIO_DOUTCLR31_0_DIO3_BITN 3 1175 #define GPIO_DOUTCLR31_0_DIO3_M 0x00000008 1176 #define GPIO_DOUTCLR31_0_DIO3_S 3 1177 1178 // Field: [2] DIO2 1179 // 1180 // Clears bit 2 1181 #define GPIO_DOUTCLR31_0_DIO2 0x00000004 1182 #define GPIO_DOUTCLR31_0_DIO2_BITN 2 1183 #define GPIO_DOUTCLR31_0_DIO2_M 0x00000004 1184 #define GPIO_DOUTCLR31_0_DIO2_S 2 1185 1186 // Field: [1] DIO1 1187 // 1188 // Clears bit 1 1189 #define GPIO_DOUTCLR31_0_DIO1 0x00000002 1190 #define GPIO_DOUTCLR31_0_DIO1_BITN 1 1191 #define GPIO_DOUTCLR31_0_DIO1_M 0x00000002 1192 #define GPIO_DOUTCLR31_0_DIO1_S 1 1193 1194 // Field: [0] DIO0 1195 // 1196 // Clears bit 0 1197 #define GPIO_DOUTCLR31_0_DIO0 0x00000001 1198 #define GPIO_DOUTCLR31_0_DIO0_BITN 0 1199 #define GPIO_DOUTCLR31_0_DIO0_M 0x00000001 1200 #define GPIO_DOUTCLR31_0_DIO0_S 0 1201 1202 //***************************************************************************** 1203 // 1204 // Register: GPIO_O_DOUTTGL31_0 1205 // 1206 //***************************************************************************** 1207 // Field: [31] DIO31 1208 // 1209 // Toggles bit 31 1210 #define GPIO_DOUTTGL31_0_DIO31 0x80000000 1211 #define GPIO_DOUTTGL31_0_DIO31_BITN 31 1212 #define GPIO_DOUTTGL31_0_DIO31_M 0x80000000 1213 #define GPIO_DOUTTGL31_0_DIO31_S 31 1214 1215 // Field: [30] DIO30 1216 // 1217 // Toggles bit 30 1218 #define GPIO_DOUTTGL31_0_DIO30 0x40000000 1219 #define GPIO_DOUTTGL31_0_DIO30_BITN 30 1220 #define GPIO_DOUTTGL31_0_DIO30_M 0x40000000 1221 #define GPIO_DOUTTGL31_0_DIO30_S 30 1222 1223 // Field: [29] DIO29 1224 // 1225 // Toggles bit 29 1226 #define GPIO_DOUTTGL31_0_DIO29 0x20000000 1227 #define GPIO_DOUTTGL31_0_DIO29_BITN 29 1228 #define GPIO_DOUTTGL31_0_DIO29_M 0x20000000 1229 #define GPIO_DOUTTGL31_0_DIO29_S 29 1230 1231 // Field: [28] DIO28 1232 // 1233 // Toggles bit 28 1234 #define GPIO_DOUTTGL31_0_DIO28 0x10000000 1235 #define GPIO_DOUTTGL31_0_DIO28_BITN 28 1236 #define GPIO_DOUTTGL31_0_DIO28_M 0x10000000 1237 #define GPIO_DOUTTGL31_0_DIO28_S 28 1238 1239 // Field: [27] DIO27 1240 // 1241 // Toggles bit 27 1242 #define GPIO_DOUTTGL31_0_DIO27 0x08000000 1243 #define GPIO_DOUTTGL31_0_DIO27_BITN 27 1244 #define GPIO_DOUTTGL31_0_DIO27_M 0x08000000 1245 #define GPIO_DOUTTGL31_0_DIO27_S 27 1246 1247 // Field: [26] DIO26 1248 // 1249 // Toggles bit 26 1250 #define GPIO_DOUTTGL31_0_DIO26 0x04000000 1251 #define GPIO_DOUTTGL31_0_DIO26_BITN 26 1252 #define GPIO_DOUTTGL31_0_DIO26_M 0x04000000 1253 #define GPIO_DOUTTGL31_0_DIO26_S 26 1254 1255 // Field: [25] DIO25 1256 // 1257 // Toggles bit 25 1258 #define GPIO_DOUTTGL31_0_DIO25 0x02000000 1259 #define GPIO_DOUTTGL31_0_DIO25_BITN 25 1260 #define GPIO_DOUTTGL31_0_DIO25_M 0x02000000 1261 #define GPIO_DOUTTGL31_0_DIO25_S 25 1262 1263 // Field: [24] DIO24 1264 // 1265 // Toggles bit 24 1266 #define GPIO_DOUTTGL31_0_DIO24 0x01000000 1267 #define GPIO_DOUTTGL31_0_DIO24_BITN 24 1268 #define GPIO_DOUTTGL31_0_DIO24_M 0x01000000 1269 #define GPIO_DOUTTGL31_0_DIO24_S 24 1270 1271 // Field: [23] DIO23 1272 // 1273 // Toggles bit 23 1274 #define GPIO_DOUTTGL31_0_DIO23 0x00800000 1275 #define GPIO_DOUTTGL31_0_DIO23_BITN 23 1276 #define GPIO_DOUTTGL31_0_DIO23_M 0x00800000 1277 #define GPIO_DOUTTGL31_0_DIO23_S 23 1278 1279 // Field: [22] DIO22 1280 // 1281 // Toggles bit 22 1282 #define GPIO_DOUTTGL31_0_DIO22 0x00400000 1283 #define GPIO_DOUTTGL31_0_DIO22_BITN 22 1284 #define GPIO_DOUTTGL31_0_DIO22_M 0x00400000 1285 #define GPIO_DOUTTGL31_0_DIO22_S 22 1286 1287 // Field: [21] DIO21 1288 // 1289 // Toggles bit 21 1290 #define GPIO_DOUTTGL31_0_DIO21 0x00200000 1291 #define GPIO_DOUTTGL31_0_DIO21_BITN 21 1292 #define GPIO_DOUTTGL31_0_DIO21_M 0x00200000 1293 #define GPIO_DOUTTGL31_0_DIO21_S 21 1294 1295 // Field: [20] DIO20 1296 // 1297 // Toggles bit 20 1298 #define GPIO_DOUTTGL31_0_DIO20 0x00100000 1299 #define GPIO_DOUTTGL31_0_DIO20_BITN 20 1300 #define GPIO_DOUTTGL31_0_DIO20_M 0x00100000 1301 #define GPIO_DOUTTGL31_0_DIO20_S 20 1302 1303 // Field: [19] DIO19 1304 // 1305 // Toggles bit 19 1306 #define GPIO_DOUTTGL31_0_DIO19 0x00080000 1307 #define GPIO_DOUTTGL31_0_DIO19_BITN 19 1308 #define GPIO_DOUTTGL31_0_DIO19_M 0x00080000 1309 #define GPIO_DOUTTGL31_0_DIO19_S 19 1310 1311 // Field: [18] DIO18 1312 // 1313 // Toggles bit 18 1314 #define GPIO_DOUTTGL31_0_DIO18 0x00040000 1315 #define GPIO_DOUTTGL31_0_DIO18_BITN 18 1316 #define GPIO_DOUTTGL31_0_DIO18_M 0x00040000 1317 #define GPIO_DOUTTGL31_0_DIO18_S 18 1318 1319 // Field: [17] DIO17 1320 // 1321 // Toggles bit 17 1322 #define GPIO_DOUTTGL31_0_DIO17 0x00020000 1323 #define GPIO_DOUTTGL31_0_DIO17_BITN 17 1324 #define GPIO_DOUTTGL31_0_DIO17_M 0x00020000 1325 #define GPIO_DOUTTGL31_0_DIO17_S 17 1326 1327 // Field: [16] DIO16 1328 // 1329 // Toggles bit 16 1330 #define GPIO_DOUTTGL31_0_DIO16 0x00010000 1331 #define GPIO_DOUTTGL31_0_DIO16_BITN 16 1332 #define GPIO_DOUTTGL31_0_DIO16_M 0x00010000 1333 #define GPIO_DOUTTGL31_0_DIO16_S 16 1334 1335 // Field: [15] DIO15 1336 // 1337 // Toggles bit 15 1338 #define GPIO_DOUTTGL31_0_DIO15 0x00008000 1339 #define GPIO_DOUTTGL31_0_DIO15_BITN 15 1340 #define GPIO_DOUTTGL31_0_DIO15_M 0x00008000 1341 #define GPIO_DOUTTGL31_0_DIO15_S 15 1342 1343 // Field: [14] DIO14 1344 // 1345 // Toggles bit 14 1346 #define GPIO_DOUTTGL31_0_DIO14 0x00004000 1347 #define GPIO_DOUTTGL31_0_DIO14_BITN 14 1348 #define GPIO_DOUTTGL31_0_DIO14_M 0x00004000 1349 #define GPIO_DOUTTGL31_0_DIO14_S 14 1350 1351 // Field: [13] DIO13 1352 // 1353 // Toggles bit 13 1354 #define GPIO_DOUTTGL31_0_DIO13 0x00002000 1355 #define GPIO_DOUTTGL31_0_DIO13_BITN 13 1356 #define GPIO_DOUTTGL31_0_DIO13_M 0x00002000 1357 #define GPIO_DOUTTGL31_0_DIO13_S 13 1358 1359 // Field: [12] DIO12 1360 // 1361 // Toggles bit 12 1362 #define GPIO_DOUTTGL31_0_DIO12 0x00001000 1363 #define GPIO_DOUTTGL31_0_DIO12_BITN 12 1364 #define GPIO_DOUTTGL31_0_DIO12_M 0x00001000 1365 #define GPIO_DOUTTGL31_0_DIO12_S 12 1366 1367 // Field: [11] DIO11 1368 // 1369 // Toggles bit 11 1370 #define GPIO_DOUTTGL31_0_DIO11 0x00000800 1371 #define GPIO_DOUTTGL31_0_DIO11_BITN 11 1372 #define GPIO_DOUTTGL31_0_DIO11_M 0x00000800 1373 #define GPIO_DOUTTGL31_0_DIO11_S 11 1374 1375 // Field: [10] DIO10 1376 // 1377 // Toggles bit 10 1378 #define GPIO_DOUTTGL31_0_DIO10 0x00000400 1379 #define GPIO_DOUTTGL31_0_DIO10_BITN 10 1380 #define GPIO_DOUTTGL31_0_DIO10_M 0x00000400 1381 #define GPIO_DOUTTGL31_0_DIO10_S 10 1382 1383 // Field: [9] DIO9 1384 // 1385 // Toggles bit 9 1386 #define GPIO_DOUTTGL31_0_DIO9 0x00000200 1387 #define GPIO_DOUTTGL31_0_DIO9_BITN 9 1388 #define GPIO_DOUTTGL31_0_DIO9_M 0x00000200 1389 #define GPIO_DOUTTGL31_0_DIO9_S 9 1390 1391 // Field: [8] DIO8 1392 // 1393 // Toggles bit 8 1394 #define GPIO_DOUTTGL31_0_DIO8 0x00000100 1395 #define GPIO_DOUTTGL31_0_DIO8_BITN 8 1396 #define GPIO_DOUTTGL31_0_DIO8_M 0x00000100 1397 #define GPIO_DOUTTGL31_0_DIO8_S 8 1398 1399 // Field: [7] DIO7 1400 // 1401 // Toggles bit 7 1402 #define GPIO_DOUTTGL31_0_DIO7 0x00000080 1403 #define GPIO_DOUTTGL31_0_DIO7_BITN 7 1404 #define GPIO_DOUTTGL31_0_DIO7_M 0x00000080 1405 #define GPIO_DOUTTGL31_0_DIO7_S 7 1406 1407 // Field: [6] DIO6 1408 // 1409 // Toggles bit 6 1410 #define GPIO_DOUTTGL31_0_DIO6 0x00000040 1411 #define GPIO_DOUTTGL31_0_DIO6_BITN 6 1412 #define GPIO_DOUTTGL31_0_DIO6_M 0x00000040 1413 #define GPIO_DOUTTGL31_0_DIO6_S 6 1414 1415 // Field: [5] DIO5 1416 // 1417 // Toggles bit 5 1418 #define GPIO_DOUTTGL31_0_DIO5 0x00000020 1419 #define GPIO_DOUTTGL31_0_DIO5_BITN 5 1420 #define GPIO_DOUTTGL31_0_DIO5_M 0x00000020 1421 #define GPIO_DOUTTGL31_0_DIO5_S 5 1422 1423 // Field: [4] DIO4 1424 // 1425 // Toggles bit 4 1426 #define GPIO_DOUTTGL31_0_DIO4 0x00000010 1427 #define GPIO_DOUTTGL31_0_DIO4_BITN 4 1428 #define GPIO_DOUTTGL31_0_DIO4_M 0x00000010 1429 #define GPIO_DOUTTGL31_0_DIO4_S 4 1430 1431 // Field: [3] DIO3 1432 // 1433 // Toggles bit 3 1434 #define GPIO_DOUTTGL31_0_DIO3 0x00000008 1435 #define GPIO_DOUTTGL31_0_DIO3_BITN 3 1436 #define GPIO_DOUTTGL31_0_DIO3_M 0x00000008 1437 #define GPIO_DOUTTGL31_0_DIO3_S 3 1438 1439 // Field: [2] DIO2 1440 // 1441 // Toggles bit 2 1442 #define GPIO_DOUTTGL31_0_DIO2 0x00000004 1443 #define GPIO_DOUTTGL31_0_DIO2_BITN 2 1444 #define GPIO_DOUTTGL31_0_DIO2_M 0x00000004 1445 #define GPIO_DOUTTGL31_0_DIO2_S 2 1446 1447 // Field: [1] DIO1 1448 // 1449 // Toggles bit 1 1450 #define GPIO_DOUTTGL31_0_DIO1 0x00000002 1451 #define GPIO_DOUTTGL31_0_DIO1_BITN 1 1452 #define GPIO_DOUTTGL31_0_DIO1_M 0x00000002 1453 #define GPIO_DOUTTGL31_0_DIO1_S 1 1454 1455 // Field: [0] DIO0 1456 // 1457 // Toggles bit 0 1458 #define GPIO_DOUTTGL31_0_DIO0 0x00000001 1459 #define GPIO_DOUTTGL31_0_DIO0_BITN 0 1460 #define GPIO_DOUTTGL31_0_DIO0_M 0x00000001 1461 #define GPIO_DOUTTGL31_0_DIO0_S 0 1462 1463 //***************************************************************************** 1464 // 1465 // Register: GPIO_O_DIN31_0 1466 // 1467 //***************************************************************************** 1468 // Field: [31] DIO31 1469 // 1470 // Data input from DIO 31 1471 #define GPIO_DIN31_0_DIO31 0x80000000 1472 #define GPIO_DIN31_0_DIO31_BITN 31 1473 #define GPIO_DIN31_0_DIO31_M 0x80000000 1474 #define GPIO_DIN31_0_DIO31_S 31 1475 1476 // Field: [30] DIO30 1477 // 1478 // Data input from DIO 30 1479 #define GPIO_DIN31_0_DIO30 0x40000000 1480 #define GPIO_DIN31_0_DIO30_BITN 30 1481 #define GPIO_DIN31_0_DIO30_M 0x40000000 1482 #define GPIO_DIN31_0_DIO30_S 30 1483 1484 // Field: [29] DIO29 1485 // 1486 // Data input from DIO 29 1487 #define GPIO_DIN31_0_DIO29 0x20000000 1488 #define GPIO_DIN31_0_DIO29_BITN 29 1489 #define GPIO_DIN31_0_DIO29_M 0x20000000 1490 #define GPIO_DIN31_0_DIO29_S 29 1491 1492 // Field: [28] DIO28 1493 // 1494 // Data input from DIO 28 1495 #define GPIO_DIN31_0_DIO28 0x10000000 1496 #define GPIO_DIN31_0_DIO28_BITN 28 1497 #define GPIO_DIN31_0_DIO28_M 0x10000000 1498 #define GPIO_DIN31_0_DIO28_S 28 1499 1500 // Field: [27] DIO27 1501 // 1502 // Data input from DIO 27 1503 #define GPIO_DIN31_0_DIO27 0x08000000 1504 #define GPIO_DIN31_0_DIO27_BITN 27 1505 #define GPIO_DIN31_0_DIO27_M 0x08000000 1506 #define GPIO_DIN31_0_DIO27_S 27 1507 1508 // Field: [26] DIO26 1509 // 1510 // Data input from DIO 26 1511 #define GPIO_DIN31_0_DIO26 0x04000000 1512 #define GPIO_DIN31_0_DIO26_BITN 26 1513 #define GPIO_DIN31_0_DIO26_M 0x04000000 1514 #define GPIO_DIN31_0_DIO26_S 26 1515 1516 // Field: [25] DIO25 1517 // 1518 // Data input from DIO 25 1519 #define GPIO_DIN31_0_DIO25 0x02000000 1520 #define GPIO_DIN31_0_DIO25_BITN 25 1521 #define GPIO_DIN31_0_DIO25_M 0x02000000 1522 #define GPIO_DIN31_0_DIO25_S 25 1523 1524 // Field: [24] DIO24 1525 // 1526 // Data input from DIO 24 1527 #define GPIO_DIN31_0_DIO24 0x01000000 1528 #define GPIO_DIN31_0_DIO24_BITN 24 1529 #define GPIO_DIN31_0_DIO24_M 0x01000000 1530 #define GPIO_DIN31_0_DIO24_S 24 1531 1532 // Field: [23] DIO23 1533 // 1534 // Data input from DIO 23 1535 #define GPIO_DIN31_0_DIO23 0x00800000 1536 #define GPIO_DIN31_0_DIO23_BITN 23 1537 #define GPIO_DIN31_0_DIO23_M 0x00800000 1538 #define GPIO_DIN31_0_DIO23_S 23 1539 1540 // Field: [22] DIO22 1541 // 1542 // Data input from DIO 22 1543 #define GPIO_DIN31_0_DIO22 0x00400000 1544 #define GPIO_DIN31_0_DIO22_BITN 22 1545 #define GPIO_DIN31_0_DIO22_M 0x00400000 1546 #define GPIO_DIN31_0_DIO22_S 22 1547 1548 // Field: [21] DIO21 1549 // 1550 // Data input from DIO 21 1551 #define GPIO_DIN31_0_DIO21 0x00200000 1552 #define GPIO_DIN31_0_DIO21_BITN 21 1553 #define GPIO_DIN31_0_DIO21_M 0x00200000 1554 #define GPIO_DIN31_0_DIO21_S 21 1555 1556 // Field: [20] DIO20 1557 // 1558 // Data input from DIO 20 1559 #define GPIO_DIN31_0_DIO20 0x00100000 1560 #define GPIO_DIN31_0_DIO20_BITN 20 1561 #define GPIO_DIN31_0_DIO20_M 0x00100000 1562 #define GPIO_DIN31_0_DIO20_S 20 1563 1564 // Field: [19] DIO19 1565 // 1566 // Data input from DIO 19 1567 #define GPIO_DIN31_0_DIO19 0x00080000 1568 #define GPIO_DIN31_0_DIO19_BITN 19 1569 #define GPIO_DIN31_0_DIO19_M 0x00080000 1570 #define GPIO_DIN31_0_DIO19_S 19 1571 1572 // Field: [18] DIO18 1573 // 1574 // Data input from DIO 18 1575 #define GPIO_DIN31_0_DIO18 0x00040000 1576 #define GPIO_DIN31_0_DIO18_BITN 18 1577 #define GPIO_DIN31_0_DIO18_M 0x00040000 1578 #define GPIO_DIN31_0_DIO18_S 18 1579 1580 // Field: [17] DIO17 1581 // 1582 // Data input from DIO 17 1583 #define GPIO_DIN31_0_DIO17 0x00020000 1584 #define GPIO_DIN31_0_DIO17_BITN 17 1585 #define GPIO_DIN31_0_DIO17_M 0x00020000 1586 #define GPIO_DIN31_0_DIO17_S 17 1587 1588 // Field: [16] DIO16 1589 // 1590 // Data input from DIO 16 1591 #define GPIO_DIN31_0_DIO16 0x00010000 1592 #define GPIO_DIN31_0_DIO16_BITN 16 1593 #define GPIO_DIN31_0_DIO16_M 0x00010000 1594 #define GPIO_DIN31_0_DIO16_S 16 1595 1596 // Field: [15] DIO15 1597 // 1598 // Data input from DIO 15 1599 #define GPIO_DIN31_0_DIO15 0x00008000 1600 #define GPIO_DIN31_0_DIO15_BITN 15 1601 #define GPIO_DIN31_0_DIO15_M 0x00008000 1602 #define GPIO_DIN31_0_DIO15_S 15 1603 1604 // Field: [14] DIO14 1605 // 1606 // Data input from DIO 14 1607 #define GPIO_DIN31_0_DIO14 0x00004000 1608 #define GPIO_DIN31_0_DIO14_BITN 14 1609 #define GPIO_DIN31_0_DIO14_M 0x00004000 1610 #define GPIO_DIN31_0_DIO14_S 14 1611 1612 // Field: [13] DIO13 1613 // 1614 // Data input from DIO 13 1615 #define GPIO_DIN31_0_DIO13 0x00002000 1616 #define GPIO_DIN31_0_DIO13_BITN 13 1617 #define GPIO_DIN31_0_DIO13_M 0x00002000 1618 #define GPIO_DIN31_0_DIO13_S 13 1619 1620 // Field: [12] DIO12 1621 // 1622 // Data input from DIO 12 1623 #define GPIO_DIN31_0_DIO12 0x00001000 1624 #define GPIO_DIN31_0_DIO12_BITN 12 1625 #define GPIO_DIN31_0_DIO12_M 0x00001000 1626 #define GPIO_DIN31_0_DIO12_S 12 1627 1628 // Field: [11] DIO11 1629 // 1630 // Data input from DIO 11 1631 #define GPIO_DIN31_0_DIO11 0x00000800 1632 #define GPIO_DIN31_0_DIO11_BITN 11 1633 #define GPIO_DIN31_0_DIO11_M 0x00000800 1634 #define GPIO_DIN31_0_DIO11_S 11 1635 1636 // Field: [10] DIO10 1637 // 1638 // Data input from DIO 10 1639 #define GPIO_DIN31_0_DIO10 0x00000400 1640 #define GPIO_DIN31_0_DIO10_BITN 10 1641 #define GPIO_DIN31_0_DIO10_M 0x00000400 1642 #define GPIO_DIN31_0_DIO10_S 10 1643 1644 // Field: [9] DIO9 1645 // 1646 // Data input from DIO 9 1647 #define GPIO_DIN31_0_DIO9 0x00000200 1648 #define GPIO_DIN31_0_DIO9_BITN 9 1649 #define GPIO_DIN31_0_DIO9_M 0x00000200 1650 #define GPIO_DIN31_0_DIO9_S 9 1651 1652 // Field: [8] DIO8 1653 // 1654 // Data input from DIO 8 1655 #define GPIO_DIN31_0_DIO8 0x00000100 1656 #define GPIO_DIN31_0_DIO8_BITN 8 1657 #define GPIO_DIN31_0_DIO8_M 0x00000100 1658 #define GPIO_DIN31_0_DIO8_S 8 1659 1660 // Field: [7] DIO7 1661 // 1662 // Data input from DIO 7 1663 #define GPIO_DIN31_0_DIO7 0x00000080 1664 #define GPIO_DIN31_0_DIO7_BITN 7 1665 #define GPIO_DIN31_0_DIO7_M 0x00000080 1666 #define GPIO_DIN31_0_DIO7_S 7 1667 1668 // Field: [6] DIO6 1669 // 1670 // Data input from DIO 6 1671 #define GPIO_DIN31_0_DIO6 0x00000040 1672 #define GPIO_DIN31_0_DIO6_BITN 6 1673 #define GPIO_DIN31_0_DIO6_M 0x00000040 1674 #define GPIO_DIN31_0_DIO6_S 6 1675 1676 // Field: [5] DIO5 1677 // 1678 // Data input from DIO 5 1679 #define GPIO_DIN31_0_DIO5 0x00000020 1680 #define GPIO_DIN31_0_DIO5_BITN 5 1681 #define GPIO_DIN31_0_DIO5_M 0x00000020 1682 #define GPIO_DIN31_0_DIO5_S 5 1683 1684 // Field: [4] DIO4 1685 // 1686 // Data input from DIO 4 1687 #define GPIO_DIN31_0_DIO4 0x00000010 1688 #define GPIO_DIN31_0_DIO4_BITN 4 1689 #define GPIO_DIN31_0_DIO4_M 0x00000010 1690 #define GPIO_DIN31_0_DIO4_S 4 1691 1692 // Field: [3] DIO3 1693 // 1694 // Data input from DIO 3 1695 #define GPIO_DIN31_0_DIO3 0x00000008 1696 #define GPIO_DIN31_0_DIO3_BITN 3 1697 #define GPIO_DIN31_0_DIO3_M 0x00000008 1698 #define GPIO_DIN31_0_DIO3_S 3 1699 1700 // Field: [2] DIO2 1701 // 1702 // Data input from DIO 2 1703 #define GPIO_DIN31_0_DIO2 0x00000004 1704 #define GPIO_DIN31_0_DIO2_BITN 2 1705 #define GPIO_DIN31_0_DIO2_M 0x00000004 1706 #define GPIO_DIN31_0_DIO2_S 2 1707 1708 // Field: [1] DIO1 1709 // 1710 // Data input from DIO 1 1711 #define GPIO_DIN31_0_DIO1 0x00000002 1712 #define GPIO_DIN31_0_DIO1_BITN 1 1713 #define GPIO_DIN31_0_DIO1_M 0x00000002 1714 #define GPIO_DIN31_0_DIO1_S 1 1715 1716 // Field: [0] DIO0 1717 // 1718 // Data input from DIO 0 1719 #define GPIO_DIN31_0_DIO0 0x00000001 1720 #define GPIO_DIN31_0_DIO0_BITN 0 1721 #define GPIO_DIN31_0_DIO0_M 0x00000001 1722 #define GPIO_DIN31_0_DIO0_S 0 1723 1724 //***************************************************************************** 1725 // 1726 // Register: GPIO_O_DOE31_0 1727 // 1728 //***************************************************************************** 1729 // Field: [31] DIO31 1730 // 1731 // Data output enable for DIO 31 1732 #define GPIO_DOE31_0_DIO31 0x80000000 1733 #define GPIO_DOE31_0_DIO31_BITN 31 1734 #define GPIO_DOE31_0_DIO31_M 0x80000000 1735 #define GPIO_DOE31_0_DIO31_S 31 1736 1737 // Field: [30] DIO30 1738 // 1739 // Data output enable for DIO 30 1740 #define GPIO_DOE31_0_DIO30 0x40000000 1741 #define GPIO_DOE31_0_DIO30_BITN 30 1742 #define GPIO_DOE31_0_DIO30_M 0x40000000 1743 #define GPIO_DOE31_0_DIO30_S 30 1744 1745 // Field: [29] DIO29 1746 // 1747 // Data output enable for DIO 29 1748 #define GPIO_DOE31_0_DIO29 0x20000000 1749 #define GPIO_DOE31_0_DIO29_BITN 29 1750 #define GPIO_DOE31_0_DIO29_M 0x20000000 1751 #define GPIO_DOE31_0_DIO29_S 29 1752 1753 // Field: [28] DIO28 1754 // 1755 // Data output enable for DIO 28 1756 #define GPIO_DOE31_0_DIO28 0x10000000 1757 #define GPIO_DOE31_0_DIO28_BITN 28 1758 #define GPIO_DOE31_0_DIO28_M 0x10000000 1759 #define GPIO_DOE31_0_DIO28_S 28 1760 1761 // Field: [27] DIO27 1762 // 1763 // Data output enable for DIO 27 1764 #define GPIO_DOE31_0_DIO27 0x08000000 1765 #define GPIO_DOE31_0_DIO27_BITN 27 1766 #define GPIO_DOE31_0_DIO27_M 0x08000000 1767 #define GPIO_DOE31_0_DIO27_S 27 1768 1769 // Field: [26] DIO26 1770 // 1771 // Data output enable for DIO 26 1772 #define GPIO_DOE31_0_DIO26 0x04000000 1773 #define GPIO_DOE31_0_DIO26_BITN 26 1774 #define GPIO_DOE31_0_DIO26_M 0x04000000 1775 #define GPIO_DOE31_0_DIO26_S 26 1776 1777 // Field: [25] DIO25 1778 // 1779 // Data output enable for DIO 25 1780 #define GPIO_DOE31_0_DIO25 0x02000000 1781 #define GPIO_DOE31_0_DIO25_BITN 25 1782 #define GPIO_DOE31_0_DIO25_M 0x02000000 1783 #define GPIO_DOE31_0_DIO25_S 25 1784 1785 // Field: [24] DIO24 1786 // 1787 // Data output enable for DIO 24 1788 #define GPIO_DOE31_0_DIO24 0x01000000 1789 #define GPIO_DOE31_0_DIO24_BITN 24 1790 #define GPIO_DOE31_0_DIO24_M 0x01000000 1791 #define GPIO_DOE31_0_DIO24_S 24 1792 1793 // Field: [23] DIO23 1794 // 1795 // Data output enable for DIO 23 1796 #define GPIO_DOE31_0_DIO23 0x00800000 1797 #define GPIO_DOE31_0_DIO23_BITN 23 1798 #define GPIO_DOE31_0_DIO23_M 0x00800000 1799 #define GPIO_DOE31_0_DIO23_S 23 1800 1801 // Field: [22] DIO22 1802 // 1803 // Data output enable for DIO 22 1804 #define GPIO_DOE31_0_DIO22 0x00400000 1805 #define GPIO_DOE31_0_DIO22_BITN 22 1806 #define GPIO_DOE31_0_DIO22_M 0x00400000 1807 #define GPIO_DOE31_0_DIO22_S 22 1808 1809 // Field: [21] DIO21 1810 // 1811 // Data output enable for DIO 21 1812 #define GPIO_DOE31_0_DIO21 0x00200000 1813 #define GPIO_DOE31_0_DIO21_BITN 21 1814 #define GPIO_DOE31_0_DIO21_M 0x00200000 1815 #define GPIO_DOE31_0_DIO21_S 21 1816 1817 // Field: [20] DIO20 1818 // 1819 // Data output enable for DIO 20 1820 #define GPIO_DOE31_0_DIO20 0x00100000 1821 #define GPIO_DOE31_0_DIO20_BITN 20 1822 #define GPIO_DOE31_0_DIO20_M 0x00100000 1823 #define GPIO_DOE31_0_DIO20_S 20 1824 1825 // Field: [19] DIO19 1826 // 1827 // Data output enable for DIO 19 1828 #define GPIO_DOE31_0_DIO19 0x00080000 1829 #define GPIO_DOE31_0_DIO19_BITN 19 1830 #define GPIO_DOE31_0_DIO19_M 0x00080000 1831 #define GPIO_DOE31_0_DIO19_S 19 1832 1833 // Field: [18] DIO18 1834 // 1835 // Data output enable for DIO 18 1836 #define GPIO_DOE31_0_DIO18 0x00040000 1837 #define GPIO_DOE31_0_DIO18_BITN 18 1838 #define GPIO_DOE31_0_DIO18_M 0x00040000 1839 #define GPIO_DOE31_0_DIO18_S 18 1840 1841 // Field: [17] DIO17 1842 // 1843 // Data output enable for DIO 17 1844 #define GPIO_DOE31_0_DIO17 0x00020000 1845 #define GPIO_DOE31_0_DIO17_BITN 17 1846 #define GPIO_DOE31_0_DIO17_M 0x00020000 1847 #define GPIO_DOE31_0_DIO17_S 17 1848 1849 // Field: [16] DIO16 1850 // 1851 // Data output enable for DIO 16 1852 #define GPIO_DOE31_0_DIO16 0x00010000 1853 #define GPIO_DOE31_0_DIO16_BITN 16 1854 #define GPIO_DOE31_0_DIO16_M 0x00010000 1855 #define GPIO_DOE31_0_DIO16_S 16 1856 1857 // Field: [15] DIO15 1858 // 1859 // Data output enable for DIO 15 1860 #define GPIO_DOE31_0_DIO15 0x00008000 1861 #define GPIO_DOE31_0_DIO15_BITN 15 1862 #define GPIO_DOE31_0_DIO15_M 0x00008000 1863 #define GPIO_DOE31_0_DIO15_S 15 1864 1865 // Field: [14] DIO14 1866 // 1867 // Data output enable for DIO 14 1868 #define GPIO_DOE31_0_DIO14 0x00004000 1869 #define GPIO_DOE31_0_DIO14_BITN 14 1870 #define GPIO_DOE31_0_DIO14_M 0x00004000 1871 #define GPIO_DOE31_0_DIO14_S 14 1872 1873 // Field: [13] DIO13 1874 // 1875 // Data output enable for DIO 13 1876 #define GPIO_DOE31_0_DIO13 0x00002000 1877 #define GPIO_DOE31_0_DIO13_BITN 13 1878 #define GPIO_DOE31_0_DIO13_M 0x00002000 1879 #define GPIO_DOE31_0_DIO13_S 13 1880 1881 // Field: [12] DIO12 1882 // 1883 // Data output enable for DIO 12 1884 #define GPIO_DOE31_0_DIO12 0x00001000 1885 #define GPIO_DOE31_0_DIO12_BITN 12 1886 #define GPIO_DOE31_0_DIO12_M 0x00001000 1887 #define GPIO_DOE31_0_DIO12_S 12 1888 1889 // Field: [11] DIO11 1890 // 1891 // Data output enable for DIO 11 1892 #define GPIO_DOE31_0_DIO11 0x00000800 1893 #define GPIO_DOE31_0_DIO11_BITN 11 1894 #define GPIO_DOE31_0_DIO11_M 0x00000800 1895 #define GPIO_DOE31_0_DIO11_S 11 1896 1897 // Field: [10] DIO10 1898 // 1899 // Data output enable for DIO 10 1900 #define GPIO_DOE31_0_DIO10 0x00000400 1901 #define GPIO_DOE31_0_DIO10_BITN 10 1902 #define GPIO_DOE31_0_DIO10_M 0x00000400 1903 #define GPIO_DOE31_0_DIO10_S 10 1904 1905 // Field: [9] DIO9 1906 // 1907 // Data output enable for DIO 9 1908 #define GPIO_DOE31_0_DIO9 0x00000200 1909 #define GPIO_DOE31_0_DIO9_BITN 9 1910 #define GPIO_DOE31_0_DIO9_M 0x00000200 1911 #define GPIO_DOE31_0_DIO9_S 9 1912 1913 // Field: [8] DIO8 1914 // 1915 // Data output enable for DIO 8 1916 #define GPIO_DOE31_0_DIO8 0x00000100 1917 #define GPIO_DOE31_0_DIO8_BITN 8 1918 #define GPIO_DOE31_0_DIO8_M 0x00000100 1919 #define GPIO_DOE31_0_DIO8_S 8 1920 1921 // Field: [7] DIO7 1922 // 1923 // Data output enable for DIO 7 1924 #define GPIO_DOE31_0_DIO7 0x00000080 1925 #define GPIO_DOE31_0_DIO7_BITN 7 1926 #define GPIO_DOE31_0_DIO7_M 0x00000080 1927 #define GPIO_DOE31_0_DIO7_S 7 1928 1929 // Field: [6] DIO6 1930 // 1931 // Data output enable for DIO 6 1932 #define GPIO_DOE31_0_DIO6 0x00000040 1933 #define GPIO_DOE31_0_DIO6_BITN 6 1934 #define GPIO_DOE31_0_DIO6_M 0x00000040 1935 #define GPIO_DOE31_0_DIO6_S 6 1936 1937 // Field: [5] DIO5 1938 // 1939 // Data output enable for DIO 5 1940 #define GPIO_DOE31_0_DIO5 0x00000020 1941 #define GPIO_DOE31_0_DIO5_BITN 5 1942 #define GPIO_DOE31_0_DIO5_M 0x00000020 1943 #define GPIO_DOE31_0_DIO5_S 5 1944 1945 // Field: [4] DIO4 1946 // 1947 // Data output enable for DIO 4 1948 #define GPIO_DOE31_0_DIO4 0x00000010 1949 #define GPIO_DOE31_0_DIO4_BITN 4 1950 #define GPIO_DOE31_0_DIO4_M 0x00000010 1951 #define GPIO_DOE31_0_DIO4_S 4 1952 1953 // Field: [3] DIO3 1954 // 1955 // Data output enable for DIO 3 1956 #define GPIO_DOE31_0_DIO3 0x00000008 1957 #define GPIO_DOE31_0_DIO3_BITN 3 1958 #define GPIO_DOE31_0_DIO3_M 0x00000008 1959 #define GPIO_DOE31_0_DIO3_S 3 1960 1961 // Field: [2] DIO2 1962 // 1963 // Data output enable for DIO 2 1964 #define GPIO_DOE31_0_DIO2 0x00000004 1965 #define GPIO_DOE31_0_DIO2_BITN 2 1966 #define GPIO_DOE31_0_DIO2_M 0x00000004 1967 #define GPIO_DOE31_0_DIO2_S 2 1968 1969 // Field: [1] DIO1 1970 // 1971 // Data output enable for DIO 1 1972 #define GPIO_DOE31_0_DIO1 0x00000002 1973 #define GPIO_DOE31_0_DIO1_BITN 1 1974 #define GPIO_DOE31_0_DIO1_M 0x00000002 1975 #define GPIO_DOE31_0_DIO1_S 1 1976 1977 // Field: [0] DIO0 1978 // 1979 // Data output enable for DIO 0 1980 #define GPIO_DOE31_0_DIO0 0x00000001 1981 #define GPIO_DOE31_0_DIO0_BITN 0 1982 #define GPIO_DOE31_0_DIO0_M 0x00000001 1983 #define GPIO_DOE31_0_DIO0_S 0 1984 1985 //***************************************************************************** 1986 // 1987 // Register: GPIO_O_EVFLAGS31_0 1988 // 1989 //***************************************************************************** 1990 // Field: [31] DIO31 1991 // 1992 // Event for DIO 31 1993 #define GPIO_EVFLAGS31_0_DIO31 0x80000000 1994 #define GPIO_EVFLAGS31_0_DIO31_BITN 31 1995 #define GPIO_EVFLAGS31_0_DIO31_M 0x80000000 1996 #define GPIO_EVFLAGS31_0_DIO31_S 31 1997 1998 // Field: [30] DIO30 1999 // 2000 // Event for DIO 30 2001 #define GPIO_EVFLAGS31_0_DIO30 0x40000000 2002 #define GPIO_EVFLAGS31_0_DIO30_BITN 30 2003 #define GPIO_EVFLAGS31_0_DIO30_M 0x40000000 2004 #define GPIO_EVFLAGS31_0_DIO30_S 30 2005 2006 // Field: [29] DIO29 2007 // 2008 // Event for DIO 29 2009 #define GPIO_EVFLAGS31_0_DIO29 0x20000000 2010 #define GPIO_EVFLAGS31_0_DIO29_BITN 29 2011 #define GPIO_EVFLAGS31_0_DIO29_M 0x20000000 2012 #define GPIO_EVFLAGS31_0_DIO29_S 29 2013 2014 // Field: [28] DIO28 2015 // 2016 // Event for DIO 28 2017 #define GPIO_EVFLAGS31_0_DIO28 0x10000000 2018 #define GPIO_EVFLAGS31_0_DIO28_BITN 28 2019 #define GPIO_EVFLAGS31_0_DIO28_M 0x10000000 2020 #define GPIO_EVFLAGS31_0_DIO28_S 28 2021 2022 // Field: [27] DIO27 2023 // 2024 // Event for DIO 27 2025 #define GPIO_EVFLAGS31_0_DIO27 0x08000000 2026 #define GPIO_EVFLAGS31_0_DIO27_BITN 27 2027 #define GPIO_EVFLAGS31_0_DIO27_M 0x08000000 2028 #define GPIO_EVFLAGS31_0_DIO27_S 27 2029 2030 // Field: [26] DIO26 2031 // 2032 // Event for DIO 26 2033 #define GPIO_EVFLAGS31_0_DIO26 0x04000000 2034 #define GPIO_EVFLAGS31_0_DIO26_BITN 26 2035 #define GPIO_EVFLAGS31_0_DIO26_M 0x04000000 2036 #define GPIO_EVFLAGS31_0_DIO26_S 26 2037 2038 // Field: [25] DIO25 2039 // 2040 // Event for DIO 25 2041 #define GPIO_EVFLAGS31_0_DIO25 0x02000000 2042 #define GPIO_EVFLAGS31_0_DIO25_BITN 25 2043 #define GPIO_EVFLAGS31_0_DIO25_M 0x02000000 2044 #define GPIO_EVFLAGS31_0_DIO25_S 25 2045 2046 // Field: [24] DIO24 2047 // 2048 // Event for DIO 24 2049 #define GPIO_EVFLAGS31_0_DIO24 0x01000000 2050 #define GPIO_EVFLAGS31_0_DIO24_BITN 24 2051 #define GPIO_EVFLAGS31_0_DIO24_M 0x01000000 2052 #define GPIO_EVFLAGS31_0_DIO24_S 24 2053 2054 // Field: [23] DIO23 2055 // 2056 // Event for DIO 23 2057 #define GPIO_EVFLAGS31_0_DIO23 0x00800000 2058 #define GPIO_EVFLAGS31_0_DIO23_BITN 23 2059 #define GPIO_EVFLAGS31_0_DIO23_M 0x00800000 2060 #define GPIO_EVFLAGS31_0_DIO23_S 23 2061 2062 // Field: [22] DIO22 2063 // 2064 // Event for DIO 22 2065 #define GPIO_EVFLAGS31_0_DIO22 0x00400000 2066 #define GPIO_EVFLAGS31_0_DIO22_BITN 22 2067 #define GPIO_EVFLAGS31_0_DIO22_M 0x00400000 2068 #define GPIO_EVFLAGS31_0_DIO22_S 22 2069 2070 // Field: [21] DIO21 2071 // 2072 // Event for DIO 21 2073 #define GPIO_EVFLAGS31_0_DIO21 0x00200000 2074 #define GPIO_EVFLAGS31_0_DIO21_BITN 21 2075 #define GPIO_EVFLAGS31_0_DIO21_M 0x00200000 2076 #define GPIO_EVFLAGS31_0_DIO21_S 21 2077 2078 // Field: [20] DIO20 2079 // 2080 // Event for DIO 20 2081 #define GPIO_EVFLAGS31_0_DIO20 0x00100000 2082 #define GPIO_EVFLAGS31_0_DIO20_BITN 20 2083 #define GPIO_EVFLAGS31_0_DIO20_M 0x00100000 2084 #define GPIO_EVFLAGS31_0_DIO20_S 20 2085 2086 // Field: [19] DIO19 2087 // 2088 // Event for DIO 19 2089 #define GPIO_EVFLAGS31_0_DIO19 0x00080000 2090 #define GPIO_EVFLAGS31_0_DIO19_BITN 19 2091 #define GPIO_EVFLAGS31_0_DIO19_M 0x00080000 2092 #define GPIO_EVFLAGS31_0_DIO19_S 19 2093 2094 // Field: [18] DIO18 2095 // 2096 // Event for DIO 18 2097 #define GPIO_EVFLAGS31_0_DIO18 0x00040000 2098 #define GPIO_EVFLAGS31_0_DIO18_BITN 18 2099 #define GPIO_EVFLAGS31_0_DIO18_M 0x00040000 2100 #define GPIO_EVFLAGS31_0_DIO18_S 18 2101 2102 // Field: [17] DIO17 2103 // 2104 // Event for DIO 17 2105 #define GPIO_EVFLAGS31_0_DIO17 0x00020000 2106 #define GPIO_EVFLAGS31_0_DIO17_BITN 17 2107 #define GPIO_EVFLAGS31_0_DIO17_M 0x00020000 2108 #define GPIO_EVFLAGS31_0_DIO17_S 17 2109 2110 // Field: [16] DIO16 2111 // 2112 // Event for DIO 16 2113 #define GPIO_EVFLAGS31_0_DIO16 0x00010000 2114 #define GPIO_EVFLAGS31_0_DIO16_BITN 16 2115 #define GPIO_EVFLAGS31_0_DIO16_M 0x00010000 2116 #define GPIO_EVFLAGS31_0_DIO16_S 16 2117 2118 // Field: [15] DIO15 2119 // 2120 // Event for DIO 15 2121 #define GPIO_EVFLAGS31_0_DIO15 0x00008000 2122 #define GPIO_EVFLAGS31_0_DIO15_BITN 15 2123 #define GPIO_EVFLAGS31_0_DIO15_M 0x00008000 2124 #define GPIO_EVFLAGS31_0_DIO15_S 15 2125 2126 // Field: [14] DIO14 2127 // 2128 // Event for DIO 14 2129 #define GPIO_EVFLAGS31_0_DIO14 0x00004000 2130 #define GPIO_EVFLAGS31_0_DIO14_BITN 14 2131 #define GPIO_EVFLAGS31_0_DIO14_M 0x00004000 2132 #define GPIO_EVFLAGS31_0_DIO14_S 14 2133 2134 // Field: [13] DIO13 2135 // 2136 // Event for DIO 13 2137 #define GPIO_EVFLAGS31_0_DIO13 0x00002000 2138 #define GPIO_EVFLAGS31_0_DIO13_BITN 13 2139 #define GPIO_EVFLAGS31_0_DIO13_M 0x00002000 2140 #define GPIO_EVFLAGS31_0_DIO13_S 13 2141 2142 // Field: [12] DIO12 2143 // 2144 // Event for DIO 12 2145 #define GPIO_EVFLAGS31_0_DIO12 0x00001000 2146 #define GPIO_EVFLAGS31_0_DIO12_BITN 12 2147 #define GPIO_EVFLAGS31_0_DIO12_M 0x00001000 2148 #define GPIO_EVFLAGS31_0_DIO12_S 12 2149 2150 // Field: [11] DIO11 2151 // 2152 // Event for DIO 11 2153 #define GPIO_EVFLAGS31_0_DIO11 0x00000800 2154 #define GPIO_EVFLAGS31_0_DIO11_BITN 11 2155 #define GPIO_EVFLAGS31_0_DIO11_M 0x00000800 2156 #define GPIO_EVFLAGS31_0_DIO11_S 11 2157 2158 // Field: [10] DIO10 2159 // 2160 // Event for DIO 10 2161 #define GPIO_EVFLAGS31_0_DIO10 0x00000400 2162 #define GPIO_EVFLAGS31_0_DIO10_BITN 10 2163 #define GPIO_EVFLAGS31_0_DIO10_M 0x00000400 2164 #define GPIO_EVFLAGS31_0_DIO10_S 10 2165 2166 // Field: [9] DIO9 2167 // 2168 // Event for DIO 9 2169 #define GPIO_EVFLAGS31_0_DIO9 0x00000200 2170 #define GPIO_EVFLAGS31_0_DIO9_BITN 9 2171 #define GPIO_EVFLAGS31_0_DIO9_M 0x00000200 2172 #define GPIO_EVFLAGS31_0_DIO9_S 9 2173 2174 // Field: [8] DIO8 2175 // 2176 // Event for DIO 8 2177 #define GPIO_EVFLAGS31_0_DIO8 0x00000100 2178 #define GPIO_EVFLAGS31_0_DIO8_BITN 8 2179 #define GPIO_EVFLAGS31_0_DIO8_M 0x00000100 2180 #define GPIO_EVFLAGS31_0_DIO8_S 8 2181 2182 // Field: [7] DIO7 2183 // 2184 // Event for DIO 7 2185 #define GPIO_EVFLAGS31_0_DIO7 0x00000080 2186 #define GPIO_EVFLAGS31_0_DIO7_BITN 7 2187 #define GPIO_EVFLAGS31_0_DIO7_M 0x00000080 2188 #define GPIO_EVFLAGS31_0_DIO7_S 7 2189 2190 // Field: [6] DIO6 2191 // 2192 // Event for DIO 6 2193 #define GPIO_EVFLAGS31_0_DIO6 0x00000040 2194 #define GPIO_EVFLAGS31_0_DIO6_BITN 6 2195 #define GPIO_EVFLAGS31_0_DIO6_M 0x00000040 2196 #define GPIO_EVFLAGS31_0_DIO6_S 6 2197 2198 // Field: [5] DIO5 2199 // 2200 // Event for DIO 5 2201 #define GPIO_EVFLAGS31_0_DIO5 0x00000020 2202 #define GPIO_EVFLAGS31_0_DIO5_BITN 5 2203 #define GPIO_EVFLAGS31_0_DIO5_M 0x00000020 2204 #define GPIO_EVFLAGS31_0_DIO5_S 5 2205 2206 // Field: [4] DIO4 2207 // 2208 // Event for DIO 4 2209 #define GPIO_EVFLAGS31_0_DIO4 0x00000010 2210 #define GPIO_EVFLAGS31_0_DIO4_BITN 4 2211 #define GPIO_EVFLAGS31_0_DIO4_M 0x00000010 2212 #define GPIO_EVFLAGS31_0_DIO4_S 4 2213 2214 // Field: [3] DIO3 2215 // 2216 // Event for DIO 3 2217 #define GPIO_EVFLAGS31_0_DIO3 0x00000008 2218 #define GPIO_EVFLAGS31_0_DIO3_BITN 3 2219 #define GPIO_EVFLAGS31_0_DIO3_M 0x00000008 2220 #define GPIO_EVFLAGS31_0_DIO3_S 3 2221 2222 // Field: [2] DIO2 2223 // 2224 // Event for DIO 2 2225 #define GPIO_EVFLAGS31_0_DIO2 0x00000004 2226 #define GPIO_EVFLAGS31_0_DIO2_BITN 2 2227 #define GPIO_EVFLAGS31_0_DIO2_M 0x00000004 2228 #define GPIO_EVFLAGS31_0_DIO2_S 2 2229 2230 // Field: [1] DIO1 2231 // 2232 // Event for DIO 1 2233 #define GPIO_EVFLAGS31_0_DIO1 0x00000002 2234 #define GPIO_EVFLAGS31_0_DIO1_BITN 1 2235 #define GPIO_EVFLAGS31_0_DIO1_M 0x00000002 2236 #define GPIO_EVFLAGS31_0_DIO1_S 1 2237 2238 // Field: [0] DIO0 2239 // 2240 // Event for DIO 0 2241 #define GPIO_EVFLAGS31_0_DIO0 0x00000001 2242 #define GPIO_EVFLAGS31_0_DIO0_BITN 0 2243 #define GPIO_EVFLAGS31_0_DIO0_M 0x00000001 2244 #define GPIO_EVFLAGS31_0_DIO0_S 0 2245 2246 2247 #endif // __GPIO__ 2248