]> sigrok.org Git - libsigrokdecode.git/blame - decoders/i2c/test/test.conf
Rename 'probe' to 'channel' everywhere.
[libsigrokdecode.git] / decoders / i2c / test / test.conf
CommitLineData
fbd226c3 1test rtc
6a15597a 2 protocol-decoder i2c channel scl=0 channel sda=1
fbd226c3
BV
3 input i2c/rtc_dallas_ds1307/rtc_ds1307_200khz.sr
4 output i2c annotation class data-read match rtc_ds1307_200khz_data_read.output
5 output i2c annotation class data-write match rtc_ds1307_200khz_data_write.output
6 output i2c annotation match rtc_ds1307_200khz.output
0b2a10a3 7 output i2c python match rtc_ds1307_200khz.python
fbd226c3
BV
8
9test motherboard
6a15597a 10 protocol-decoder i2c channel scl=0 channel sda=3
fbd226c3
BV
11 input i2c/gigabyte_6vle-vxl_i2c/gigabyte_6vle_vxl_i2c.sr
12 output i2c annotation match gigabyte_6vle_vxl_i2c.output
0b2a10a3 13 output i2c python match gigabyte_6vle_vxl_i2c.python
fbd226c3 14
e6449805 15test xfp
6a15597a 16 protocol-decoder i2c channel scl=0 channel sda=1
e6449805
BV
17 input i2c/network-transceivers/xfp.sr
18 output i2c binary class data-read match xfp_data_read.binary
19 output i2c binary class data-write match xfp_data_write.binary
20 output i2c binary class address-read match xfp_address_read.binary
21 output i2c binary class address-write match xfp_address_write.binary
22