Data Fields
DisplayUart_HWAttrs Struct Reference

DisplayUart Attributes. More...

#include <DisplayUart.h>

Data Fields

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

Detailed Description

DisplayUart Attributes.

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

Field Documentation

§ uartIdx

unsigned int DisplayUart_HWAttrs::uartIdx

Index of uart in UART_config[]

§ baudRate

unsigned int DisplayUart_HWAttrs::baudRate

Baud rate for uart

§ mutexTimeout

unsigned int DisplayUart_HWAttrs::mutexTimeout

Timeout for acquiring semaphore

§ strBuf

char* DisplayUart_HWAttrs::strBuf

Buffer for formatting messages

§ strBufLen

uint16_t DisplayUart_HWAttrs::strBufLen

Size of buffer


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale