##
'''
-LFAST is a physical communication interface used mainly by the NXP ZipWire
+LFAST is a physical communication interface used mainly by the NXP Zipwire
interface. It's a framed asynchronous serial interface using differential
TX/RX pairs, capable of data rates of up to 320 MBit/s.
'''
The Serial Inter-Processor Interface (SIPI) is a higher-level protocol that runs
-over the LFAST physical interface. Together, they form the NXP ZipWire interface.
+over the LFAST physical interface. Together, they form the NXP Zipwire interface.
The SIPI interface is also provided by Infineon as HSST, using HSCT for transport.
}
-
ann_header_tag, ann_header_cmd, ann_header_ch, ann_address, ann_data, \
ann_crc, ann_warning = range(7)
class Decoder(srd.Decoder):
api_version = 3
id = 'sipi'
- name = 'SIPI (ZipWire)'
+ name = 'SIPI (Zipwire)'
longname = 'NXP SIPI interface'
- desc = 'Serial Inter-Processor Interface (SIPI) aka ZipWire, aka HSSL'
+ desc = 'Serial Inter-Processor Interface (SIPI) aka Zipwire, aka HSSL'
license = 'gplv2+'
inputs = ['lfast']
outputs = []