Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wear_levelling/
DWL_Flash.cpp340 uint32_t v1_crc1 = this->state.device_id; in updateV1_V2() local
343 …%08x, v1_crc1=0x%08x, v1_crc2=0x%08x, version=%i", __func__, crc1, crc2, v1_crc1, v1_crc2, this->s… in updateV1_V2()
345 …if ((crc1 == v1_crc1) && (crc2 == v1_crc2) && (v1_crc1 == v1_crc2) && (this->state.version == 1) &… in updateV1_V2()