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
 
SemaphoreP_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

§ pcBuffer

char* LCD_Buffer::pcBuffer

Ptr to a buffer with data to be transmitted

§ bufSize

unsigned int LCD_Buffer::bufSize

Size of the buffer

§ bufMutex

SemaphoreP_Struct LCD_Buffer::bufMutex

Semaphore associated with the buffer


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