Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dhdmi_tx.c448 uint8_t CheckSum = 0U; in ParseEDID() local
462 for (i = 0, CheckSum = 0; i < 128U; i++) in ParseEDID()
464 CheckSum += EDID_Buf[i]; in ParseEDID()
465 CheckSum &= 0xFFU; in ParseEDID()
467 if (CheckSum != 0U) in ParseEDID()