/hal_espressif-3.6.0/components/efuse/test/ |
D | esp_efuse_test_table.csv | 5 # | EFUSE_BLK3) | | | # 12 TEST1_LEN_8, EFUSE_BLK3, 0, 8, TEST field 14 TEST2_LEN_16, EFUSE_BLK3, 10, 8, TEST field 15 , EFUSE_BLK3, 80, 8, TEST field 17 TEST3_LEN_6, EFUSE_BLK3, 22, 6, TEST field 30 , EFUSE_BLK3, 29, 4, TEST field 32 , EFUSE_BLK3, 60, 6, TEST field
|
D | esp_efuse_test_table.c | 17 {EFUSE_BLK3, 0, 8}, // TEST field, 21 {EFUSE_BLK3, 10, 8}, // TEST field, 22 {EFUSE_BLK3, 80, 8}, // TEST field, 26 {EFUSE_BLK3, 22, 6}, // TEST field, 45 {EFUSE_BLK3, 29, 4}, // TEST field, 47 {EFUSE_BLK3, 60, 6}, // TEST field,
|
/hal_espressif-3.6.0/components/efuse/esp32/ |
D | esp_efuse_table.csv | 5 # | EFUSE_BLK3) | | | # 25 MAC_CUSTOM_CRC, EFUSE_BLK3, 0, 8, CRC8 for custom MAC address. 26 MAC_CUSTOM, EFUSE_BLK3, 8, 48, Custom MAC 27 MAC_CUSTOM_VER, EFUSE_BLK3, 184, 8, Custom MAC version 56 WR_DIS_BLK3, EFUSE_BLK0, 9, 1, Write protection for EFUSE_BLK3. EFUSE_WR_DIS_B… 62 RD_DIS_BLK3, EFUSE_BLK0, 18, 1, Read protection for EFUSE_BLK3. EFUSE_RD_DIS_BL… 85 ADC1_TP_LOW, EFUSE_BLK3, 96, 7, TP_REG EFUSE_RD_ADC1_TP_LOW 86 ADC2_TP_LOW, EFUSE_BLK3, 112, 7, TP_REG EFUSE_RD_ADC2_TP_LOW 87 ADC1_TP_HIGH, EFUSE_BLK3, 103, 9, TP_REG EFUSE_RD_ADC1_TP_HIGH 88 ADC2_TP_HIGH, EFUSE_BLK3, 119, 9, TP_REG EFUSE_RD_ADC2_TP_HIGH [all …]
|
D | esp_efuse_table.c | 43 {EFUSE_BLK3, 0, 8}, // CRC8 for custom MAC address., 47 {EFUSE_BLK3, 8, 48}, // Custom MAC, 51 {EFUSE_BLK3, 184, 8}, // Custom MAC version, 180 {EFUSE_BLK3, 96, 7}, // TP_REG EFUSE_RD_ADC1_TP_LOW, 184 {EFUSE_BLK3, 112, 7}, // TP_REG EFUSE_RD_ADC2_TP_LOW, 188 {EFUSE_BLK3, 103, 9}, // TP_REG EFUSE_RD_ADC1_TP_HIGH, 192 {EFUSE_BLK3, 119, 9}, // TP_REG EFUSE_RD_ADC2_TP_HIGH, 196 {EFUSE_BLK3, 128, 32}, // Secure version for anti-rollback,
|
/hal_espressif-3.6.0/examples/system/efuse/main/ |
D | esp_efuse_custom_table.csv | 5 # | EFUSE_BLK3) | | | # 14 MODULE_VERSION, EFUSE_BLK3, 56, 8, Module version 15 DEVICE_ROLE, EFUSE_BLK3, 64, 3, Device role 16 SETTING_1, EFUSE_BLK3, 67, 6, Setting 1 17 SETTING_2, EFUSE_BLK3, 73, 5, Setting 2 18 CUSTOM_SECURE_VERSION, EFUSE_BLK3, 78, 16, Custom secure version
|
D | esp_efuse_custom_table.c | 34 {EFUSE_BLK3, 56, 8}, // Module version, 38 {EFUSE_BLK3, 64, 3}, // Device role, 42 {EFUSE_BLK3, 67, 6}, // Setting 1, 46 {EFUSE_BLK3, 73, 5}, // Setting 2, 50 {EFUSE_BLK3, 78, 16}, // Custom secure version,
|
D | efuse_main.c | 112 esp_efuse_coding_scheme_t coding_scheme = esp_efuse_get_coding_scheme(EFUSE_BLK3); in get_coding_scheme()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | efuse.rst | 26 …* EFUSE_BLK3 can be partially reserved for the custom MAC address, or used entirely for user appli… 35 * EFUSE_BLK3 or EFUSE_BLK_USER_DATA can be used for user purposes; 65 {IDF_TARGET_MAX_EFUSE_BLK:default = "EFUSE_BLK10", esp32 = "EFUSE_BLK3"} 182 …The coding scheme affects only EFUSE_BLK1, EFUSE_BLK2 and EFUSE_BLK3 blocks. EUSE_BLK0 block alway… 195 …* calling the function in the code :cpp:func:`esp_efuse_get_coding_scheme` for the EFUSE_BLK3 bloc… 318 35 MAC_CUSTOM_CRC EFUSE_BLK3 0 8 319 36 MAC_CUSTOM EFUSE_BLK3 8 48 320 37 ADC1_TP_LOW EFUSE_BLK3 96 7 321 38 ADC1_TP_HIGH EFUSE_BLK3 103 9 322 39 ADC2_TP_LOW EFUSE_BLK3 112 7 [all …]
|
/hal_espressif-3.6.0/components/efuse/esp32s2/ |
D | esp_efuse_utility.c | 44 {(uint32_t) &write_mass_blocks[EFUSE_BLK3][0], (uint32_t) &write_mass_blocks[EFUSE_BLK3][7]},
|
D | esp_efuse_table.csv | 36 …_DIS.USER_DATA, EFUSE_BLK0, 22, 1, Write protection for EFUSE_BLK3. USER_DATA 139 USER_DATA, EFUSE_BLK3, 0, 256, User data 140 USER_DATA.MAC_CUSTOM, EFUSE_BLK3, 200, 48, Custom MAC
|
D | esp_efuse_table.c | 416 {EFUSE_BLK3, 0, 256}, // User data, 420 {EFUSE_BLK3, 200, 48}, // Custom MAC,
|
/hal_espressif-3.6.0/components/efuse/esp32h2/ |
D | esp_efuse_utility.c | 44 {(uint32_t) &write_mass_blocks[EFUSE_BLK3][0], (uint32_t) &write_mass_blocks[EFUSE_BLK3][7]},
|
D | esp_efuse_table.csv | 36 …_DIS.USER_DATA, EFUSE_BLK0, 22, 1, Write protection for EFUSE_BLK3. USER_DATA 145 USER_DATA, EFUSE_BLK3, 0, 256, User data 146 USER_DATA.MAC_CUSTOM, EFUSE_BLK3, 200, 48, Custom MAC
|
/hal_espressif-3.6.0/examples/system/efuse/ |
D | README.md | 25 MODULE_VERSION, EFUSE_BLK3, 56, 8, Module version 26 DEVICE_ROLE, EFUSE_BLK3, 64, 3, Device role 27 SETTING_1, EFUSE_BLK3, 67, 6, Setting 1 28 SETTING_2, EFUSE_BLK3, 73, 5, Setting 2 29 CUSTOM_SECURE_VERSION, EFUSE_BLK3, 78, 16, Custom secure version
|
/hal_espressif-3.6.0/components/efuse/esp32s3/ |
D | esp_efuse_utility.c | 44 {(uint32_t) &write_mass_blocks[EFUSE_BLK3][0], (uint32_t) &write_mass_blocks[EFUSE_BLK3][7]},
|
D | esp_efuse_table.csv | 34 …_DIS.USER_DATA, EFUSE_BLK0, 22, 1, Write protection for EFUSE_BLK3. USER_DATA 158 USER_DATA, EFUSE_BLK3, 0, 256, User data 159 USER_DATA.MAC_CUSTOM, EFUSE_BLK3, 200, 48, Custom MAC
|
/hal_espressif-3.6.0/components/efuse/esp32c3/ |
D | esp_efuse_utility.c | 44 {(uint32_t) &write_mass_blocks[EFUSE_BLK3][0], (uint32_t) &write_mass_blocks[EFUSE_BLK3][7]},
|
D | esp_efuse_table.csv | 35 …_DIS.USER_DATA, EFUSE_BLK0, 22, 1, Write protection for EFUSE_BLK3. USER_DATA 141 USER_DATA, EFUSE_BLK3, 0, 256, User data 142 USER_DATA.MAC_CUSTOM, EFUSE_BLK3, 200, 48, Custom MAC
|
D | esp_efuse_table.c | 428 {EFUSE_BLK3, 0, 256}, // User data, 432 {EFUSE_BLK3, 200, 48}, // Custom MAC,
|
/hal_espressif-3.6.0/components/efuse/esp32/private_include/ |
D | esp_efuse_utility.h | 15 #define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK3
|
/hal_espressif-3.6.0/components/efuse/esp32/include/ |
D | esp_efuse.h | 30 EFUSE_BLK3 = 3, /**< Number of eFuse block. Uses for the purpose of the user. */ enumerator
|
/hal_espressif-3.6.0/components/efuse/esp32c3/include/ |
D | esp_efuse.h | 24 EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. USER_DATA*/ enumerator
|
/hal_espressif-3.6.0/components/efuse/esp32h2/include/ |
D | esp_efuse.h | 24 EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. USER_DATA*/ enumerator
|
/hal_espressif-3.6.0/components/efuse/esp32s2/include/ |
D | esp_efuse.h | 24 EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. USER_DATA*/ enumerator
|
/hal_espressif-3.6.0/components/efuse/esp32s3/include/ |
D | esp_efuse.h | 24 EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. USER_DATA*/ enumerator
|