Data Fields
Display_Config Struct Reference

Display Global configuration. More...

#include <Display.h>

Collaboration diagram for Display_Config:
Collaboration graph
[legend]

Data Fields

Display_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

Display Global configuration.

The Display_Config structure contains a set of pointers used to characterize the Display interface implementation.

This structure needs to be defined before calling Display_open() and it must not be changed thereafter.

See also
Display_init()

Field Documentation

§ fxnTablePtr

Display_FxnTable const* Display_Config::fxnTablePtr

Pointer to a table of driver-specific implementations of Display APIs

§ object

void* Display_Config::object

Pointer to a driver specific data object

§ hwAttrs

void const* Display_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


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