doc: services: debugging: mipi: fix heading
Fix heading level. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
a27c6d7d0d
commit
0a1a286a31
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ written to Stimulus Port registers maps directly to STP stream.
|
||||||
This module can be used to perform on-chip decoding of the data stream. STP v2 is used.
|
This module can be used to perform on-chip decoding of the data stream. STP v2 is used.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
#####
|
*****
|
||||||
|
|
||||||
Decoder is initialized with a callback. A callback is called on each decoded opcode.
|
Decoder is initialized with a callback. A callback is called on each decoded opcode.
|
||||||
Decoder has internal state since there are dependency between opcodes (e.g. timestamp can be
|
Decoder has internal state since there are dependency between opcodes (e.g. timestamp can be
|
||||||
|
@ -27,7 +27,7 @@ Loss of synchronization can be indicated to the decoder by calling
|
||||||
:c:func:`mipi_stp_decoder_sync_loss`. :c:func:`mipi_stp_decoder_decode` is used to decode the data.
|
:c:func:`mipi_stp_decoder_sync_loss`. :c:func:`mipi_stp_decoder_decode` is used to decode the data.
|
||||||
|
|
||||||
Limitations
|
Limitations
|
||||||
###########
|
***********
|
||||||
|
|
||||||
There are following limitations:
|
There are following limitations:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue