2
0
forked from Ivasoft/DSView

mipi_rffe

This commit is contained in:
CJpower
2020-09-16 16:39:31 +08:00
parent e59adc899f
commit 84040bb276
2 changed files with 3 additions and 3 deletions

View File

@@ -75,13 +75,13 @@ proto = {
class Decoder(srd.Decoder):
api_version = 3
id = 'rffe'
name = 'RFFE'
id = 'mipi_rffe'
name = 'MIPI_RFFE'
longname = 'RF Front-End Control Interface'
desc = 'Two-wire, single-master, serial bus.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['rffe']
outputs = ['mipi_rffe']
tags = ['Embedded/industrial']
channels = (
{'id': 'sclk', 'type': 8, 'name': 'SCLK', 'desc': 'Serial clock line'},