Commit 1a4ceafd authored by Dimitris Lampridis's avatar Dimitris Lampridis Committed by Dimitris Lampridis

doc: fix descrition of hysteresis, the number is always treated as unsigned

parent 30f491e1
......@@ -619,7 +619,7 @@ Internal trigger threshold hysteresis
@multitable @columnfractions 0.15 0.85
@headitem Field @tab Description
@item @code{val} @tab Treated as binary two's complement and compared to raw ADC data.
@item @code{hyst} @tab Configures the internal trigger threshold hysteresis (two's complement).
@item @code{hyst} @tab Configures the internal trigger threshold hysteresis.@*The value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.
@end multitable
@regsection @code{ch1_trig_dly} - Channel 1 trigger delay
@multitable @columnfractions .10 .10 .15 .10 .55
......@@ -716,7 +716,7 @@ Internal trigger threshold hysteresis
@multitable @columnfractions 0.15 0.85
@headitem Field @tab Description
@item @code{val} @tab Treated as binary two's complement and compared to raw ADC data.
@item @code{hyst} @tab Configures the internal trigger threshold hysteresis (two's complement).
@item @code{hyst} @tab Configures the internal trigger threshold hysteresis.@*The value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.
@end multitable
@regsection @code{ch2_trig_dly} - Channel 2 trigger delay
@multitable @columnfractions .10 .10 .15 .10 .55
......@@ -813,7 +813,7 @@ Internal trigger threshold hysteresis
@multitable @columnfractions 0.15 0.85
@headitem Field @tab Description
@item @code{val} @tab Treated as binary two's complement and compared to raw ADC data.
@item @code{hyst} @tab Configures the internal trigger threshold hysteresis (two's complement).
@item @code{hyst} @tab Configures the internal trigger threshold hysteresis.@*The value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.
@end multitable
@regsection @code{ch3_trig_dly} - Channel 3 trigger delay
@multitable @columnfractions .10 .10 .15 .10 .55
......@@ -910,7 +910,7 @@ Internal trigger threshold hysteresis
@multitable @columnfractions 0.15 0.85
@headitem Field @tab Description
@item @code{val} @tab Treated as binary two's complement and compared to raw ADC data.
@item @code{hyst} @tab Configures the internal trigger threshold hysteresis (two's complement).
@item @code{hyst} @tab Configures the internal trigger threshold hysteresis.@*The value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.
@end multitable
@regsection @code{ch4_trig_dly} - Channel 4 trigger delay
@multitable @columnfractions .10 .10 .15 .10 .55
......
......@@ -9407,7 +9407,7 @@ VAL
<li><b>
HYST
</b>[<i>read/write</i>]: Internal trigger threshold hysteresis
<br>Configures the internal trigger threshold hysteresis (two's complement).
<br>Configures the internal trigger threshold hysteresis.<br>The value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.
</ul>
<a name="CH1_TRIG_DLY"></a>
<h3><a name="sect_3_23">3.23. Channel 1 trigger delay</a></h3>
......@@ -11217,7 +11217,7 @@ VAL
<li><b>
HYST
</b>[<i>read/write</i>]: Internal trigger threshold hysteresis
<br>Configures the internal trigger threshold hysteresis (two's complement).
<br>Configures the internal trigger threshold hysteresis.<br>The value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.
</ul>
<a name="CH2_TRIG_DLY"></a>
<h3><a name="sect_3_30">3.30. Channel 2 trigger delay</a></h3>
......@@ -13027,7 +13027,7 @@ VAL
<li><b>
HYST
</b>[<i>read/write</i>]: Internal trigger threshold hysteresis
<br>Configures the internal trigger threshold hysteresis (two's complement).
<br>Configures the internal trigger threshold hysteresis.<br>The value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.
</ul>
<a name="CH3_TRIG_DLY"></a>
<h3><a name="sect_3_37">3.37. Channel 3 trigger delay</a></h3>
......@@ -14837,7 +14837,7 @@ VAL
<li><b>
HYST
</b>[<i>read/write</i>]: Internal trigger threshold hysteresis
<br>Configures the internal trigger threshold hysteresis (two's complement).
<br>Configures the internal trigger threshold hysteresis.<br>The value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.
</ul>
<a name="CH4_TRIG_DLY"></a>
<h3><a name="sect_3_44">3.44. Channel 4 trigger delay</a></h3>
......
......@@ -604,7 +604,7 @@ peripheral {
field {
align = 16;
name = "Internal trigger threshold hysteresis";
description = "Configures the internal trigger threshold hysteresis (two's complement).";
description = "Configures the internal trigger threshold hysteresis.\nThe value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.";
prefix = "hyst";
type = SLV;
size = 16;
......@@ -723,7 +723,7 @@ peripheral {
field {
align = 16;
name = "Internal trigger threshold hysteresis";
description = "Configures the internal trigger threshold hysteresis (two's complement).";
description = "Configures the internal trigger threshold hysteresis.\nThe value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.";
prefix = "hyst";
type = SLV;
size = 16;
......@@ -842,7 +842,7 @@ peripheral {
field {
align = 16;
name = "Internal trigger threshold hysteresis";
description = "Configures the internal trigger threshold hysteresis (two's complement).";
description = "Configures the internal trigger threshold hysteresis.\nThe value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.";
prefix = "hyst";
type = SLV;
size = 16;
......@@ -961,7 +961,7 @@ peripheral {
field {
align = 16;
name = "Internal trigger threshold hysteresis";
description = "Configures the internal trigger threshold hysteresis (two's complement).";
description = "Configures the internal trigger threshold hysteresis.\nThe value is always unsigned, and the gateware will subtract/add it based on the configured trigger polarity.";
prefix = "hyst";
type = SLV;
size = 16;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment