]> sigrok.org Git - sigrok-test.git/blame - decoder/test/i2cfilter/test.conf
avr_isp: add test for ATmega328/P
[sigrok-test.git] / decoder / test / i2cfilter / test.conf
CommitLineData
593412c8
UH
1test trekstor_ebr30_a_i2c_0x15_52
2 protocol-decoder i2c channel scl=0 channel sda=1
3 protocol-decoder i2cfilter option address=52
4 stack i2c i2cfilter
5 input i2c/trekstor_ebr30_a/trekstor_ebr30_a_i2c_0x15.sr
6 output i2cfilter python match trekstor_ebr30_a_i2c_0x15_52.python
7
8test trekstor_ebr30_a_i2c_0x15_21
9 protocol-decoder i2c channel scl=0 channel sda=1
10 protocol-decoder i2cfilter option address=21
11 stack i2c i2cfilter
12 input i2c/trekstor_ebr30_a/trekstor_ebr30_a_i2c_0x15.sr
13 output i2cfilter python match trekstor_ebr30_a_i2c_0x15_21.python
d872c9fb
GS
14
15test trekstor_ebr30_a_i2c_0x15_write
16 protocol-decoder i2c channel scl=0 channel sda=1
17 protocol-decoder i2cfilter option address=21 option direction=write
18 stack i2c i2cfilter
19 input i2c/trekstor_ebr30_a/trekstor_ebr30_a_i2c_0x15.sr
20 output i2cfilter python match trekstor_ebr30_a_i2c_0x15_write.python
21
22test trekstor_ebr30_a_i2c_0x15_read
23 protocol-decoder i2c channel scl=0 channel sda=1
24 protocol-decoder i2cfilter option address=21 option direction=read
25 stack i2c i2cfilter
26 input i2c/trekstor_ebr30_a/trekstor_ebr30_a_i2c_0x15.sr
27 output i2cfilter python match trekstor_ebr30_a_i2c_0x15_read.python