Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dhdmi_tx.c202 uint16_t RemainedCount = 0U, ReqCount = 0U; in getHDMITX_EDIDBytes() local
222 RemainedCount = Count; in getHDMITX_EDIDBytes()
227 while (RemainedCount > 0U) in getHDMITX_EDIDBytes()
229 ReqCount = (RemainedCount > DDC_FIFO_MAXREQ) ? DDC_FIFO_MAXREQ : RemainedCount; in getHDMITX_EDIDBytes()
261 RemainedCount -= ReqCount; in getHDMITX_EDIDBytes()