Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/efuse/esp32/
Desp_efuse_utility.c18 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
82 uint8_t buf[COUNT_EFUSE_REG_PER_BLOCK * 4] = { 0 }; in esp_efuse_utility_burn_chip()
88 uint32_t out_buf[COUNT_EFUSE_REG_PER_BLOCK] = { 0 }; in esp_efuse_utility_burn_chip()
92 for (int k = 0; k < COUNT_EFUSE_REG_PER_BLOCK; ++k) { in esp_efuse_utility_burn_chip()
172 uint8_t buf_w_data[COUNT_EFUSE_REG_PER_BLOCK * 4]; in esp_efuse_utility_apply_new_coding_scheme()
173 uint8_t buf_r_data[COUNT_EFUSE_REG_PER_BLOCK * 4]; in esp_efuse_utility_apply_new_coding_scheme()
174 uint32_t reg[COUNT_EFUSE_REG_PER_BLOCK]; in esp_efuse_utility_apply_new_coding_scheme()
/hal_espressif-3.5.0/components/efuse/esp32h2/
Desp_efuse_utility.c19 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
37 static uint32_t write_mass_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK] = { 0 };
/hal_espressif-3.5.0/components/efuse/esp32s2/
Desp_efuse_utility.c19 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
37 static uint32_t write_mass_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK] = { 0 };
/hal_espressif-3.5.0/components/efuse/esp32c3/
Desp_efuse_utility.c19 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
37 static uint32_t write_mass_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK] = { 0 };
/hal_espressif-3.5.0/components/efuse/esp32s3/
Desp_efuse_utility.c19 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];
37 static uint32_t write_mass_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK] = { 0 };
/hal_espressif-3.5.0/components/efuse/esp32c3/private_include/
Desp_efuse_utility.h13 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-3.5.0/components/efuse/esp32h2/private_include/
Desp_efuse_utility.h13 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-3.5.0/components/efuse/esp32s2/private_include/
Desp_efuse_utility.h13 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-3.5.0/components/efuse/esp32s3/private_include/
Desp_efuse_utility.h13 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-3.5.0/components/efuse/esp32/private_include/
Desp_efuse_utility.h13 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
/hal_espressif-3.5.0/components/efuse/src/
Desp_efuse_utility.c25 uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];