]> sigrok.org Git - sigrok-test.git/blob - decoder/test/counter/test.conf
counter: use HD44780 dump to check counter's reset_edge option
[sigrok-test.git] / decoder / test / counter / test.conf
1 test 9bit_spi_rising
2         protocol-decoder counter channel data=2 option data_edge=rising
3         input spi/wordwidths/9bit_spi.sr
4         output counter annotation match 9bit_spi_rising.output
5
6 test 9bit_spi_falling
7         protocol-decoder counter channel data=2 option data_edge=falling
8         input spi/wordwidths/9bit_spi.sr
9         output counter annotation match 9bit_spi_falling.output
10
11 test 9bit_spi_any
12         protocol-decoder counter channel data=2 option data_edge=any
13         input spi/wordwidths/9bit_spi.sr
14         output counter annotation match 9bit_spi_any.output
15
16 test 9bit_spi_rising_2bit_words
17         protocol-decoder counter channel data=2 option data_edge=rising option divider=2
18         input spi/wordwidths/9bit_spi.sr
19         output counter annotation match 9bit_spi_rising_2bit_words.output
20
21 test 9bit_spi_rising_9bit_words
22         protocol-decoder counter channel data=2 option data_edge=rising option divider=9
23         input spi/wordwidths/9bit_spi.sr
24         output counter annotation match 9bit_spi_rising_9bit_words.output
25
26 test 9bit_spi_rising_18bit_words
27         protocol-decoder counter channel data=2 option data_edge=rising option divider=18
28         input spi/wordwidths/9bit_spi.sr
29         output counter annotation match 9bit_spi_rising_18bit_words.output
30
31 test nrf24l01_communication_tx_8bit_words_reset
32         protocol-decoder counter channel data=1 channel reset=0 option data_edge=rising option divider=8
33         input spi/nrf24l01/nrf24l01-communication-tx.sr
34         output counter annotation match nrf24l01_communication_tx_8bit_words_reset.output
35
36 test hd44780_text_falling_reset
37         protocol-decoder counter channel data=3 channel reset=1 option data_edge=falling option divider=2 option reset_edge=rising
38         input hd44780/hd44780-reset-init-hello.sr
39         output counter annotation match hd44780_text_falling_reset.output