Skip to content

Commit

Permalink
lpc82x: Remove FMSTAT, FMSTATCLR
Browse files Browse the repository at this point in the history
Both of those registers are not in the user manual.
  • Loading branch information
hannobraun committed Oct 11, 2019
1 parent ce042eb commit 4ae6af0
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions lpc82x/lpc82x.svd
Original file line number Diff line number Diff line change
Expand Up @@ -3754,42 +3754,6 @@ SPDX-License-Identifier: BSD-3-Clause
</field>
</fields>
</register>
<register>
<name>FMSTAT</name>
<description>Flash signature generation status bit</description>
<addressOffset>0xFE0</addressOffset>
<size>32</size>
<access>read-only</access>
<resetValue>0</resetValue>
<resetMask>0xFFFFFFFF</resetMask>
<fields>
<field>
<name>SIGNATURE_DONE</name>
<description>This status bit is set at the end of signature computation</description>
<bitOffset>1</bitOffset>
<bitWidth>1</bitWidth>
<access>read-only</access>
</field>
</fields>
</register>
<register>
<name>FMSTATCLR</name>
<description>Clear FLASH signature generation status bit</description>
<addressOffset>0xFE8</addressOffset>
<size>32</size>
<access>write-only</access>
<resetValue>0</resetValue>
<resetMask>0xFFFFFFFF</resetMask>
<fields>
<field>
<name>SIGNATURE_DONE_CLR</name>
<description>When the bit is written to 1, the SIGNATURE_DONE bit is cleared.</description>
<bitOffset>1</bitOffset>
<bitWidth>1</bitWidth>
<access>write-only</access>
</field>
</fields>
</register>
</registers>
</peripheral>
<peripheral>
Expand Down

0 comments on commit 4ae6af0

Please sign in to comment.