Home
last modified time | relevance | path

Searched refs:FRAMING_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_hdlc/py/
Ddecode_test.py68 Expected.error(FrameStatus.FRAMING_ERROR),
69 Expected.error(FrameStatus.FRAMING_ERROR),
120 Expected.error(FrameStatus.FRAMING_ERROR),
125 (b'\x7e1\x7e', [Expected.error(FrameStatus.FRAMING_ERROR)]),
126 (b'\x7e12\x7e', [Expected.error(FrameStatus.FRAMING_ERROR)]),
127 (b'\x7e12345\x7e', [Expected.error(FrameStatus.FRAMING_ERROR)]),
141 [Expected.error(FrameStatus.FRAMING_ERROR)]),
144 [Expected.error(FrameStatus.FRAMING_ERROR)]),
147 [Expected.error(FrameStatus.FRAMING_ERROR)]),
149 (b'\x7e\x7d\x7e', [Expected.error(FrameStatus.FRAMING_ERROR)]),
[all …]
/external/pigweed/pw_hdlc/py/pw_hdlc/
Ddecode.py33 FRAMING_ERROR = 'invalid flag or escape characters' variable in FrameStatus
97 return FrameStatus.FRAMING_ERROR
153 frame = self._finish_frame(FrameStatus.FRAMING_ERROR)
169 frame = self._finish_frame(FrameStatus.FRAMING_ERROR)