1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Port P0 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p0: RST_MODE_P0,
    #[doc = "0x04 - Port P1 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p1: RST_MODE_P1,
    #[doc = "0x08 - Port P2 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p2: RST_MODE_P2,
    #[doc = "0x0c - Port P3 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p3: RST_MODE_P3,
    #[doc = "0x10 - Port P4 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p4: RST_MODE_P4,
    #[doc = "0x14 - Port P5 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p5: RST_MODE_P5,
    #[doc = "0x18 - Port P6 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p6: RST_MODE_P6,
    #[doc = "0x1c - Port P7 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p7: RST_MODE_P7,
    #[doc = "0x20 - Port P8 Default (Power-On Reset) Output Drive Mode"]
    pub rst_mode_p8: RST_MODE_P8,
    _reserved9: [u8; 28usize],
    #[doc = "0x40 - Port P0 Free for GPIO Operation Flags"]
    pub free_p0: FREE_P0,
    #[doc = "0x44 - Port P1 Free for GPIO Operation Flags"]
    pub free_p1: FREE_P1,
    #[doc = "0x48 - Port P2 Free for GPIO Operation Flags"]
    pub free_p2: FREE_P2,
    #[doc = "0x4c - Port P3 Free for GPIO Operation Flags"]
    pub free_p3: FREE_P3,
    #[doc = "0x50 - Port P4 Free for GPIO Operation Flags"]
    pub free_p4: FREE_P4,
    #[doc = "0x54 - Port P5 Free for GPIO Operation Flags"]
    pub free_p5: FREE_P5,
    #[doc = "0x58 - Port P6 Free for GPIO Operation Flags"]
    pub free_p6: FREE_P6,
    #[doc = "0x5c - Port P7 Free for GPIO Operation Flags"]
    pub free_p7: FREE_P7,
    #[doc = "0x60 - Port P8 Free for GPIO Operation Flags"]
    pub free_p8: FREE_P8,
    _reserved18: [u8; 28usize],
    #[doc = "0x80 - Port P0 GPIO Output Drive Mode"]
    pub out_mode_p0: OUT_MODE_P0,
    #[doc = "0x84 - Port P1 GPIO Output Drive Mode"]
    pub out_mode_p1: OUT_MODE_P1,
    #[doc = "0x88 - Port P2 GPIO Output Drive Mode"]
    pub out_mode_p2: OUT_MODE_P2,
    #[doc = "0x8c - Port P3 GPIO Output Drive Mode"]
    pub out_mode_p3: OUT_MODE_P3,
    #[doc = "0x90 - Port P4 GPIO Output Drive Mode"]
    pub out_mode_p4: OUT_MODE_P4,
    #[doc = "0x94 - Port P5 GPIO Output Drive Mode"]
    pub out_mode_p5: OUT_MODE_P5,
    #[doc = "0x98 - Port P6 GPIO Output Drive Mode"]
    pub out_mode_p6: OUT_MODE_P6,
    #[doc = "0x9c - Port P7 GPIO Output Drive Mode"]
    pub out_mode_p7: OUT_MODE_P7,
    #[doc = "0xa0 - Port P8 GPIO Output Drive Mode"]
    pub out_mode_p8: OUT_MODE_P8,
    _reserved27: [u8; 28usize],
    #[doc = "0xc0 - Port P0 GPIO Output Value"]
    pub out_val_p0: OUT_VAL_P0,
    #[doc = "0xc4 - Port P1 GPIO Output Value"]
    pub out_val_p1: OUT_VAL_P1,
    #[doc = "0xc8 - Port P2 GPIO Output Value"]
    pub out_val_p2: OUT_VAL_P2,
    #[doc = "0xcc - Port P3 GPIO Output Value"]
    pub out_val_p3: OUT_VAL_P3,
    #[doc = "0xd0 - Port P4 GPIO Output Value"]
    pub out_val_p4: OUT_VAL_P4,
    #[doc = "0xd4 - Port P5 GPIO Output Value"]
    pub out_val_p5: OUT_VAL_P5,
    #[doc = "0xd8 - Port P6 GPIO Output Value"]
    pub out_val_p6: OUT_VAL_P6,
    #[doc = "0xdc - Port P7 GPIO Output Value"]
    pub out_val_p7: OUT_VAL_P7,
    #[doc = "0xe0 - Port P8 GPIO Output Value"]
    pub out_val_p8: OUT_VAL_P8,
    _reserved36: [u8; 28usize],
    #[doc = "0x100 - Port P0 GPIO Function Select"]
    pub func_sel_p0: FUNC_SEL_P0,
    #[doc = "0x104 - Port P1 GPIO Function Select"]
    pub func_sel_p1: FUNC_SEL_P1,
    #[doc = "0x108 - Port P2 GPIO Function Select"]
    pub func_sel_p2: FUNC_SEL_P2,
    #[doc = "0x10c - Port P3 GPIO Function Select"]
    pub func_sel_p3: FUNC_SEL_P3,
    #[doc = "0x110 - Port P4 GPIO Function Select"]
    pub func_sel_p4: FUNC_SEL_P4,
    #[doc = "0x114 - Port P5 GPIO Function Select"]
    pub func_sel_p5: FUNC_SEL_P5,
    #[doc = "0x118 - Port P6 GPIO Function Select"]
    pub func_sel_p6: FUNC_SEL_P6,
    #[doc = "0x11c - Port P7 GPIO Function Select"]
    pub func_sel_p7: FUNC_SEL_P7,
    #[doc = "0x120 - Port P8 GPIO Function Select"]
    pub func_sel_p8: FUNC_SEL_P8,
    _reserved45: [u8; 28usize],
    #[doc = "0x140 - Port P0 GPIO Input Monitoring Mode"]
    pub in_mode_p0: IN_MODE_P0,
    #[doc = "0x144 - Port P1 GPIO Input Monitoring Mode"]
    pub in_mode_p1: IN_MODE_P1,
    #[doc = "0x148 - Port P2 GPIO Input Monitoring Mode"]
    pub in_mode_p2: IN_MODE_P2,
    #[doc = "0x14c - Port P3 GPIO Input Monitoring Mode"]
    pub in_mode_p3: IN_MODE_P3,
    #[doc = "0x150 - Port P4 GPIO Input Monitoring Mode"]
    pub in_mode_p4: IN_MODE_P4,
    #[doc = "0x154 - Port P5 GPIO Input Monitoring Mode"]
    pub in_mode_p5: IN_MODE_P5,
    #[doc = "0x158 - Port P6 GPIO Input Monitoring Mode"]
    pub in_mode_p6: IN_MODE_P6,
    #[doc = "0x15c - Port P7 GPIO Input Monitoring Mode"]
    pub in_mode_p7: IN_MODE_P7,
    #[doc = "0x160 - Port P8 GPIO Input Monitoring Mode"]
    pub in_mode_p8: IN_MODE_P8,
    _reserved54: [u8; 28usize],
    #[doc = "0x180 - Port P0 GPIO Input Value"]
    pub in_val_p0: IN_VAL_P0,
    #[doc = "0x184 - Port P1 GPIO Input Value"]
    pub in_val_p1: IN_VAL_P1,
    #[doc = "0x188 - Port P2 GPIO Input Value"]
    pub in_val_p2: IN_VAL_P2,
    #[doc = "0x18c - Port P3 GPIO Input Value"]
    pub in_val_p3: IN_VAL_P3,
    #[doc = "0x190 - Port P4 GPIO Input Value"]
    pub in_val_p4: IN_VAL_P4,
    #[doc = "0x194 - Port P5 GPIO Input Value"]
    pub in_val_p5: IN_VAL_P5,
    #[doc = "0x198 - Port P6 GPIO Input Value"]
    pub in_val_p6: IN_VAL_P6,
    #[doc = "0x19c - Port P7 GPIO Input Value"]
    pub in_val_p7: IN_VAL_P7,
    #[doc = "0x1a0 - Port P8 GPIO Input Value"]
    pub in_val_p8: IN_VAL_P8,
    _reserved63: [u8; 28usize],
    #[doc = "0x1c0 - Port P0 Interrupt Detection Mode"]
    pub int_mode_p0: INT_MODE_P0,
    #[doc = "0x1c4 - Port P1 Interrupt Detection Mode"]
    pub int_mode_p1: INT_MODE_P1,
    #[doc = "0x1c8 - Port P2 Interrupt Detection Mode"]
    pub int_mode_p2: INT_MODE_P2,
    #[doc = "0x1cc - Port P3 Interrupt Detection Mode"]
    pub int_mode_p3: INT_MODE_P3,
    #[doc = "0x1d0 - Port P4 Interrupt Detection Mode"]
    pub int_mode_p4: INT_MODE_P4,
    #[doc = "0x1d4 - Port P5 Interrupt Detection Mode"]
    pub int_mode_p5: INT_MODE_P5,
    #[doc = "0x1d8 - Port P6 Interrupt Detection Mode"]
    pub int_mode_p6: INT_MODE_P6,
    #[doc = "0x1dc - Port P7 Interrupt Detection Mode"]
    pub int_mode_p7: INT_MODE_P7,
    #[doc = "0x1e0 - Port P8 Interrupt Detection Mode"]
    pub int_mode_p8: INT_MODE_P8,
    _reserved72: [u8; 28usize],
    #[doc = "0x200 - Port P0 Interrupt Flags"]
    pub intfl_p0: INTFL_P0,
    #[doc = "0x204 - Port P1 Interrupt Flags"]
    pub intfl_p1: INTFL_P1,
    #[doc = "0x208 - Port P2 Interrupt Flags"]
    pub intfl_p2: INTFL_P2,
    #[doc = "0x20c - Port P3 Interrupt Flags"]
    pub intfl_p3: INTFL_P3,
    #[doc = "0x210 - Port P4 Interrupt Flags"]
    pub intfl_p4: INTFL_P4,
    #[doc = "0x214 - Port P5 Interrupt Flags"]
    pub intfl_p5: INTFL_P5,
    #[doc = "0x218 - Port P6 Interrupt Flags"]
    pub intfl_p6: INTFL_P6,
    #[doc = "0x21c - Port P7 Interrupt Flags"]
    pub intfl_p7: INTFL_P7,
    #[doc = "0x220 - Port P8 Interrupt Flags"]
    pub intfl_p8: INTFL_P8,
    _reserved81: [u8; 28usize],
    #[doc = "0x240 - Port P0 Interrupt Enables"]
    pub inten_p0: INTEN_P0,
    #[doc = "0x244 - Port P1 Interrupt Enables"]
    pub inten_p1: INTEN_P1,
    #[doc = "0x248 - Port P2 Interrupt Enables"]
    pub inten_p2: INTEN_P2,
    #[doc = "0x24c - Port P3 Interrupt Enables"]
    pub inten_p3: INTEN_P3,
    #[doc = "0x250 - Port P4 Interrupt Enables"]
    pub inten_p4: INTEN_P4,
    #[doc = "0x254 - Port P5 Interrupt Enables"]
    pub inten_p5: INTEN_P5,
    #[doc = "0x258 - Port P6 Interrupt Enables"]
    pub inten_p6: INTEN_P6,
    #[doc = "0x25c - Port P7 Interrupt Enables"]
    pub inten_p7: INTEN_P7,
    #[doc = "0x260 - Port P8 Interrupt Enables"]
    pub inten_p8: INTEN_P8,
}
#[doc = "Port P0 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p0;
#[doc = "Port P1 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p1;
#[doc = "Port P2 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p2;
#[doc = "Port P3 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p3;
#[doc = "Port P4 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p4;
#[doc = "Port P5 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p5;
#[doc = "Port P6 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p6;
#[doc = "Port P7 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p7;
#[doc = "Port P8 Default (Power-On Reset) Output Drive Mode"]
pub struct RST_MODE_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 Default (Power-On Reset) Output Drive Mode"]
pub mod rst_mode_p8;
#[doc = "Port P0 Free for GPIO Operation Flags"]
pub struct FREE_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 Free for GPIO Operation Flags"]
pub mod free_p0;
#[doc = "Port P1 Free for GPIO Operation Flags"]
pub struct FREE_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 Free for GPIO Operation Flags"]
pub mod free_p1;
#[doc = "Port P2 Free for GPIO Operation Flags"]
pub struct FREE_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 Free for GPIO Operation Flags"]
pub mod free_p2;
#[doc = "Port P3 Free for GPIO Operation Flags"]
pub struct FREE_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 Free for GPIO Operation Flags"]
pub mod free_p3;
#[doc = "Port P4 Free for GPIO Operation Flags"]
pub struct FREE_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 Free for GPIO Operation Flags"]
pub mod free_p4;
#[doc = "Port P5 Free for GPIO Operation Flags"]
pub struct FREE_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 Free for GPIO Operation Flags"]
pub mod free_p5;
#[doc = "Port P6 Free for GPIO Operation Flags"]
pub struct FREE_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 Free for GPIO Operation Flags"]
pub mod free_p6;
#[doc = "Port P7 Free for GPIO Operation Flags"]
pub struct FREE_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 Free for GPIO Operation Flags"]
pub mod free_p7;
#[doc = "Port P8 Free for GPIO Operation Flags"]
pub struct FREE_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 Free for GPIO Operation Flags"]
pub mod free_p8;
#[doc = "Port P0 GPIO Output Drive Mode"]
pub struct OUT_MODE_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 GPIO Output Drive Mode"]
pub mod out_mode_p0;
#[doc = "Port P1 GPIO Output Drive Mode"]
pub struct OUT_MODE_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 GPIO Output Drive Mode"]
pub mod out_mode_p1;
#[doc = "Port P2 GPIO Output Drive Mode"]
pub struct OUT_MODE_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 GPIO Output Drive Mode"]
pub mod out_mode_p2;
#[doc = "Port P3 GPIO Output Drive Mode"]
pub struct OUT_MODE_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 GPIO Output Drive Mode"]
pub mod out_mode_p3;
#[doc = "Port P4 GPIO Output Drive Mode"]
pub struct OUT_MODE_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 GPIO Output Drive Mode"]
pub mod out_mode_p4;
#[doc = "Port P5 GPIO Output Drive Mode"]
pub struct OUT_MODE_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 GPIO Output Drive Mode"]
pub mod out_mode_p5;
#[doc = "Port P6 GPIO Output Drive Mode"]
pub struct OUT_MODE_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 GPIO Output Drive Mode"]
pub mod out_mode_p6;
#[doc = "Port P7 GPIO Output Drive Mode"]
pub struct OUT_MODE_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 GPIO Output Drive Mode"]
pub mod out_mode_p7;
#[doc = "Port P8 GPIO Output Drive Mode"]
pub struct OUT_MODE_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 GPIO Output Drive Mode"]
pub mod out_mode_p8;
#[doc = "Port P0 GPIO Output Value"]
pub struct OUT_VAL_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 GPIO Output Value"]
pub mod out_val_p0;
#[doc = "Port P1 GPIO Output Value"]
pub struct OUT_VAL_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 GPIO Output Value"]
pub mod out_val_p1;
#[doc = "Port P2 GPIO Output Value"]
pub struct OUT_VAL_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 GPIO Output Value"]
pub mod out_val_p2;
#[doc = "Port P3 GPIO Output Value"]
pub struct OUT_VAL_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 GPIO Output Value"]
pub mod out_val_p3;
#[doc = "Port P4 GPIO Output Value"]
pub struct OUT_VAL_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 GPIO Output Value"]
pub mod out_val_p4;
#[doc = "Port P5 GPIO Output Value"]
pub struct OUT_VAL_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 GPIO Output Value"]
pub mod out_val_p5;
#[doc = "Port P6 GPIO Output Value"]
pub struct OUT_VAL_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 GPIO Output Value"]
pub mod out_val_p6;
#[doc = "Port P7 GPIO Output Value"]
pub struct OUT_VAL_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 GPIO Output Value"]
pub mod out_val_p7;
#[doc = "Port P8 GPIO Output Value"]
pub struct OUT_VAL_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 GPIO Output Value"]
pub mod out_val_p8;
#[doc = "Port P0 GPIO Function Select"]
pub struct FUNC_SEL_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 GPIO Function Select"]
pub mod func_sel_p0;
#[doc = "Port P1 GPIO Function Select"]
pub struct FUNC_SEL_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 GPIO Function Select"]
pub mod func_sel_p1;
#[doc = "Port P2 GPIO Function Select"]
pub struct FUNC_SEL_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 GPIO Function Select"]
pub mod func_sel_p2;
#[doc = "Port P3 GPIO Function Select"]
pub struct FUNC_SEL_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 GPIO Function Select"]
pub mod func_sel_p3;
#[doc = "Port P4 GPIO Function Select"]
pub struct FUNC_SEL_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 GPIO Function Select"]
pub mod func_sel_p4;
#[doc = "Port P5 GPIO Function Select"]
pub struct FUNC_SEL_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 GPIO Function Select"]
pub mod func_sel_p5;
#[doc = "Port P6 GPIO Function Select"]
pub struct FUNC_SEL_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 GPIO Function Select"]
pub mod func_sel_p6;
#[doc = "Port P7 GPIO Function Select"]
pub struct FUNC_SEL_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 GPIO Function Select"]
pub mod func_sel_p7;
#[doc = "Port P8 GPIO Function Select"]
pub struct FUNC_SEL_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 GPIO Function Select"]
pub mod func_sel_p8;
#[doc = "Port P0 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 GPIO Input Monitoring Mode"]
pub mod in_mode_p0;
#[doc = "Port P1 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 GPIO Input Monitoring Mode"]
pub mod in_mode_p1;
#[doc = "Port P2 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 GPIO Input Monitoring Mode"]
pub mod in_mode_p2;
#[doc = "Port P3 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 GPIO Input Monitoring Mode"]
pub mod in_mode_p3;
#[doc = "Port P4 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 GPIO Input Monitoring Mode"]
pub mod in_mode_p4;
#[doc = "Port P5 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 GPIO Input Monitoring Mode"]
pub mod in_mode_p5;
#[doc = "Port P6 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 GPIO Input Monitoring Mode"]
pub mod in_mode_p6;
#[doc = "Port P7 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 GPIO Input Monitoring Mode"]
pub mod in_mode_p7;
#[doc = "Port P8 GPIO Input Monitoring Mode"]
pub struct IN_MODE_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 GPIO Input Monitoring Mode"]
pub mod in_mode_p8;
#[doc = "Port P0 GPIO Input Value"]
pub struct IN_VAL_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 GPIO Input Value"]
pub mod in_val_p0;
#[doc = "Port P1 GPIO Input Value"]
pub struct IN_VAL_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 GPIO Input Value"]
pub mod in_val_p1;
#[doc = "Port P2 GPIO Input Value"]
pub struct IN_VAL_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 GPIO Input Value"]
pub mod in_val_p2;
#[doc = "Port P3 GPIO Input Value"]
pub struct IN_VAL_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 GPIO Input Value"]
pub mod in_val_p3;
#[doc = "Port P4 GPIO Input Value"]
pub struct IN_VAL_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 GPIO Input Value"]
pub mod in_val_p4;
#[doc = "Port P5 GPIO Input Value"]
pub struct IN_VAL_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 GPIO Input Value"]
pub mod in_val_p5;
#[doc = "Port P6 GPIO Input Value"]
pub struct IN_VAL_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 GPIO Input Value"]
pub mod in_val_p6;
#[doc = "Port P7 GPIO Input Value"]
pub struct IN_VAL_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 GPIO Input Value"]
pub mod in_val_p7;
#[doc = "Port P8 GPIO Input Value"]
pub struct IN_VAL_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 GPIO Input Value"]
pub mod in_val_p8;
#[doc = "Port P0 Interrupt Detection Mode"]
pub struct INT_MODE_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 Interrupt Detection Mode"]
pub mod int_mode_p0;
#[doc = "Port P1 Interrupt Detection Mode"]
pub struct INT_MODE_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 Interrupt Detection Mode"]
pub mod int_mode_p1;
#[doc = "Port P2 Interrupt Detection Mode"]
pub struct INT_MODE_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 Interrupt Detection Mode"]
pub mod int_mode_p2;
#[doc = "Port P3 Interrupt Detection Mode"]
pub struct INT_MODE_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 Interrupt Detection Mode"]
pub mod int_mode_p3;
#[doc = "Port P4 Interrupt Detection Mode"]
pub struct INT_MODE_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 Interrupt Detection Mode"]
pub mod int_mode_p4;
#[doc = "Port P5 Interrupt Detection Mode"]
pub struct INT_MODE_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 Interrupt Detection Mode"]
pub mod int_mode_p5;
#[doc = "Port P6 Interrupt Detection Mode"]
pub struct INT_MODE_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 Interrupt Detection Mode"]
pub mod int_mode_p6;
#[doc = "Port P7 Interrupt Detection Mode"]
pub struct INT_MODE_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 Interrupt Detection Mode"]
pub mod int_mode_p7;
#[doc = "Port P8 Interrupt Detection Mode"]
pub struct INT_MODE_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 Interrupt Detection Mode"]
pub mod int_mode_p8;
#[doc = "Port P0 Interrupt Flags"]
pub struct INTFL_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 Interrupt Flags"]
pub mod intfl_p0;
#[doc = "Port P1 Interrupt Flags"]
pub struct INTFL_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 Interrupt Flags"]
pub mod intfl_p1;
#[doc = "Port P2 Interrupt Flags"]
pub struct INTFL_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 Interrupt Flags"]
pub mod intfl_p2;
#[doc = "Port P3 Interrupt Flags"]
pub struct INTFL_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 Interrupt Flags"]
pub mod intfl_p3;
#[doc = "Port P4 Interrupt Flags"]
pub struct INTFL_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 Interrupt Flags"]
pub mod intfl_p4;
#[doc = "Port P5 Interrupt Flags"]
pub struct INTFL_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 Interrupt Flags"]
pub mod intfl_p5;
#[doc = "Port P6 Interrupt Flags"]
pub struct INTFL_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 Interrupt Flags"]
pub mod intfl_p6;
#[doc = "Port P7 Interrupt Flags"]
pub struct INTFL_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 Interrupt Flags"]
pub mod intfl_p7;
#[doc = "Port P8 Interrupt Flags"]
pub struct INTFL_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 Interrupt Flags"]
pub mod intfl_p8;
#[doc = "Port P0 Interrupt Enables"]
pub struct INTEN_P0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P0 Interrupt Enables"]
pub mod inten_p0;
#[doc = "Port P1 Interrupt Enables"]
pub struct INTEN_P1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P1 Interrupt Enables"]
pub mod inten_p1;
#[doc = "Port P2 Interrupt Enables"]
pub struct INTEN_P2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P2 Interrupt Enables"]
pub mod inten_p2;
#[doc = "Port P3 Interrupt Enables"]
pub struct INTEN_P3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P3 Interrupt Enables"]
pub mod inten_p3;
#[doc = "Port P4 Interrupt Enables"]
pub struct INTEN_P4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P4 Interrupt Enables"]
pub mod inten_p4;
#[doc = "Port P5 Interrupt Enables"]
pub struct INTEN_P5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P5 Interrupt Enables"]
pub mod inten_p5;
#[doc = "Port P6 Interrupt Enables"]
pub struct INTEN_P6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P6 Interrupt Enables"]
pub mod inten_p6;
#[doc = "Port P7 Interrupt Enables"]
pub struct INTEN_P7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P7 Interrupt Enables"]
pub mod inten_p7;
#[doc = "Port P8 Interrupt Enables"]
pub struct INTEN_P8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port P8 Interrupt Enables"]
pub mod inten_p8;