rgb_led_ws281x: catch up with colour component annotations
[sigrok-test/gsi.git] / decoder / test / counter / test.conf
blob179b2bd76a8b576fbe9f9caff82da68d8abafc46
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
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
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
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
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
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
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
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 display/hd44780/hd44780-reset-init-hello.sr
39         output counter annotation match hd44780_text_falling_reset.output