Skip to content
Snippets Groups Projects
Commit 17191613 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Improved field_description of BSN in dp_bsn_source, dp_bsn_source_v2 and...

Improved field_description of BSN in dp_bsn_source, dp_bsn_source_v2 and dp_bsn_scheduler in dp.peripheral.yaml.
parent 43f73ca0
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ peripherals: ...@@ -137,7 +137,7 @@ peripherals:
address_offset: 0x4 address_offset: 0x4
access_mode: RW access_mode: RW
- - field_name: bsn - - field_name: bsn
field_description: "Initial BSN" field_description: "Write: initial BSN. Read: BSN at last sync. First access lo, then hi."
address_offset: 0x8 address_offset: 0x8
user_width: 64 user_width: 64
radix: uint64 radix: uint64
...@@ -177,7 +177,7 @@ peripherals: ...@@ -177,7 +177,7 @@ peripherals:
address_offset: 0x4 address_offset: 0x4
access_mode: RW access_mode: RW
- - field_name: bsn_init - - field_name: bsn_init
field_description: "Initial BSN" field_description: "Write: initial BSN. Read: BSN at last sync. First access lo, then hi."
address_offset: 0x8 address_offset: 0x8
user_width: 64 user_width: 64
radix: uint64 radix: uint64
...@@ -199,7 +199,7 @@ peripherals: ...@@ -199,7 +199,7 @@ peripherals:
mm_port_description: "" mm_port_description: ""
fields: fields:
- - field_name: scheduled_bsn - - field_name: scheduled_bsn
field_description: "Write scheduled BSN. First access lo, then hi." field_description: "Write: scheduled BSN. Read: last BSN. First access lo, then hi."
address_offset: 0x0 address_offset: 0x0
user_width: 64 user_width: 64
radix: uint64 radix: uint64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment