Skip to content

Commit

Permalink
added LDO enumerations in ME30 GCR
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Nov 11, 2024
1 parent d2480e1 commit da48d97
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Libraries/PeriphDrivers/Source/SYS/SVD/gcr_me30.svd
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,28 @@
<description>Voltage Selection for BB LDO.</description>
<bitOffset>2</bitOffset>
<bitWidth>2</bitWidth>
<enumeratedValues>
<enumeratedValue>
<name>0_9</name>
<description>0.9V</description>
<value>0</value>
</enumeratedValue>
<enumeratedValue>
<name>0_9</name>
<description>0.9V</description>
<value>1</value>
</enumeratedValue>
<enumeratedValue>
<name>1_0</name>
<description>1.0V</description>
<value>2</value>
</enumeratedValue>
<enumeratedValue>
<name>1_1</name>
<description>1.1V</description>
<value>3</value>
</enumeratedValue>
</enumeratedValues>
</field>
<field>
<name>RF_EN</name>
Expand Down Expand Up @@ -997,4 +1019,4 @@
</register>
</registers>
</peripheral>
</device>
</device>

0 comments on commit da48d97

Please sign in to comment.