Home
last modified time | relevance | path

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

/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_utility.c234 uint8_t* buf_w_data = (uint8_t*)range_write_addr_blocks[num_block].start; in esp_efuse_utility_apply_new_coding_scheme() local
236 if (*((uint32_t*)buf_w_data + 6) != 0 || *((uint32_t*)buf_w_data + 7) != 0) { in esp_efuse_utility_apply_new_coding_scheme()
240 if (buf_w_data[i] != 0) { in esp_efuse_utility_apply_new_coding_scheme()
253 if (*((uint32_t*)buf_w_data + i) != 0) { in esp_efuse_utility_apply_new_coding_scheme()