Home
last modified time | relevance | path

Searched refs:checksum (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/sensor/chipset/ppg/
H A Dppg_cs1262_fw.c63 uint8_t checksum = 0; in validateTab() local
71 /* real checksum stored in the last 2 bytes, needs to be removed during calculation */ in validateTab()
73 checksum += regTab[index]; in validateTab()
76 /* real checksum stored in the last 2 bytes, and one item of regTab has 2 bytes, in validateTab()
77 * needs to be divided by 2 when calculating the real checksum's index. in validateTab()
80 return (checksum == ((uint16_t *)regTab)[index]) ? HDF_SUCCESS : HDF_FAILURE; in validateTab()
H A Dppg_cs1262.h48 uint16_t checksum; member
/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_edid.h262 /* edid extension flag and checksum */
300 uint8_t checksum; member

Completed in 4 milliseconds