@mchp-mcc/pic-8bit 5.7.0 → 5.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +6 -6
- package/Readme.md +8 -8
- package/json/PIC16F17114.json +36565 -0
- package/json/PIC16F17115.json +36589 -0
- package/json/PIC16F17124.json +42853 -0
- package/json/PIC16F17125.json +42877 -0
- package/json/PIC16F17126.json +0 -40
- package/json/PIC16F17144.json +49008 -0
- package/json/PIC16F17145.json +49032 -0
- package/json/PIC16F17146.json +0 -40
- package/json/PIC16F18054.json +2 -2
- package/json/PIC16F18055.json +2 -2
- package/json/PIC16F18056.json +2 -2
- package/json/PIC16F18074.json +2 -2
- package/json/PIC16F18075.json +2 -2
- package/json/PIC16F18076.json +2 -2
- package/json/PIC16F18114.json +35836 -0
- package/json/PIC16F18115.json +35860 -0
- package/json/PIC16F18124.json +42055 -0
- package/json/PIC16F18125.json +42079 -0
- package/json/PIC16F18126.json +0 -40
- package/json/PIC16F18144.json +48156 -0
- package/json/PIC16F18145.json +48180 -0
- package/json/PIC16F18146.json +0 -40
- package/json/PIC18F25Q43.json +290 -5
- package/json/PIC18F26Q43.json +290 -5
- package/json/PIC18F26Q83.json +8 -8
- package/json/PIC18F26Q84.json +8 -8
- package/json/PIC18F27Q43.json +290 -5
- package/json/PIC18F27Q83.json +8 -8
- package/json/PIC18F27Q84.json +8 -8
- package/json/PIC18F45Q43.json +290 -5
- package/json/PIC18F46Q43.json +290 -5
- package/json/PIC18F46Q83.json +8 -8
- package/json/PIC18F46Q84.json +8 -8
- package/json/PIC18F47Q43.json +290 -5
- package/json/PIC18F47Q83.json +8 -8
- package/json/PIC18F47Q84.json +8 -8
- package/json/PIC18F55Q43.json +290 -5
- package/json/PIC18F56Q43.json +290 -5
- package/json/PIC18F56Q83.json +8 -8
- package/json/PIC18F56Q84.json +8 -8
- package/json/PIC18F57Q43.json +290 -5
- package/json/PIC18F57Q83.json +8 -8
- package/json/PIC18F57Q84.json +8 -8
- package/package.json +25 -1
package/json/PIC18F55Q43.json
CHANGED
|
@@ -38628,10 +38628,6 @@
|
|
|
38628
38628
|
"name": "EEPROM_END_ADDRESS",
|
|
38629
38629
|
"value": "0x380400"
|
|
38630
38630
|
},
|
|
38631
|
-
"TYPE:BANK:BEGIN:END:REGID:14": {
|
|
38632
|
-
"name": "TYPE:BANK:BEGIN:END:REGID:14",
|
|
38633
|
-
"value": "GPR:13:0xD00:0xE00:gpr13"
|
|
38634
|
-
},
|
|
38635
38631
|
"TYPE:BANK:BEGIN:END:REGID:13": {
|
|
38636
38632
|
"name": "TYPE:BANK:BEGIN:END:REGID:13",
|
|
38637
38633
|
"value": "GPR:12:0xC00:0xD00:gpr12"
|
|
@@ -71510,7 +71506,296 @@
|
|
|
71510
71506
|
"type": "rst_sib",
|
|
71511
71507
|
"version": "v0",
|
|
71512
71508
|
"subversion": "a0",
|
|
71513
|
-
"instance": "1"
|
|
71509
|
+
"instance": "1",
|
|
71510
|
+
"registers": {
|
|
71511
|
+
"BORCON": {
|
|
71512
|
+
"name": "BORCON",
|
|
71513
|
+
"alias": "BORCON",
|
|
71514
|
+
"type": "R,W",
|
|
71515
|
+
"width": "8",
|
|
71516
|
+
"defaultValue": "0x80",
|
|
71517
|
+
"settings": {
|
|
71518
|
+
"SBOREN": {
|
|
71519
|
+
"alias": "SBOREN",
|
|
71520
|
+
"defaultValue": "disabled",
|
|
71521
|
+
"name": "SBOREN",
|
|
71522
|
+
"mask": "0x80",
|
|
71523
|
+
"type": "R,W",
|
|
71524
|
+
"porDefault": "0x1",
|
|
71525
|
+
"options": [
|
|
71526
|
+
{
|
|
71527
|
+
"value": "0x0",
|
|
71528
|
+
"name": "disabled",
|
|
71529
|
+
"alias": "disabled"
|
|
71530
|
+
},
|
|
71531
|
+
{
|
|
71532
|
+
"value": "0x1",
|
|
71533
|
+
"name": "enabled",
|
|
71534
|
+
"alias": "enabled"
|
|
71535
|
+
}
|
|
71536
|
+
]
|
|
71537
|
+
},
|
|
71538
|
+
"BORRDY": {
|
|
71539
|
+
"alias": "BORRDY",
|
|
71540
|
+
"defaultValue": "disabled",
|
|
71541
|
+
"name": "BORRDY",
|
|
71542
|
+
"mask": "0x1",
|
|
71543
|
+
"type": "R",
|
|
71544
|
+
"porDefault": "0x0",
|
|
71545
|
+
"options": [
|
|
71546
|
+
{
|
|
71547
|
+
"value": "0x0",
|
|
71548
|
+
"name": "disabled",
|
|
71549
|
+
"alias": "disabled"
|
|
71550
|
+
},
|
|
71551
|
+
{
|
|
71552
|
+
"value": "0x1",
|
|
71553
|
+
"name": "enabled",
|
|
71554
|
+
"alias": "enabled"
|
|
71555
|
+
}
|
|
71556
|
+
]
|
|
71557
|
+
}
|
|
71558
|
+
}
|
|
71559
|
+
},
|
|
71560
|
+
"PCON0": {
|
|
71561
|
+
"name": "PCON0",
|
|
71562
|
+
"alias": "PCON0",
|
|
71563
|
+
"type": "R,W",
|
|
71564
|
+
"width": "8",
|
|
71565
|
+
"defaultValue": "0x3C",
|
|
71566
|
+
"settings": {
|
|
71567
|
+
"STKOVF": {
|
|
71568
|
+
"alias": "STKOVF",
|
|
71569
|
+
"defaultValue": "not occurred",
|
|
71570
|
+
"name": "STKOVF",
|
|
71571
|
+
"mask": "0x80",
|
|
71572
|
+
"type": "R,W",
|
|
71573
|
+
"porDefault": "0x0",
|
|
71574
|
+
"options": [
|
|
71575
|
+
{
|
|
71576
|
+
"value": "0x0",
|
|
71577
|
+
"name": "not occurred",
|
|
71578
|
+
"alias": "not occurred"
|
|
71579
|
+
},
|
|
71580
|
+
{
|
|
71581
|
+
"value": "0x1",
|
|
71582
|
+
"name": "occurred",
|
|
71583
|
+
"alias": "occurred"
|
|
71584
|
+
}
|
|
71585
|
+
]
|
|
71586
|
+
},
|
|
71587
|
+
"STKUNF": {
|
|
71588
|
+
"alias": "STKUNF",
|
|
71589
|
+
"defaultValue": "not occurred",
|
|
71590
|
+
"name": "STKUNF",
|
|
71591
|
+
"mask": "0x40",
|
|
71592
|
+
"type": "R,W",
|
|
71593
|
+
"porDefault": "0x0",
|
|
71594
|
+
"options": [
|
|
71595
|
+
{
|
|
71596
|
+
"value": "0x0",
|
|
71597
|
+
"name": "not occurred",
|
|
71598
|
+
"alias": "not occurred"
|
|
71599
|
+
},
|
|
71600
|
+
{
|
|
71601
|
+
"value": "0x1",
|
|
71602
|
+
"name": "occurred",
|
|
71603
|
+
"alias": "occurred"
|
|
71604
|
+
}
|
|
71605
|
+
]
|
|
71606
|
+
},
|
|
71607
|
+
"nWDTWV": {
|
|
71608
|
+
"alias": "nWDTWV",
|
|
71609
|
+
"defaultValue": "not occurred",
|
|
71610
|
+
"name": "nWDTWV",
|
|
71611
|
+
"mask": "0x20",
|
|
71612
|
+
"type": "R,W",
|
|
71613
|
+
"porDefault": "0x1",
|
|
71614
|
+
"options": [
|
|
71615
|
+
{
|
|
71616
|
+
"value": "0x1",
|
|
71617
|
+
"name": "not occurred",
|
|
71618
|
+
"alias": "not occurred"
|
|
71619
|
+
},
|
|
71620
|
+
{
|
|
71621
|
+
"value": "0x0",
|
|
71622
|
+
"name": "occurred",
|
|
71623
|
+
"alias": "occurred"
|
|
71624
|
+
}
|
|
71625
|
+
]
|
|
71626
|
+
},
|
|
71627
|
+
"nRWDT": {
|
|
71628
|
+
"alias": "nRWDT",
|
|
71629
|
+
"defaultValue": "not occurred",
|
|
71630
|
+
"name": "nRWDT",
|
|
71631
|
+
"mask": "0x10",
|
|
71632
|
+
"type": "R,W",
|
|
71633
|
+
"porDefault": "0x1",
|
|
71634
|
+
"options": [
|
|
71635
|
+
{
|
|
71636
|
+
"value": "0x1",
|
|
71637
|
+
"name": "not occurred",
|
|
71638
|
+
"alias": "not occurred"
|
|
71639
|
+
},
|
|
71640
|
+
{
|
|
71641
|
+
"value": "0x0",
|
|
71642
|
+
"name": "occurred",
|
|
71643
|
+
"alias": "occurred"
|
|
71644
|
+
}
|
|
71645
|
+
]
|
|
71646
|
+
},
|
|
71647
|
+
"nRMCLR": {
|
|
71648
|
+
"alias": "nRMCLR",
|
|
71649
|
+
"defaultValue": "not occurred",
|
|
71650
|
+
"name": "nRMCLR",
|
|
71651
|
+
"mask": "0x8",
|
|
71652
|
+
"type": "R,W",
|
|
71653
|
+
"porDefault": "0x1",
|
|
71654
|
+
"options": [
|
|
71655
|
+
{
|
|
71656
|
+
"value": "0x1",
|
|
71657
|
+
"name": "not occurred",
|
|
71658
|
+
"alias": "not occurred"
|
|
71659
|
+
},
|
|
71660
|
+
{
|
|
71661
|
+
"value": "0x0",
|
|
71662
|
+
"name": "occurred",
|
|
71663
|
+
"alias": "occurred"
|
|
71664
|
+
}
|
|
71665
|
+
]
|
|
71666
|
+
},
|
|
71667
|
+
"nRI": {
|
|
71668
|
+
"alias": "nRI",
|
|
71669
|
+
"defaultValue": "not occurred",
|
|
71670
|
+
"name": "nRI",
|
|
71671
|
+
"mask": "0x4",
|
|
71672
|
+
"type": "R,W",
|
|
71673
|
+
"porDefault": "0x1",
|
|
71674
|
+
"options": [
|
|
71675
|
+
{
|
|
71676
|
+
"value": "0x1",
|
|
71677
|
+
"name": "not occurred",
|
|
71678
|
+
"alias": "not occurred"
|
|
71679
|
+
},
|
|
71680
|
+
{
|
|
71681
|
+
"value": "0x0",
|
|
71682
|
+
"name": "occurred",
|
|
71683
|
+
"alias": "occurred"
|
|
71684
|
+
}
|
|
71685
|
+
]
|
|
71686
|
+
},
|
|
71687
|
+
"nPOR": {
|
|
71688
|
+
"alias": "nPOR",
|
|
71689
|
+
"defaultValue": "occurred",
|
|
71690
|
+
"name": "nPOR",
|
|
71691
|
+
"mask": "0x2",
|
|
71692
|
+
"type": "R,W",
|
|
71693
|
+
"porDefault": "0x0",
|
|
71694
|
+
"options": [
|
|
71695
|
+
{
|
|
71696
|
+
"value": "0x1",
|
|
71697
|
+
"name": "not occurred",
|
|
71698
|
+
"alias": "not occurred"
|
|
71699
|
+
},
|
|
71700
|
+
{
|
|
71701
|
+
"value": "0x0",
|
|
71702
|
+
"name": "occurred",
|
|
71703
|
+
"alias": "occurred"
|
|
71704
|
+
}
|
|
71705
|
+
]
|
|
71706
|
+
},
|
|
71707
|
+
"nBOR": {
|
|
71708
|
+
"alias": "nBOR",
|
|
71709
|
+
"defaultValue": "occurred",
|
|
71710
|
+
"name": "nBOR",
|
|
71711
|
+
"mask": "0x1",
|
|
71712
|
+
"type": "R,W",
|
|
71713
|
+
"porDefault": "0x0",
|
|
71714
|
+
"options": [
|
|
71715
|
+
{
|
|
71716
|
+
"value": "0x1",
|
|
71717
|
+
"name": "not occurred",
|
|
71718
|
+
"alias": "not occurred"
|
|
71719
|
+
},
|
|
71720
|
+
{
|
|
71721
|
+
"value": "0x0",
|
|
71722
|
+
"name": "occurred",
|
|
71723
|
+
"alias": "occurred"
|
|
71724
|
+
}
|
|
71725
|
+
]
|
|
71726
|
+
}
|
|
71727
|
+
}
|
|
71728
|
+
},
|
|
71729
|
+
"PCON1": {
|
|
71730
|
+
"name": "PCON1",
|
|
71731
|
+
"alias": "PCON1",
|
|
71732
|
+
"type": "R,W",
|
|
71733
|
+
"width": "8",
|
|
71734
|
+
"defaultValue": "0x7",
|
|
71735
|
+
"settings": {
|
|
71736
|
+
"nRVREG": {
|
|
71737
|
+
"alias": "nRVREG",
|
|
71738
|
+
"defaultValue": "not occurred",
|
|
71739
|
+
"name": "nRVREG",
|
|
71740
|
+
"mask": "0x4",
|
|
71741
|
+
"type": "R,W",
|
|
71742
|
+
"porDefault": "0x1",
|
|
71743
|
+
"options": [
|
|
71744
|
+
{
|
|
71745
|
+
"value": "0x1",
|
|
71746
|
+
"name": "not occurred",
|
|
71747
|
+
"alias": "not occurred"
|
|
71748
|
+
},
|
|
71749
|
+
{
|
|
71750
|
+
"value": "0x0",
|
|
71751
|
+
"name": "occurred",
|
|
71752
|
+
"alias": "occurred"
|
|
71753
|
+
}
|
|
71754
|
+
]
|
|
71755
|
+
},
|
|
71756
|
+
"nMEMV": {
|
|
71757
|
+
"alias": "nMEMV",
|
|
71758
|
+
"defaultValue": "occurred",
|
|
71759
|
+
"name": "nMEMV",
|
|
71760
|
+
"mask": "0x2",
|
|
71761
|
+
"type": "R,W",
|
|
71762
|
+
"porDefault": "0x1",
|
|
71763
|
+
"options": [
|
|
71764
|
+
{
|
|
71765
|
+
"value": "0x1",
|
|
71766
|
+
"name": "not occurred",
|
|
71767
|
+
"alias": "not occurred"
|
|
71768
|
+
},
|
|
71769
|
+
{
|
|
71770
|
+
"value": "0x0",
|
|
71771
|
+
"name": "occurred",
|
|
71772
|
+
"alias": "occurred"
|
|
71773
|
+
}
|
|
71774
|
+
]
|
|
71775
|
+
},
|
|
71776
|
+
"nRCM": {
|
|
71777
|
+
"alias": "nRCM",
|
|
71778
|
+
"defaultValue": "not occurred",
|
|
71779
|
+
"name": "nRCM",
|
|
71780
|
+
"mask": "0x1",
|
|
71781
|
+
"type": "R,W",
|
|
71782
|
+
"porDefault": "0x1",
|
|
71783
|
+
"options": [
|
|
71784
|
+
{
|
|
71785
|
+
"value": "0x0",
|
|
71786
|
+
"name": "not occurred",
|
|
71787
|
+
"alias": "not occurred"
|
|
71788
|
+
},
|
|
71789
|
+
{
|
|
71790
|
+
"value": "0x1",
|
|
71791
|
+
"name": "occurred",
|
|
71792
|
+
"alias": "occurred"
|
|
71793
|
+
}
|
|
71794
|
+
]
|
|
71795
|
+
}
|
|
71796
|
+
}
|
|
71797
|
+
}
|
|
71798
|
+
}
|
|
71514
71799
|
},
|
|
71515
71800
|
{
|
|
71516
71801
|
"interfaceId": {
|
package/json/PIC18F56Q43.json
CHANGED
|
@@ -38628,10 +38628,6 @@
|
|
|
38628
38628
|
"name": "TYPE:BANK:BEGIN:END:REGID:20",
|
|
38629
38629
|
"value": "GPR:19:0x1300:0x1400:gpr19"
|
|
38630
38630
|
},
|
|
38631
|
-
"TYPE:BANK:BEGIN:END:REGID:22": {
|
|
38632
|
-
"name": "TYPE:BANK:BEGIN:END:REGID:22",
|
|
38633
|
-
"value": "GPR:21:0x1500:0x1600:gpr21"
|
|
38634
|
-
},
|
|
38635
38631
|
"TYPE:BANK:BEGIN:END:REGID:21": {
|
|
38636
38632
|
"name": "TYPE:BANK:BEGIN:END:REGID:21",
|
|
38637
38633
|
"value": "GPR:20:0x1400:0x1500:gpr20"
|
|
@@ -71548,7 +71544,296 @@
|
|
|
71548
71544
|
"type": "rst_sib",
|
|
71549
71545
|
"version": "v0",
|
|
71550
71546
|
"subversion": "a0",
|
|
71551
|
-
"instance": "1"
|
|
71547
|
+
"instance": "1",
|
|
71548
|
+
"registers": {
|
|
71549
|
+
"BORCON": {
|
|
71550
|
+
"name": "BORCON",
|
|
71551
|
+
"alias": "BORCON",
|
|
71552
|
+
"type": "R,W",
|
|
71553
|
+
"width": "8",
|
|
71554
|
+
"defaultValue": "0x80",
|
|
71555
|
+
"settings": {
|
|
71556
|
+
"SBOREN": {
|
|
71557
|
+
"alias": "SBOREN",
|
|
71558
|
+
"defaultValue": "disabled",
|
|
71559
|
+
"name": "SBOREN",
|
|
71560
|
+
"mask": "0x80",
|
|
71561
|
+
"type": "R,W",
|
|
71562
|
+
"porDefault": "0x1",
|
|
71563
|
+
"options": [
|
|
71564
|
+
{
|
|
71565
|
+
"value": "0x0",
|
|
71566
|
+
"name": "disabled",
|
|
71567
|
+
"alias": "disabled"
|
|
71568
|
+
},
|
|
71569
|
+
{
|
|
71570
|
+
"value": "0x1",
|
|
71571
|
+
"name": "enabled",
|
|
71572
|
+
"alias": "enabled"
|
|
71573
|
+
}
|
|
71574
|
+
]
|
|
71575
|
+
},
|
|
71576
|
+
"BORRDY": {
|
|
71577
|
+
"alias": "BORRDY",
|
|
71578
|
+
"defaultValue": "disabled",
|
|
71579
|
+
"name": "BORRDY",
|
|
71580
|
+
"mask": "0x1",
|
|
71581
|
+
"type": "R",
|
|
71582
|
+
"porDefault": "0x0",
|
|
71583
|
+
"options": [
|
|
71584
|
+
{
|
|
71585
|
+
"value": "0x0",
|
|
71586
|
+
"name": "disabled",
|
|
71587
|
+
"alias": "disabled"
|
|
71588
|
+
},
|
|
71589
|
+
{
|
|
71590
|
+
"value": "0x1",
|
|
71591
|
+
"name": "enabled",
|
|
71592
|
+
"alias": "enabled"
|
|
71593
|
+
}
|
|
71594
|
+
]
|
|
71595
|
+
}
|
|
71596
|
+
}
|
|
71597
|
+
},
|
|
71598
|
+
"PCON0": {
|
|
71599
|
+
"name": "PCON0",
|
|
71600
|
+
"alias": "PCON0",
|
|
71601
|
+
"type": "R,W",
|
|
71602
|
+
"width": "8",
|
|
71603
|
+
"defaultValue": "0x3C",
|
|
71604
|
+
"settings": {
|
|
71605
|
+
"STKOVF": {
|
|
71606
|
+
"alias": "STKOVF",
|
|
71607
|
+
"defaultValue": "not occurred",
|
|
71608
|
+
"name": "STKOVF",
|
|
71609
|
+
"mask": "0x80",
|
|
71610
|
+
"type": "R,W",
|
|
71611
|
+
"porDefault": "0x0",
|
|
71612
|
+
"options": [
|
|
71613
|
+
{
|
|
71614
|
+
"value": "0x0",
|
|
71615
|
+
"name": "not occurred",
|
|
71616
|
+
"alias": "not occurred"
|
|
71617
|
+
},
|
|
71618
|
+
{
|
|
71619
|
+
"value": "0x1",
|
|
71620
|
+
"name": "occurred",
|
|
71621
|
+
"alias": "occurred"
|
|
71622
|
+
}
|
|
71623
|
+
]
|
|
71624
|
+
},
|
|
71625
|
+
"STKUNF": {
|
|
71626
|
+
"alias": "STKUNF",
|
|
71627
|
+
"defaultValue": "not occurred",
|
|
71628
|
+
"name": "STKUNF",
|
|
71629
|
+
"mask": "0x40",
|
|
71630
|
+
"type": "R,W",
|
|
71631
|
+
"porDefault": "0x0",
|
|
71632
|
+
"options": [
|
|
71633
|
+
{
|
|
71634
|
+
"value": "0x0",
|
|
71635
|
+
"name": "not occurred",
|
|
71636
|
+
"alias": "not occurred"
|
|
71637
|
+
},
|
|
71638
|
+
{
|
|
71639
|
+
"value": "0x1",
|
|
71640
|
+
"name": "occurred",
|
|
71641
|
+
"alias": "occurred"
|
|
71642
|
+
}
|
|
71643
|
+
]
|
|
71644
|
+
},
|
|
71645
|
+
"nWDTWV": {
|
|
71646
|
+
"alias": "nWDTWV",
|
|
71647
|
+
"defaultValue": "not occurred",
|
|
71648
|
+
"name": "nWDTWV",
|
|
71649
|
+
"mask": "0x20",
|
|
71650
|
+
"type": "R,W",
|
|
71651
|
+
"porDefault": "0x1",
|
|
71652
|
+
"options": [
|
|
71653
|
+
{
|
|
71654
|
+
"value": "0x1",
|
|
71655
|
+
"name": "not occurred",
|
|
71656
|
+
"alias": "not occurred"
|
|
71657
|
+
},
|
|
71658
|
+
{
|
|
71659
|
+
"value": "0x0",
|
|
71660
|
+
"name": "occurred",
|
|
71661
|
+
"alias": "occurred"
|
|
71662
|
+
}
|
|
71663
|
+
]
|
|
71664
|
+
},
|
|
71665
|
+
"nRWDT": {
|
|
71666
|
+
"alias": "nRWDT",
|
|
71667
|
+
"defaultValue": "not occurred",
|
|
71668
|
+
"name": "nRWDT",
|
|
71669
|
+
"mask": "0x10",
|
|
71670
|
+
"type": "R,W",
|
|
71671
|
+
"porDefault": "0x1",
|
|
71672
|
+
"options": [
|
|
71673
|
+
{
|
|
71674
|
+
"value": "0x1",
|
|
71675
|
+
"name": "not occurred",
|
|
71676
|
+
"alias": "not occurred"
|
|
71677
|
+
},
|
|
71678
|
+
{
|
|
71679
|
+
"value": "0x0",
|
|
71680
|
+
"name": "occurred",
|
|
71681
|
+
"alias": "occurred"
|
|
71682
|
+
}
|
|
71683
|
+
]
|
|
71684
|
+
},
|
|
71685
|
+
"nRMCLR": {
|
|
71686
|
+
"alias": "nRMCLR",
|
|
71687
|
+
"defaultValue": "not occurred",
|
|
71688
|
+
"name": "nRMCLR",
|
|
71689
|
+
"mask": "0x8",
|
|
71690
|
+
"type": "R,W",
|
|
71691
|
+
"porDefault": "0x1",
|
|
71692
|
+
"options": [
|
|
71693
|
+
{
|
|
71694
|
+
"value": "0x1",
|
|
71695
|
+
"name": "not occurred",
|
|
71696
|
+
"alias": "not occurred"
|
|
71697
|
+
},
|
|
71698
|
+
{
|
|
71699
|
+
"value": "0x0",
|
|
71700
|
+
"name": "occurred",
|
|
71701
|
+
"alias": "occurred"
|
|
71702
|
+
}
|
|
71703
|
+
]
|
|
71704
|
+
},
|
|
71705
|
+
"nRI": {
|
|
71706
|
+
"alias": "nRI",
|
|
71707
|
+
"defaultValue": "not occurred",
|
|
71708
|
+
"name": "nRI",
|
|
71709
|
+
"mask": "0x4",
|
|
71710
|
+
"type": "R,W",
|
|
71711
|
+
"porDefault": "0x1",
|
|
71712
|
+
"options": [
|
|
71713
|
+
{
|
|
71714
|
+
"value": "0x1",
|
|
71715
|
+
"name": "not occurred",
|
|
71716
|
+
"alias": "not occurred"
|
|
71717
|
+
},
|
|
71718
|
+
{
|
|
71719
|
+
"value": "0x0",
|
|
71720
|
+
"name": "occurred",
|
|
71721
|
+
"alias": "occurred"
|
|
71722
|
+
}
|
|
71723
|
+
]
|
|
71724
|
+
},
|
|
71725
|
+
"nPOR": {
|
|
71726
|
+
"alias": "nPOR",
|
|
71727
|
+
"defaultValue": "occurred",
|
|
71728
|
+
"name": "nPOR",
|
|
71729
|
+
"mask": "0x2",
|
|
71730
|
+
"type": "R,W",
|
|
71731
|
+
"porDefault": "0x0",
|
|
71732
|
+
"options": [
|
|
71733
|
+
{
|
|
71734
|
+
"value": "0x1",
|
|
71735
|
+
"name": "not occurred",
|
|
71736
|
+
"alias": "not occurred"
|
|
71737
|
+
},
|
|
71738
|
+
{
|
|
71739
|
+
"value": "0x0",
|
|
71740
|
+
"name": "occurred",
|
|
71741
|
+
"alias": "occurred"
|
|
71742
|
+
}
|
|
71743
|
+
]
|
|
71744
|
+
},
|
|
71745
|
+
"nBOR": {
|
|
71746
|
+
"alias": "nBOR",
|
|
71747
|
+
"defaultValue": "occurred",
|
|
71748
|
+
"name": "nBOR",
|
|
71749
|
+
"mask": "0x1",
|
|
71750
|
+
"type": "R,W",
|
|
71751
|
+
"porDefault": "0x0",
|
|
71752
|
+
"options": [
|
|
71753
|
+
{
|
|
71754
|
+
"value": "0x1",
|
|
71755
|
+
"name": "not occurred",
|
|
71756
|
+
"alias": "not occurred"
|
|
71757
|
+
},
|
|
71758
|
+
{
|
|
71759
|
+
"value": "0x0",
|
|
71760
|
+
"name": "occurred",
|
|
71761
|
+
"alias": "occurred"
|
|
71762
|
+
}
|
|
71763
|
+
]
|
|
71764
|
+
}
|
|
71765
|
+
}
|
|
71766
|
+
},
|
|
71767
|
+
"PCON1": {
|
|
71768
|
+
"name": "PCON1",
|
|
71769
|
+
"alias": "PCON1",
|
|
71770
|
+
"type": "R,W",
|
|
71771
|
+
"width": "8",
|
|
71772
|
+
"defaultValue": "0x7",
|
|
71773
|
+
"settings": {
|
|
71774
|
+
"nRVREG": {
|
|
71775
|
+
"alias": "nRVREG",
|
|
71776
|
+
"defaultValue": "not occurred",
|
|
71777
|
+
"name": "nRVREG",
|
|
71778
|
+
"mask": "0x4",
|
|
71779
|
+
"type": "R,W",
|
|
71780
|
+
"porDefault": "0x1",
|
|
71781
|
+
"options": [
|
|
71782
|
+
{
|
|
71783
|
+
"value": "0x1",
|
|
71784
|
+
"name": "not occurred",
|
|
71785
|
+
"alias": "not occurred"
|
|
71786
|
+
},
|
|
71787
|
+
{
|
|
71788
|
+
"value": "0x0",
|
|
71789
|
+
"name": "occurred",
|
|
71790
|
+
"alias": "occurred"
|
|
71791
|
+
}
|
|
71792
|
+
]
|
|
71793
|
+
},
|
|
71794
|
+
"nMEMV": {
|
|
71795
|
+
"alias": "nMEMV",
|
|
71796
|
+
"defaultValue": "occurred",
|
|
71797
|
+
"name": "nMEMV",
|
|
71798
|
+
"mask": "0x2",
|
|
71799
|
+
"type": "R,W",
|
|
71800
|
+
"porDefault": "0x1",
|
|
71801
|
+
"options": [
|
|
71802
|
+
{
|
|
71803
|
+
"value": "0x1",
|
|
71804
|
+
"name": "not occurred",
|
|
71805
|
+
"alias": "not occurred"
|
|
71806
|
+
},
|
|
71807
|
+
{
|
|
71808
|
+
"value": "0x0",
|
|
71809
|
+
"name": "occurred",
|
|
71810
|
+
"alias": "occurred"
|
|
71811
|
+
}
|
|
71812
|
+
]
|
|
71813
|
+
},
|
|
71814
|
+
"nRCM": {
|
|
71815
|
+
"alias": "nRCM",
|
|
71816
|
+
"defaultValue": "not occurred",
|
|
71817
|
+
"name": "nRCM",
|
|
71818
|
+
"mask": "0x1",
|
|
71819
|
+
"type": "R,W",
|
|
71820
|
+
"porDefault": "0x1",
|
|
71821
|
+
"options": [
|
|
71822
|
+
{
|
|
71823
|
+
"value": "0x0",
|
|
71824
|
+
"name": "not occurred",
|
|
71825
|
+
"alias": "not occurred"
|
|
71826
|
+
},
|
|
71827
|
+
{
|
|
71828
|
+
"value": "0x1",
|
|
71829
|
+
"name": "occurred",
|
|
71830
|
+
"alias": "occurred"
|
|
71831
|
+
}
|
|
71832
|
+
]
|
|
71833
|
+
}
|
|
71834
|
+
}
|
|
71835
|
+
}
|
|
71836
|
+
}
|
|
71552
71837
|
},
|
|
71553
71838
|
{
|
|
71554
71839
|
"interfaceId": {
|