TI-RTOS Drivers  tidrivers_full_2_20_00_08
Data Fields
tDisplay Struct Reference

This structure defines the characteristics of a display driver. More...

#include <grlib.h>

Collaboration diagram for tDisplay:
Collaboration graph
[legend]

Data Fields

int32_t lSize
 The size of this structure. More...
 
void * pvDisplayData
 A pointer to display driver-specific data. More...
 
uint16_t usWidth
 The width of this display. More...
 
uint16_t usHeight
 The height of this display. More...
 
const tDisplayFxnspFxns
 Implementation of this display. More...
 

Detailed Description

This structure defines the characteristics of a display driver.

Field Documentation

int32_t tDisplay::lSize

The size of this structure.

void* tDisplay::pvDisplayData

A pointer to display driver-specific data.

uint16_t tDisplay::usWidth

The width of this display.

uint16_t tDisplay::usHeight

The height of this display.

const tDisplayFxns* tDisplay::pFxns

Implementation of this display.


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