blob: db46b3824c6bedba478dbb4d00378ffb7a73d375 (
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
|
test cc1101-burst-read
protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5
protocol-decoder cc1101
stack spi cc1101
input spi/cc1101/cc1101-burst-read.sr
output cc1101 annotation match cc1101-burst-read.output
test cc1101-burst-write
protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5
protocol-decoder cc1101
stack spi cc1101
input spi/cc1101/cc1101-burst-write.sr
output cc1101 annotation match cc1101-burst-write.output
test cc1101-command-strobe
protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5
protocol-decoder cc1101
stack spi cc1101
input spi/cc1101/cc1101-command-strobe.sr
output cc1101 annotation match cc1101-command-strobe.output
test cc1101-read-write
protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5
protocol-decoder cc1101
stack spi cc1101
input spi/cc1101/cc1101-read-write.sr
output cc1101 annotation match cc1101-read-write.output
|