You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Libraries/CMSIS/Device/Maxim/MAX32657/Include/max32657.svd
+4-45Lines changed: 4 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -3353,8 +3353,8 @@
3353
3353
</fields>
3354
3354
</register>
3355
3355
<register>
3356
-
<name>PADCTRL0</name>
3357
-
<description>GPIO Input Mode Config 0. Each bit in this register enables the weak pull-up for the associated GPIO pin in this port.</description>
3356
+
<name>PADCTRL</name>
3357
+
<description>GPIO Pad Control. Each bit in this register configures the pad for the associated GPIO pin in this port.</description>
3358
3358
<addressOffset>0x60</addressOffset>
3359
3359
<fields>
3360
3360
<field>
@@ -3382,36 +3382,6 @@
3382
3382
</field>
3383
3383
</fields>
3384
3384
</register>
3385
-
<register>
3386
-
<name>PADCTRL1</name>
3387
-
<description>GPIO Input Mode Config 1. Each bit in this register enables the weak pull-up for the associated GPIO pin in this port.</description>
3388
-
<addressOffset>0x64</addressOffset>
3389
-
<fields>
3390
-
<field>
3391
-
<name>ALL</name>
3392
-
<description>The two bits in GPIO_PADCTRL0 and GPIO_PADCTRL1 for each GPIO pin work together to determine the pad mode when the GPIO is set to input mode.</description>
3393
-
<bitOffset>0</bitOffset>
3394
-
<bitWidth>32</bitWidth>
3395
-
<enumeratedValues>
3396
-
<enumeratedValue>
3397
-
<name>impedance</name>
3398
-
<description>High Impedance.</description>
3399
-
<value>0</value>
3400
-
</enumeratedValue>
3401
-
<enumeratedValue>
3402
-
<name>pu</name>
3403
-
<description>Weak pull-up mode.</description>
3404
-
<value>1</value>
3405
-
</enumeratedValue>
3406
-
<enumeratedValue>
3407
-
<name>pd</name>
3408
-
<description>weak pull-down mode.</description>
3409
-
<value>2</value>
3410
-
</enumeratedValue>
3411
-
</enumeratedValues>
3412
-
</field>
3413
-
</fields>
3414
-
</register>
3415
3385
<register>
3416
3386
<name>EN1</name>
3417
3387
<description>GPIO Alternate Function Enable Register. Each bit in this register selects between primary/secondary functions for the associated GPIO pin in this port.</description>
@@ -8460,11 +8430,6 @@
8460
8430
<description>TS2 is selected.</description>
8461
8431
<value>0x4</value>
8462
8432
</enumeratedValue>
8463
-
<enumeratedValue>
8464
-
<name>TS3</name>
8465
-
<description>TS3 is selected.</description>
8466
-
<value>0x8</value>
8467
-
</enumeratedValue>
8468
8433
</enumeratedValues>
8469
8434
</field>
8470
8435
</fields>
@@ -8682,7 +8647,7 @@
8682
8647
<name>TSPOL</name>
8683
8648
<description>Target Select Polarity, each Target Select can have unique polarity.</description>
Copy file name to clipboardExpand all lines: Libraries/PeriphDrivers/Source/GPIO/gpio_reva_me30.svd
+2-32Lines changed: 2 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -443,8 +443,8 @@
443
443
</fields>
444
444
</register>
445
445
<register>
446
-
<name>PADCTRL0</name>
447
-
<description>GPIO Input Mode Config 0. Each bit in this register enables the weak pull-up for the associated GPIO pin in this port.</description>
446
+
<name>PADCTRL</name>
447
+
<description>GPIO Pad Control. Each bit in this register configures the pad for the associated GPIO pin in this port.</description>
448
448
<addressOffset>0x60</addressOffset>
449
449
<fields>
450
450
<field>
@@ -472,36 +472,6 @@
472
472
</field>
473
473
</fields>
474
474
</register>
475
-
<register>
476
-
<name>PADCTRL1</name>
477
-
<description>GPIO Input Mode Config 1. Each bit in this register enables the weak pull-up for the associated GPIO pin in this port.</description>
478
-
<addressOffset>0x64</addressOffset>
479
-
<fields>
480
-
<field>
481
-
<name>ALL</name>
482
-
<description>The two bits in GPIO_PADCTRL0 and GPIO_PADCTRL1 for each GPIO pin work together to determine the pad mode when the GPIO is set to input mode.</description>
483
-
<bitOffset>0</bitOffset>
484
-
<bitWidth>32</bitWidth>
485
-
<enumeratedValues>
486
-
<enumeratedValue>
487
-
<name>impedance</name>
488
-
<description>High Impedance.</description>
489
-
<value>0</value>
490
-
</enumeratedValue>
491
-
<enumeratedValue>
492
-
<name>pu</name>
493
-
<description>Weak pull-up mode.</description>
494
-
<value>1</value>
495
-
</enumeratedValue>
496
-
<enumeratedValue>
497
-
<name>pd</name>
498
-
<description>weak pull-down mode.</description>
499
-
<value>2</value>
500
-
</enumeratedValue>
501
-
</enumeratedValues>
502
-
</field>
503
-
</fields>
504
-
</register>
505
475
<register>
506
476
<name>EN1</name>
507
477
<description>GPIO Alternate Function Enable Register. Each bit in this register selects between primary/secondary functions for the associated GPIO pin in this port.</description>
0 commit comments