]> sigrok.org Git - sigrok-test.git/blob - decoder/test/i2cfilter/test.conf
avr_isp: add test for ATmega328/P
[sigrok-test.git] / decoder / test / i2cfilter / test.conf
1 test 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
8 test 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
14
15 test 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
22 test 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