AFBR-S50 API Reference Manual
v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches
sci_byte_stuffing.h
Go to the documentation of this file.
1
/*************************************************************************/
38
#ifndef SCI_BYTE_STUFFING_H
39
#define SCI_BYTE_STUFFING_H
40
41
/*!***************************************************************************
42
* @defgroup sci_bytestuffing SCI: Byte Stuffing
43
* @ingroup sci
44
* @brief SCI byte stuffing definitions.
45
* @details Byte stuffing definitions for systems communication interface.
46
* @addtogroup sci_bytestuffing
47
* @{
48
*****************************************************************************/
49
50
#define SCI_START_BYTE (0x02)
51
#define SCI_STOP_BYTE (0x03)
52
#define SCI_ESCAPE_BYTE (0x1B)
55
#endif
/* SCI_BYTE_STUFFING_H */
Sources
ExplorerApp
sci
sci_byte_stuffing.h
Broadcom Inc.