NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
QbSerialInfo Struct Reference

Detailed Description

Holds information for UART port initialization.

Definition at line 37 of file serial.h.

Data Fields

NvU8 Port
 Holds the UART port. More...
 
NvU8 WordLength
 Holds the word-length. Usual value is 8. More...
 
NvU8 Parity
 Holds the parity support. Usual value is 0. More...
 
NvU8 StopBits
 Holds the Holds the stop bits. Usual value is 1. More...
 
NvU32 BaudRate
 Holds the baud rate. More...
 

Field Documentation

NvU32 QbSerialInfo::BaudRate

Holds the baud rate.

Definition at line 48 of file serial.h.

NvU8 QbSerialInfo::Parity

Holds the parity support. Usual value is 0.

Definition at line 44 of file serial.h.

NvU8 QbSerialInfo::Port

Holds the UART port.

Definition at line 40 of file serial.h.

NvU8 QbSerialInfo::StopBits

Holds the Holds the stop bits. Usual value is 1.

Definition at line 46 of file serial.h.

NvU8 QbSerialInfo::WordLength

Holds the word-length. Usual value is 8.

Definition at line 42 of file serial.h.


The documentation for this struct was generated from the following file: