25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<!-- ======================================================= -->
|
||
|
|
<!-- The 'ioMode' attribute on the xSCOPEconfig -->
|
||
|
|
<!-- element can take the following values: -->
|
||
|
|
<!-- "none", "basic", "timed" -->
|
||
|
|
<!-- -->
|
||
|
|
<!-- The 'type' attribute on Probe -->
|
||
|
|
<!-- elements can take the following values: -->
|
||
|
|
<!-- "STARTSTOP", "CONTINUOUS", "DISCRETE", "STATEMACHINE" -->
|
||
|
|
<!-- -->
|
||
|
|
<!-- The 'datatype' attribute on Probe -->
|
||
|
|
<!-- elements can take the following values: -->
|
||
|
|
<!-- "NONE", "UINT", "INT", "FLOAT" -->
|
||
|
|
<!-- ======================================================= -->
|
||
|
|
|
||
|
|
<xSCOPEconfig ioMode="basic" enabled="true">
|
||
|
|
|
||
|
|
<!-- For example: -->
|
||
|
|
<!-- <Probe name="I2S_RX_0" type="CONTINUOUS" datatype="INT" units="Value" enabled="true"/> -->
|
||
|
|
|
||
|
|
|
||
|
|
<!-- From the target code, call: xscope_int(PROBE_NAME, value); -->
|
||
|
|
</xSCOPEconfig>
|