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

Removed radix: unsigend, because that is now default.

parent ab3d30c5
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!71Resolve L2SDP-186
......@@ -31,7 +31,6 @@ peripherals:
bit_offset: 0
access_mode: RO
address_offset: 0x0
radix: unsigned
- - field_name: stable
field_description: "PPS is stable (1) when capture_cnt = expected_cnt for all PPS periods since last time status was read, else PPS is not stable (0)."
......@@ -53,7 +52,6 @@ peripherals:
bit_offset: 0
access_mode: RW
address_offset: 0x4
radix: unsigned
- - field_name: edge
field_description: "When 0 then clock PPS in on rising edge of clock, else when 1 use falling edge of clock."
......@@ -67,5 +65,4 @@ peripherals:
address_offset: 0x8
width: ceil_log2(g_st_clk_freq)
access_mode: RO
radix: unsigned
......@@ -33,7 +33,6 @@ peripherals:
width: 3
access_mode: WO
address_offset: 0x4
radix: unsigned
- - field_name: read_param
field_description: "read_param"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment