From 4ae6af02591fd95a1a9d3975c9c32ccf59821e43 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Thu, 10 Oct 2019 22:25:45 +0200 Subject: [PATCH] lpc82x: Remove FMSTAT, FMSTATCLR Both of those registers are not in the user manual. --- lpc82x/lpc82x.svd | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/lpc82x/lpc82x.svd b/lpc82x/lpc82x.svd index ac003fd6..42ade653 100644 --- a/lpc82x/lpc82x.svd +++ b/lpc82x/lpc82x.svd @@ -3754,42 +3754,6 @@ SPDX-License-Identifier: BSD-3-Clause - - FMSTAT - Flash signature generation status bit - 0xFE0 - 32 - read-only - 0 - 0xFFFFFFFF - - - SIGNATURE_DONE - This status bit is set at the end of signature computation - 1 - 1 - read-only - - - - - FMSTATCLR - Clear FLASH signature generation status bit - 0xFE8 - 32 - write-only - 0 - 0xFFFFFFFF - - - SIGNATURE_DONE_CLR - When the bit is written to 1, the SIGNATURE_DONE bit is cleared. - 1 - 1 - write-only - - -