Searched refs:eco_bit2 (Results 1 – 2 of 2) sorted by relevance
14 uint8_t eco_bit0, eco_bit1, eco_bit2; in bootloader_common_get_chip_revision() local17 eco_bit2 = (REG_READ(SYSCON_DATE_REG) & 0x80000000) >> 31; in bootloader_common_get_chip_revision()18 uint32_t combine_value = (eco_bit2 << 2) | (eco_bit1 << 1) | eco_bit0; in bootloader_common_get_chip_revision()
27 uint8_t eco_bit0, eco_bit1, eco_bit2; in esp_efuse_get_chip_ver() local30 eco_bit2 = (REG_READ(SYSCON_DATE_REG) & 0x80000000) >> 31; in esp_efuse_get_chip_ver()31 uint32_t combine_value = (eco_bit2 << 2) | (eco_bit1 << 1) | eco_bit0; in esp_efuse_get_chip_ver()