API Documentation  9.14.00
Data Fields
DisplayUart2_HWAttrs Struct Reference

DisplayUart2 Attributes. More...

Data Fields

unsigned int baudRate
 
unsigned int mutexTimeout
 
char * strBuf
 
uint16_t strBufLen
 
unsigned int uartIdx
 

Detailed Description

DisplayUart2 Attributes.

The DisplayUart2 driver uses a buffer for formatting messages, which is then passed to UART2_write(). The location and size of the buffer are specified in a DisplayUart2_HWAttrs structure. Access to the buffer is synchronized by a semaphore. The timeout for acquiring the semaphore is specified in the attributes.

Field Documentation

§ baudRate

unsigned int DisplayUart2_HWAttrs::baudRate

Baud rate for uart

§ mutexTimeout

unsigned int DisplayUart2_HWAttrs::mutexTimeout

Timeout for acquiring semaphore

§ strBuf

char* DisplayUart2_HWAttrs::strBuf

Buffer for formatting messages

§ strBufLen

uint16_t DisplayUart2_HWAttrs::strBufLen

Size of buffer

§ uartIdx

unsigned int DisplayUart2_HWAttrs::uartIdx

Index of uart in UART_config[]


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