summaryrefslogtreecommitdiff
path: root/decoder/test/counter/test.conf
blob: 179b2bd76a8b576fbe9f9caff82da68d8abafc46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
test 9bit_spi_rising
	protocol-decoder counter channel data=2 option data_edge=rising
	input spi/wordwidths/9bit_spi.sr
	output counter annotation match 9bit_spi_rising.output

test 9bit_spi_falling
	protocol-decoder counter channel data=2 option data_edge=falling
	input spi/wordwidths/9bit_spi.sr
	output counter annotation match 9bit_spi_falling.output

test 9bit_spi_any
	protocol-decoder counter channel data=2 option data_edge=any
	input spi/wordwidths/9bit_spi.sr
	output counter annotation match 9bit_spi_any.output

test 9bit_spi_rising_2bit_words
	protocol-decoder counter channel data=2 option data_edge=rising option divider=2
	input spi/wordwidths/9bit_spi.sr
	output counter annotation match 9bit_spi_rising_2bit_words.output

test 9bit_spi_rising_9bit_words
	protocol-decoder counter channel data=2 option data_edge=rising option divider=9
	input spi/wordwidths/9bit_spi.sr
	output counter annotation match 9bit_spi_rising_9bit_words.output

test 9bit_spi_rising_18bit_words
	protocol-decoder counter channel data=2 option data_edge=rising option divider=18
	input spi/wordwidths/9bit_spi.sr
	output counter annotation match 9bit_spi_rising_18bit_words.output

test nrf24l01_communication_tx_8bit_words_reset
	protocol-decoder counter channel data=1 channel reset=0 option data_edge=rising option divider=8
	input spi/nrf24l01/nrf24l01-communication-tx.sr
	output counter annotation match nrf24l01_communication_tx_8bit_words_reset.output

test hd44780_text_falling_reset
	protocol-decoder counter channel data=3 channel reset=1 option data_edge=falling option divider=2 option reset_edge=rising
	input display/hd44780/hd44780-reset-init-hello.sr
	output counter annotation match hd44780_text_falling_reset.output