Visible to Intel only — GUID: hco1410462576971
Ixiasoft
Visible to Intel only — GUID: hco1410462576971
Ixiasoft
9.8. btc_dprx_edid_set
Prototype: |
int btc_dprx_edid_set( BYTE rx_idx BYTE port, BYTE *edid_data, BYTE num_blocks) |
Thread-safe: |
Yes |
Available from ISR: |
Yes |
Include: |
< btc_dprx_syslib.h > |
Return: |
0 = success, 1 = fail |
Parameters: |
|
Description: |
This function allows the controller to set the content of the sink’s EDID implemented in the system library. The library references the EDID data and does not copy it. One block is 128 bytes long. The system library accepts a maximum of 4 blocks (512 bytes long EDIDs). Each streaming sink port has its own EDID. |
Example: |
btc_dprx_edid_set(0, 0, pmy_edid, 2); |