TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
LCD_Buffer Struct Reference

LCD_Buffer used to store data to be printed on the LCD display. More...

#include <LCDDogm1286.h>

Data Fields

char * pcBuffer
 
unsigned int bufSize
 
Semaphore_Struct bufMutex
 

Detailed Description

LCD_Buffer used to store data to be printed on the LCD display.

A sample structure is shown below:

LCD_Buffer lcdBuffers[] = {
{lcdBuffer0, LCD_BYTES, NULL},
{lcdBuffer1, LCD_BYTES, NULL},
};

Field Documentation

char* LCD_Buffer::pcBuffer

Ptr to a buffer with data to be transmitted

unsigned int LCD_Buffer::bufSize

Size of the buffer

Semaphore_Struct LCD_Buffer::bufMutex

Semaphore associated with the buffer


The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated