Home
last modified time | relevance | path

Searched refs:bCurrOffset (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dhdmi_tx.c203 uint8_t bCurrOffset = 0U; in getHDMITX_EDIDBytes() local
223 bCurrOffset = offset; in getHDMITX_EDIDBytes()
230 …PRINTF("getHDMITX_EDIDBytes(): ReqCount = %d,bCurrOffset = %d\n", (int)ReqCount, (int)bCurrOffset); in getHDMITX_EDIDBytes()
255 HDMITX_WriteI2C_Byte(handle, HDMI_TX_SYS_DDC_CTRL_REG12, bCurrOffset); in getHDMITX_EDIDBytes()
260 bCurrOffset += (uint8_t)ReqCount; in getHDMITX_EDIDBytes()