Device Settings HAL 0.2.0
 
Loading...
Searching...
No Matches

Structure for the EDID display. More...

#include <dsTypes.h>

Collaboration diagram for _dsDisplayEDID_t:
[legend]

Data Fields

int32_t productCode
 Product code of the display device.
 
int32_t serialNumber
 Serial number of the display device.
 
int32_t manufactureYear
 Year of manufacture of the display device.
 
int32_t manufactureWeek
 Week of manufacture of the display device.
 
bool hdmiDeviceType
 Device type ( true if HDMI, false if DVI )
 
bool isRepeater
 Receiver is a repeater ( true if Repeater, false if connected Receiver is not a repeater)
 
uint8_t physicalAddressA
 Physical Address for HDMI node A.
 
uint8_t physicalAddressB
 Physical Address for HDMI node B.
 
uint8_t physicalAddressC
 Physical Address for HDMI node C.
 
uint8_t physicalAddressD
 Physical Address for HDMI node D.
 
int32_t numOfSupportedResolution
 Number of Supported Resolution.
 
dsVideoPortResolution_t suppResolutionList [dsEEDID_MAX_VIDEO_CODE *dsVIDEO_SSMODE_MAX]
 EDID Supported Resoultion List.
 
char monitorName [dsEEDID_MAX_MON_NAME_LENGTH]
 Connected Display Monitor Name.
 

Detailed Description

Structure for the EDID display.

Field Documentation

◆ hdmiDeviceType

bool hdmiDeviceType

Device type ( true if HDMI, false if DVI )

◆ isRepeater

bool isRepeater

Receiver is a repeater ( true if Repeater, false if connected Receiver is not a repeater)

◆ manufactureWeek

int32_t manufactureWeek

Week of manufacture of the display device.

◆ manufactureYear

int32_t manufactureYear

Year of manufacture of the display device.

◆ monitorName

char monitorName[dsEEDID_MAX_MON_NAME_LENGTH]

Connected Display Monitor Name.

◆ numOfSupportedResolution

int32_t numOfSupportedResolution

Number of Supported Resolution.

◆ physicalAddressA

uint8_t physicalAddressA

Physical Address for HDMI node A.

◆ physicalAddressB

uint8_t physicalAddressB

Physical Address for HDMI node B.

◆ physicalAddressC

uint8_t physicalAddressC

Physical Address for HDMI node C.

◆ physicalAddressD

uint8_t physicalAddressD

Physical Address for HDMI node D.

◆ productCode

int32_t productCode

Product code of the display device.

◆ serialNumber

int32_t serialNumber

Serial number of the display device.

◆ suppResolutionList

EDID Supported Resoultion List.


The documentation for this struct was generated from the following file: