[rtems-central commit] spec: Fix GRGPIO - IRQMAP bit fields

Sebastian Huber sebh at rtems.org
Thu Feb 16 08:06:08 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    239d25459fb9769f8345a0671206e3651d104a11
Changeset: http://git.rtems.org/rtems-central/commit/?id=239d25459fb9769f8345a0671206e3651d104a11

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Feb 16 09:02:50 2023 +0100

spec: Fix GRGPIO - IRQMAP bit fields

Update #4842.

---

 spec/dev/grlib/if/grgpio.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/spec/dev/grlib/if/grgpio.yml b/spec/dev/grlib/if/grgpio.yml
index d90fdd1e..e545c0b4 100644
--- a/spec/dev/grlib/if/grgpio.yml
+++ b/spec/dev/grlib/if/grgpio.yml
@@ -270,9 +270,9 @@ registers:
     - access: [r, w]
       brief: null
       description: null
-      name: 'IRQMAP_I'
+      name: 'IRQMAP_I_0'
       start: 24
-      width: 7
+      width: 5
     - access: [r, w]
       brief: null
       description: null
@@ -289,8 +289,8 @@ registers:
       brief: null
       description: null
       name: 'IRQMAP_I_3'
-      start: 4
-      width: 1
+      start: 0
+      width: 5
     variants: []
   brief: |
     Interrupt map register n, where n = 0 .. 3



More information about the vc mailing list