Home
last modified time | relevance | path

Searched refs:EFUSE_BLK3 (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-3.6.0/components/efuse/test/
Desp_efuse_test_table.csv5 # | 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
Desp_efuse_test_table.c17 {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/
Desp_efuse_table.csv5 # | 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 …]
Desp_efuse_table.c43 {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/
Desp_efuse_custom_table.csv5 # | 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
Desp_efuse_custom_table.c34 {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,
Defuse_main.c112 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/
Defuse.rst26 …* 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/
Desp_efuse_utility.c44 {(uint32_t) &write_mass_blocks[EFUSE_BLK3][0], (uint32_t) &write_mass_blocks[EFUSE_BLK3][7]},
Desp_efuse_table.csv36 …_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
Desp_efuse_table.c416 {EFUSE_BLK3, 0, 256}, // User data,
420 {EFUSE_BLK3, 200, 48}, // Custom MAC,
/hal_espressif-3.6.0/components/efuse/esp32h2/
Desp_efuse_utility.c44 {(uint32_t) &write_mass_blocks[EFUSE_BLK3][0], (uint32_t) &write_mass_blocks[EFUSE_BLK3][7]},
Desp_efuse_table.csv36 …_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/
DREADME.md25 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/
Desp_efuse_utility.c44 {(uint32_t) &write_mass_blocks[EFUSE_BLK3][0], (uint32_t) &write_mass_blocks[EFUSE_BLK3][7]},
Desp_efuse_table.csv34 …_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/
Desp_efuse_utility.c44 {(uint32_t) &write_mass_blocks[EFUSE_BLK3][0], (uint32_t) &write_mass_blocks[EFUSE_BLK3][7]},
Desp_efuse_table.csv35 …_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
Desp_efuse_table.c428 {EFUSE_BLK3, 0, 256}, // User data,
432 {EFUSE_BLK3, 200, 48}, // Custom MAC,
/hal_espressif-3.6.0/components/efuse/esp32/private_include/
Desp_efuse_utility.h15 #define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK3
/hal_espressif-3.6.0/components/efuse/esp32/include/
Desp_efuse.h30 EFUSE_BLK3 = 3, /**< Number of eFuse block. Uses for the purpose of the user. */ enumerator
/hal_espressif-3.6.0/components/efuse/esp32c3/include/
Desp_efuse.h24 EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. USER_DATA*/ enumerator
/hal_espressif-3.6.0/components/efuse/esp32h2/include/
Desp_efuse.h24 EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. USER_DATA*/ enumerator
/hal_espressif-3.6.0/components/efuse/esp32s2/include/
Desp_efuse.h24 EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. USER_DATA*/ enumerator
/hal_espressif-3.6.0/components/efuse/esp32s3/include/
Desp_efuse.h24 EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. USER_DATA*/ enumerator

12