Fixed length COREID in v1, v2 renamed MASTERID to COREID

This commit is contained in:
Michael Zill 2024-04-08 10:12:42 +02:00
parent e029a55f7a
commit 840e5ec5db
2 changed files with 11 additions and 11 deletions

View File

@ -66,7 +66,7 @@ fieldset/CR:
- name: COREID - name: COREID
description: COREID of semaphores to be cleared. description: COREID of semaphores to be cleared.
bit_offset: 8 bit_offset: 8
bit_size: 8 bit_size: 4
- name: KEY - name: KEY
description: Semaphore clear Key. description: Semaphore clear Key.
bit_offset: 16 bit_offset: 16
@ -88,7 +88,7 @@ fieldset/R:
- name: COREID - name: COREID
description: Semaphore COREID. description: Semaphore COREID.
bit_offset: 8 bit_offset: 8
bit_size: 8 bit_size: 4
- name: LOCK - name: LOCK
description: Lock indication. description: Lock indication.
bit_offset: 31 bit_offset: 31
@ -103,7 +103,7 @@ fieldset/RLR:
- name: COREID - name: COREID
description: Semaphore COREID. description: Semaphore COREID.
bit_offset: 8 bit_offset: 8
bit_size: 8 bit_size: 4
- name: LOCK - name: LOCK
description: Lock indication. description: Lock indication.
bit_offset: 31 bit_offset: 31

View File

@ -46,10 +46,10 @@ block/HSEM:
fieldset/CR: fieldset/CR:
description: HSEM Clear register. description: HSEM Clear register.
fields: fields:
- name: MASTERID - name: COREID
description: MasterID of semaphores to be cleared. description: COREID of semaphores to be cleared.
bit_offset: 8 bit_offset: 8
bit_size: 8 bit_size: 4
- name: KEY - name: KEY
description: Semaphore clear Key. description: Semaphore clear Key.
bit_offset: 16 bit_offset: 16
@ -68,10 +68,10 @@ fieldset/R:
description: Semaphore ProcessID. description: Semaphore ProcessID.
bit_offset: 0 bit_offset: 0
bit_size: 8 bit_size: 8
- name: MASTERID - name: COREID
description: Semaphore MasterID. description: Semaphore COREID.
bit_offset: 8 bit_offset: 8
bit_size: 8 bit_size: 4
- name: LOCK - name: LOCK
description: Lock indication. description: Lock indication.
bit_offset: 31 bit_offset: 31
@ -84,9 +84,9 @@ fieldset/RLR:
bit_offset: 0 bit_offset: 0
bit_size: 8 bit_size: 8
- name: MASTERID - name: MASTERID
description: Semaphore MasterID. description: Semaphore COREID.
bit_offset: 8 bit_offset: 8
bit_size: 8 bit_size: 4
- name: LOCK - name: LOCK
description: Lock indication. description: Lock indication.
bit_offset: 31 bit_offset: 31