]> sigrok.org Git - sigrok-test.git/blame - decoder/test/counter/test.conf
counter: adjust test config for renamed 'data_edge' option
[sigrok-test.git] / decoder / test / counter / test.conf
CommitLineData
bf18891f 1test 9bit_spi_rising
3f0b1d31 2 protocol-decoder counter channel data=2 option data_edge=rising
bf18891f
UH
3 input spi/wordwidths/9bit_spi.sr
4 output counter annotation match 9bit_spi_rising.output
5
6test 9bit_spi_falling
3f0b1d31 7 protocol-decoder counter channel data=2 option data_edge=falling
bf18891f
UH
8 input spi/wordwidths/9bit_spi.sr
9 output counter annotation match 9bit_spi_falling.output
10
11test 9bit_spi_any
3f0b1d31 12 protocol-decoder counter channel data=2 option data_edge=any
bf18891f
UH
13 input spi/wordwidths/9bit_spi.sr
14 output counter annotation match 9bit_spi_any.output
15
16test 9bit_spi_rising_2bit_words
3f0b1d31 17 protocol-decoder counter channel data=2 option data_edge=rising option divider=2
bf18891f
UH
18 input spi/wordwidths/9bit_spi.sr
19 output counter annotation match 9bit_spi_rising_2bit_words.output
20
21test 9bit_spi_rising_9bit_words
3f0b1d31 22 protocol-decoder counter channel data=2 option data_edge=rising option divider=9
bf18891f
UH
23 input spi/wordwidths/9bit_spi.sr
24 output counter annotation match 9bit_spi_rising_9bit_words.output
25
26test 9bit_spi_rising_18bit_words
3f0b1d31 27 protocol-decoder counter channel data=2 option data_edge=rising option divider=18
bf18891f
UH
28 input spi/wordwidths/9bit_spi.sr
29 output counter annotation match 9bit_spi_rising_18bit_words.output
30
31test nrf24l01_communication_tx_8bit_words_reset
3f0b1d31 32 protocol-decoder counter channel data=1 channel reset=0 option data_edge=rising option divider=8
bf18891f
UH
33 input spi/nrf24l01/nrf24l01-communication-tx.sr
34 output counter annotation match nrf24l01_communication_tx_8bit_words_reset.output