DD_SERIAL_CONFIG¶
Structure Definition¶
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 | |
Function Description¶
Sequence configuration structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| baudRate | unsigned int | Baud rate. |
| dataBit | unsigned int | Data bits. |
| stopBit | unsigned int | Stop bit. |
| parity | unsigned int | Parity bit. |
| dataFlowControl | unsigned int | Data flow control. |