Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/efuse/src/esp32/
Desp_efuse_utility.c26 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
90 uint8_t buf[COUNT_EFUSE_REG_PER_BLOCK * 4] = { 0 }; in esp_efuse_utility_burn_efuses()
96 uint32_t out_buf[COUNT_EFUSE_REG_PER_BLOCK] = { 0 }; in esp_efuse_utility_burn_efuses()
100 for (int k = 0; k < COUNT_EFUSE_REG_PER_BLOCK; ++k) { in esp_efuse_utility_burn_efuses()
177 uint8_t buf_w_data[COUNT_EFUSE_REG_PER_BLOCK * 4]; in esp_efuse_utility_apply_new_coding_scheme()
178 uint8_t buf_r_data[COUNT_EFUSE_REG_PER_BLOCK * 4]; in esp_efuse_utility_apply_new_coding_scheme()
179 uint32_t reg[COUNT_EFUSE_REG_PER_BLOCK]; in esp_efuse_utility_apply_new_coding_scheme()
/hal_espressif-2.7.6/components/efuse/private_include/esp32c3/
Desp_efuse_utility.h21 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-2.7.6/components/efuse/private_include/esp32s2/
Desp_efuse_utility.h21 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-2.7.6/components/efuse/private_include/esp32s3/
Desp_efuse_utility.h21 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-2.7.6/components/efuse/private_include/esp32/
Desp_efuse_utility.h21 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-2.7.6/components/efuse/src/esp32c3/
Desp_efuse_utility.c27 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
45 static uint32_t write_mass_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK] = { 0 };
/hal_espressif-2.7.6/components/efuse/src/esp32s2/
Desp_efuse_utility.c27 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
45 static uint32_t write_mass_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK] = { 0 };
/hal_espressif-2.7.6/components/efuse/src/esp32s3/
Desp_efuse_utility.c27 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
45 static uint32_t write_mass_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK] = { 0 };
/hal_espressif-2.7.6/components/efuse/src/
Desp_efuse_utility.c27 uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];