esp_efuse_table.c 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. /*
  2. * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #include "sdkconfig.h"
  7. #include "esp_efuse.h"
  8. #include <assert.h>
  9. #include "esp_efuse_table.h"
  10. // md5_digest_table 5bc3d3149d5d4c75461337fa415d6533
  11. // This file was generated from the file esp_efuse_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
  12. // If you want to change some fields, you need to change esp_efuse_table.csv file
  13. // then run `efuse_common_table` or `efuse_custom_table` command it will generate this file.
  14. // To show efuse_table run the command 'show_efuse_table'.
  15. static const esp_efuse_desc_t WR_DIS[] = {
  16. {EFUSE_BLK0, 0, 8}, // Write protection,
  17. };
  18. static const esp_efuse_desc_t WR_DIS_KEY0_RD_DIS[] = {
  19. {EFUSE_BLK0, 0, 1}, // Write protection for KEY0_RD_DIS,
  20. };
  21. static const esp_efuse_desc_t WR_DIS_GROUP_1[] = {
  22. {EFUSE_BLK0, 1, 1}, // Write protection for WDT_DELAY DIS_PAD_JTAG DIS_DOWNLOAD_ICACHE,
  23. };
  24. static const esp_efuse_desc_t WR_DIS_GROUP_2[] = {
  25. {EFUSE_BLK0, 2, 1}, // Write protection for DOWNLOAD_DIS_MANUAL_ENCRYPT SPI_BOOT_CRYPT_CNT XTS_KEY_LENGTH_256 SECURE_BOOT_EN,
  26. };
  27. static const esp_efuse_desc_t WR_DIS_SPI_BOOT_CRYPT_CNT[] = {
  28. {EFUSE_BLK0, 2, 1}, // Write protection for DOWNLOAD_DIS_MANUAL_ENCRYPT [SPI_BOOT_CRYPT_CNT] XTS_KEY_LENGTH_256 SECURE_BOOT_EN,
  29. };
  30. static const esp_efuse_desc_t WR_DIS_GROUP_3[] = {
  31. {EFUSE_BLK0, 3, 1}, // Write protection for UART_PRINT_CONTROL FORCE_SEND_RESUME DIS_DOWNLOAD_MODE DIS_DIRECT_BOOT ENABLE_SECURITY_DOWNLOAD FLASH_TPUW,
  32. };
  33. static const esp_efuse_desc_t WR_DIS_BLK0_RESERVED[] = {
  34. {EFUSE_BLK0, 4, 1}, // Write protection for BLK0_RESERVED,
  35. };
  36. static const esp_efuse_desc_t WR_DIS_SYS_DATA_PART0[] = {
  37. {EFUSE_BLK0, 5, 1}, // Write protection for EFUSE_BLK1. SYS_DATA_PART0,
  38. };
  39. static const esp_efuse_desc_t WR_DIS_SYS_DATA_PART1[] = {
  40. {EFUSE_BLK0, 6, 1}, // Write protection for EFUSE_BLK2. SYS_DATA_PART2,
  41. };
  42. static const esp_efuse_desc_t WR_DIS_KEY0[] = {
  43. {EFUSE_BLK0, 7, 1}, // Write protection for EFUSE_BLK3. whole KEY0,
  44. };
  45. static const esp_efuse_desc_t RD_DIS[] = {
  46. {EFUSE_BLK0, 32, 2}, // Read protection,
  47. };
  48. static const esp_efuse_desc_t RD_DIS_KEY0[] = {
  49. {EFUSE_BLK0, 32, 2}, // Read protection for EFUSE_BLK3. KEY0,
  50. };
  51. static const esp_efuse_desc_t RD_DIS_KEY0_LOW[] = {
  52. {EFUSE_BLK0, 32, 1}, // Read protection for EFUSE_BLK3. KEY0 lower 128-bit key,
  53. };
  54. static const esp_efuse_desc_t RD_DIS_KEY0_HI[] = {
  55. {EFUSE_BLK0, 33, 1}, // Read protection for EFUSE_BLK3. KEY0 higher 128-bit key,
  56. };
  57. static const esp_efuse_desc_t WDT_DELAY_SEL[] = {
  58. {EFUSE_BLK0, 34, 2}, // RTC WDT timeout threshold,
  59. };
  60. static const esp_efuse_desc_t DIS_PAD_JTAG[] = {
  61. {EFUSE_BLK0, 36, 1}, // Hardware Disable JTAG permanently,
  62. };
  63. static const esp_efuse_desc_t DIS_DOWNLOAD_ICACHE[] = {
  64. {EFUSE_BLK0, 37, 1}, // Disable ICache in Download mode,
  65. };
  66. static const esp_efuse_desc_t DIS_DOWNLOAD_MANUAL_ENCRYPT[] = {
  67. {EFUSE_BLK0, 38, 1}, // Disable flash encryption in Download boot mode,
  68. };
  69. static const esp_efuse_desc_t SPI_BOOT_CRYPT_CNT[] = {
  70. {EFUSE_BLK0, 39, 3}, // Enable SPI boot encrypt/decrypt. Odd number: enable; even number: disable,
  71. };
  72. static const esp_efuse_desc_t XTS_KEY_LENGTH_256[] = {
  73. {EFUSE_BLK0, 42, 1}, // Select XTS_AES key length. 1: 256-bit of whole block3; 0: Lower 128-bit of block3,
  74. };
  75. static const esp_efuse_desc_t UART_PRINT_CONTROL[] = {
  76. {EFUSE_BLK0, 43, 2}, // Set UART boot message output mode. 00: Force print; 01: Low-level print controlled by GPIO 8; 10: High-level print controlled by GPIO 8; 11: Print force disabled,
  77. };
  78. static const esp_efuse_desc_t FORCE_SEND_RESUME[] = {
  79. {EFUSE_BLK0, 45, 1}, // Force ROM code to send an SPI flash resume command during SPI boot,
  80. };
  81. static const esp_efuse_desc_t DIS_DOWNLOAD_MODE[] = {
  82. {EFUSE_BLK0, 46, 1}, // Disable all download boot modes,
  83. };
  84. static const esp_efuse_desc_t DIS_DIRECT_BOOT[] = {
  85. {EFUSE_BLK0, 47, 1}, // Disable direct_boot mode,
  86. };
  87. static const esp_efuse_desc_t ENABLE_SECURITY_DOWNLOAD[] = {
  88. {EFUSE_BLK0, 48, 1}, // Enable secure UART download mode,
  89. };
  90. static const esp_efuse_desc_t FLASH_TPUW[] = {
  91. {EFUSE_BLK0, 49, 4}, // Configure flash startup delay after SoC being powered up (the unit is ms/2). When the value is 15 delay will be 7.5 ms,
  92. };
  93. static const esp_efuse_desc_t SECURE_BOOT_EN[] = {
  94. {EFUSE_BLK0, 53, 1}, // Enable secure boot,
  95. };
  96. static const esp_efuse_desc_t SECURE_VERSION[] = {
  97. {EFUSE_BLK0, 54, 4}, // Secure version for anti-rollback,
  98. };
  99. static const esp_efuse_desc_t ENABLE_CUSTOM_MAC[] = {
  100. {EFUSE_BLK0, 58, 1}, // True if MAC_CUSTOM is burned,
  101. };
  102. static const esp_efuse_desc_t DISABLE_WAFER_VERSION_MAJOR[] = {
  103. {EFUSE_BLK0, 59, 1}, // Disables check of wafer version major,
  104. };
  105. static const esp_efuse_desc_t DISABLE_BLK_VERSION_MAJOR[] = {
  106. {EFUSE_BLK0, 60, 1}, // Disables check of blk version major,
  107. };
  108. static const esp_efuse_desc_t USER_DATA[] = {
  109. {EFUSE_BLK1, 0, 88}, // User data block,
  110. };
  111. static const esp_efuse_desc_t USER_DATA_MAC_CUSTOM[] = {
  112. {EFUSE_BLK1, 0, 48}, // Custom MAC addr,
  113. };
  114. static const esp_efuse_desc_t MAC_FACTORY[] = {
  115. {EFUSE_BLK2, 40, 8}, // Factory MAC addr [0],
  116. {EFUSE_BLK2, 32, 8}, // Factory MAC addr [1],
  117. {EFUSE_BLK2, 24, 8}, // Factory MAC addr [2],
  118. {EFUSE_BLK2, 16, 8}, // Factory MAC addr [3],
  119. {EFUSE_BLK2, 8, 8}, // Factory MAC addr [4],
  120. {EFUSE_BLK2, 0, 8}, // Factory MAC addr [5],
  121. };
  122. static const esp_efuse_desc_t WAFER_VERSION_MINOR[] = {
  123. {EFUSE_BLK2, 48, 4}, // WAFER_VERSION_MINOR,
  124. };
  125. static const esp_efuse_desc_t WAFER_VERSION_MAJOR[] = {
  126. {EFUSE_BLK2, 52, 2}, // WAFER_VERSION_MAJOR,
  127. };
  128. static const esp_efuse_desc_t PKG_VERSION[] = {
  129. {EFUSE_BLK2, 54, 3}, // EFUSE_PKG_VERSION,
  130. };
  131. static const esp_efuse_desc_t BLK_VERSION_MINOR[] = {
  132. {EFUSE_BLK2, 57, 3}, // BLK_VERSION_MINOR,
  133. };
  134. static const esp_efuse_desc_t BLK_VERSION_MAJOR[] = {
  135. {EFUSE_BLK2, 60, 2}, // BLK_VERSION_MAJOR,
  136. };
  137. static const esp_efuse_desc_t PVT_LOW[] = {
  138. {EFUSE_BLK2, 91, 5}, // EFUSE_PVT_LOW,
  139. };
  140. static const esp_efuse_desc_t KEY0[] = {
  141. {EFUSE_BLK3, 0, 256}, // [256bit FE key] or [128bit FE key and 128key SB key] or [user data],
  142. };
  143. static const esp_efuse_desc_t KEY0_FE_256BIT[] = {
  144. {EFUSE_BLK3, 0, 256}, // [256bit FE key],
  145. };
  146. static const esp_efuse_desc_t KEY0_FE_128BIT[] = {
  147. {EFUSE_BLK3, 0, 128}, // [128bit FE key],
  148. };
  149. static const esp_efuse_desc_t KEY0_SB_128BIT[] = {
  150. {EFUSE_BLK3, 128, 128}, // [128bit SB key],
  151. };
  152. static const esp_efuse_desc_t OCODE[] = {
  153. {EFUSE_BLK2, 62, 7}, // OCode,
  154. };
  155. static const esp_efuse_desc_t DIG_DBIAS_HVT[] = {
  156. {EFUSE_BLK2, 105, 5}, // BLOCK2 digital dbias when hvt,
  157. };
  158. static const esp_efuse_desc_t DIG_LDO_SLP_DBIAS2[] = {
  159. {EFUSE_BLK2, 110, 7}, // BLOCK2 DIG_LDO_DBG0_DBIAS2,
  160. };
  161. static const esp_efuse_desc_t DIG_LDO_SLP_DBIAS26[] = {
  162. {EFUSE_BLK2, 117, 8}, // BLOCK2 DIG_LDO_DBG0_DBIAS26,
  163. };
  164. static const esp_efuse_desc_t DIG_LDO_ACT_DBIAS26[] = {
  165. {EFUSE_BLK2, 125, 6}, // BLOCK2 DIG_LDO_ACT_DBIAS26,
  166. };
  167. static const esp_efuse_desc_t DIG_LDO_ACT_STEPD10[] = {
  168. {EFUSE_BLK2, 131, 4}, // BLOCK2 DIG_LDO_ACT_STEPD10,
  169. };
  170. static const esp_efuse_desc_t RTC_LDO_SLP_DBIAS13[] = {
  171. {EFUSE_BLK2, 135, 7}, // BLOCK2 DIG_LDO_SLP_DBIAS13,
  172. };
  173. static const esp_efuse_desc_t RTC_LDO_SLP_DBIAS29[] = {
  174. {EFUSE_BLK2, 142, 9}, // BLOCK2 DIG_LDO_SLP_DBIAS29,
  175. };
  176. static const esp_efuse_desc_t RTC_LDO_SLP_DBIAS31[] = {
  177. {EFUSE_BLK2, 151, 6}, // BLOCK2 DIG_LDO_SLP_DBIAS31,
  178. };
  179. static const esp_efuse_desc_t RTC_LDO_ACT_DBIAS31[] = {
  180. {EFUSE_BLK2, 157, 6}, // BLOCK2 DIG_LDO_ACT_DBIAS31,
  181. };
  182. static const esp_efuse_desc_t RTC_LDO_ACT_DBIAS13[] = {
  183. {EFUSE_BLK2, 163, 8}, // BLOCK2 DIG_LDO_ACT_DBIAS13,
  184. };
  185. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS[] = {
  186. &WR_DIS[0], // Write protection
  187. NULL
  188. };
  189. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_KEY0_RD_DIS[] = {
  190. &WR_DIS_KEY0_RD_DIS[0], // Write protection for KEY0_RD_DIS
  191. NULL
  192. };
  193. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_GROUP_1[] = {
  194. &WR_DIS_GROUP_1[0], // Write protection for WDT_DELAY DIS_PAD_JTAG DIS_DOWNLOAD_ICACHE
  195. NULL
  196. };
  197. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_GROUP_2[] = {
  198. &WR_DIS_GROUP_2[0], // Write protection for DOWNLOAD_DIS_MANUAL_ENCRYPT SPI_BOOT_CRYPT_CNT XTS_KEY_LENGTH_256 SECURE_BOOT_EN
  199. NULL
  200. };
  201. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT[] = {
  202. &WR_DIS_SPI_BOOT_CRYPT_CNT[0], // Write protection for DOWNLOAD_DIS_MANUAL_ENCRYPT [SPI_BOOT_CRYPT_CNT] XTS_KEY_LENGTH_256 SECURE_BOOT_EN
  203. NULL
  204. };
  205. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_GROUP_3[] = {
  206. &WR_DIS_GROUP_3[0], // Write protection for UART_PRINT_CONTROL FORCE_SEND_RESUME DIS_DOWNLOAD_MODE DIS_DIRECT_BOOT ENABLE_SECURITY_DOWNLOAD FLASH_TPUW
  207. NULL
  208. };
  209. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_BLK0_RESERVED[] = {
  210. &WR_DIS_BLK0_RESERVED[0], // Write protection for BLK0_RESERVED
  211. NULL
  212. };
  213. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_SYS_DATA_PART0[] = {
  214. &WR_DIS_SYS_DATA_PART0[0], // Write protection for EFUSE_BLK1. SYS_DATA_PART0
  215. NULL
  216. };
  217. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_SYS_DATA_PART1[] = {
  218. &WR_DIS_SYS_DATA_PART1[0], // Write protection for EFUSE_BLK2. SYS_DATA_PART2
  219. NULL
  220. };
  221. const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_KEY0[] = {
  222. &WR_DIS_KEY0[0], // Write protection for EFUSE_BLK3. whole KEY0
  223. NULL
  224. };
  225. const esp_efuse_desc_t* ESP_EFUSE_RD_DIS[] = {
  226. &RD_DIS[0], // Read protection
  227. NULL
  228. };
  229. const esp_efuse_desc_t* ESP_EFUSE_RD_DIS_KEY0[] = {
  230. &RD_DIS_KEY0[0], // Read protection for EFUSE_BLK3. KEY0
  231. NULL
  232. };
  233. const esp_efuse_desc_t* ESP_EFUSE_RD_DIS_KEY0_LOW[] = {
  234. &RD_DIS_KEY0_LOW[0], // Read protection for EFUSE_BLK3. KEY0 lower 128-bit key
  235. NULL
  236. };
  237. const esp_efuse_desc_t* ESP_EFUSE_RD_DIS_KEY0_HI[] = {
  238. &RD_DIS_KEY0_HI[0], // Read protection for EFUSE_BLK3. KEY0 higher 128-bit key
  239. NULL
  240. };
  241. const esp_efuse_desc_t* ESP_EFUSE_WDT_DELAY_SEL[] = {
  242. &WDT_DELAY_SEL[0], // RTC WDT timeout threshold
  243. NULL
  244. };
  245. const esp_efuse_desc_t* ESP_EFUSE_DIS_PAD_JTAG[] = {
  246. &DIS_PAD_JTAG[0], // Hardware Disable JTAG permanently
  247. NULL
  248. };
  249. const esp_efuse_desc_t* ESP_EFUSE_DIS_DOWNLOAD_ICACHE[] = {
  250. &DIS_DOWNLOAD_ICACHE[0], // Disable ICache in Download mode
  251. NULL
  252. };
  253. const esp_efuse_desc_t* ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT[] = {
  254. &DIS_DOWNLOAD_MANUAL_ENCRYPT[0], // Disable flash encryption in Download boot mode
  255. NULL
  256. };
  257. const esp_efuse_desc_t* ESP_EFUSE_SPI_BOOT_CRYPT_CNT[] = {
  258. &SPI_BOOT_CRYPT_CNT[0], // Enable SPI boot encrypt/decrypt. Odd number: enable; even number: disable
  259. NULL
  260. };
  261. const esp_efuse_desc_t* ESP_EFUSE_XTS_KEY_LENGTH_256[] = {
  262. &XTS_KEY_LENGTH_256[0], // Select XTS_AES key length. 1: 256-bit of whole block3; 0: Lower 128-bit of block3
  263. NULL
  264. };
  265. const esp_efuse_desc_t* ESP_EFUSE_UART_PRINT_CONTROL[] = {
  266. &UART_PRINT_CONTROL[0], // Set UART boot message output mode. 00: Force print; 01: Low-level print controlled by GPIO 8; 10: High-level print controlled by GPIO 8; 11: Print force disabled
  267. NULL
  268. };
  269. const esp_efuse_desc_t* ESP_EFUSE_FORCE_SEND_RESUME[] = {
  270. &FORCE_SEND_RESUME[0], // Force ROM code to send an SPI flash resume command during SPI boot
  271. NULL
  272. };
  273. const esp_efuse_desc_t* ESP_EFUSE_DIS_DOWNLOAD_MODE[] = {
  274. &DIS_DOWNLOAD_MODE[0], // Disable all download boot modes
  275. NULL
  276. };
  277. const esp_efuse_desc_t* ESP_EFUSE_DIS_DIRECT_BOOT[] = {
  278. &DIS_DIRECT_BOOT[0], // Disable direct_boot mode
  279. NULL
  280. };
  281. const esp_efuse_desc_t* ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD[] = {
  282. &ENABLE_SECURITY_DOWNLOAD[0], // Enable secure UART download mode
  283. NULL
  284. };
  285. const esp_efuse_desc_t* ESP_EFUSE_FLASH_TPUW[] = {
  286. &FLASH_TPUW[0], // Configure flash startup delay after SoC being powered up (the unit is ms/2). When the value is 15 delay will be 7.5 ms
  287. NULL
  288. };
  289. const esp_efuse_desc_t* ESP_EFUSE_SECURE_BOOT_EN[] = {
  290. &SECURE_BOOT_EN[0], // Enable secure boot
  291. NULL
  292. };
  293. const esp_efuse_desc_t* ESP_EFUSE_SECURE_VERSION[] = {
  294. &SECURE_VERSION[0], // Secure version for anti-rollback
  295. NULL
  296. };
  297. const esp_efuse_desc_t* ESP_EFUSE_ENABLE_CUSTOM_MAC[] = {
  298. &ENABLE_CUSTOM_MAC[0], // True if MAC_CUSTOM is burned
  299. NULL
  300. };
  301. const esp_efuse_desc_t* ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR[] = {
  302. &DISABLE_WAFER_VERSION_MAJOR[0], // Disables check of wafer version major
  303. NULL
  304. };
  305. const esp_efuse_desc_t* ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR[] = {
  306. &DISABLE_BLK_VERSION_MAJOR[0], // Disables check of blk version major
  307. NULL
  308. };
  309. const esp_efuse_desc_t* ESP_EFUSE_USER_DATA[] = {
  310. &USER_DATA[0], // User data block
  311. NULL
  312. };
  313. const esp_efuse_desc_t* ESP_EFUSE_USER_DATA_MAC_CUSTOM[] = {
  314. &USER_DATA_MAC_CUSTOM[0], // Custom MAC addr
  315. NULL
  316. };
  317. const esp_efuse_desc_t* ESP_EFUSE_MAC_FACTORY[] = {
  318. &MAC_FACTORY[0], // Factory MAC addr [0]
  319. &MAC_FACTORY[1], // Factory MAC addr [1]
  320. &MAC_FACTORY[2], // Factory MAC addr [2]
  321. &MAC_FACTORY[3], // Factory MAC addr [3]
  322. &MAC_FACTORY[4], // Factory MAC addr [4]
  323. &MAC_FACTORY[5], // Factory MAC addr [5]
  324. NULL
  325. };
  326. const esp_efuse_desc_t* ESP_EFUSE_WAFER_VERSION_MINOR[] = {
  327. &WAFER_VERSION_MINOR[0], // WAFER_VERSION_MINOR
  328. NULL
  329. };
  330. const esp_efuse_desc_t* ESP_EFUSE_WAFER_VERSION_MAJOR[] = {
  331. &WAFER_VERSION_MAJOR[0], // WAFER_VERSION_MAJOR
  332. NULL
  333. };
  334. const esp_efuse_desc_t* ESP_EFUSE_PKG_VERSION[] = {
  335. &PKG_VERSION[0], // EFUSE_PKG_VERSION
  336. NULL
  337. };
  338. const esp_efuse_desc_t* ESP_EFUSE_BLK_VERSION_MINOR[] = {
  339. &BLK_VERSION_MINOR[0], // BLK_VERSION_MINOR
  340. NULL
  341. };
  342. const esp_efuse_desc_t* ESP_EFUSE_BLK_VERSION_MAJOR[] = {
  343. &BLK_VERSION_MAJOR[0], // BLK_VERSION_MAJOR
  344. NULL
  345. };
  346. const esp_efuse_desc_t* ESP_EFUSE_PVT_LOW[] = {
  347. &PVT_LOW[0], // EFUSE_PVT_LOW
  348. NULL
  349. };
  350. const esp_efuse_desc_t* ESP_EFUSE_KEY0[] = {
  351. &KEY0[0], // [256bit FE key] or [128bit FE key and 128key SB key] or [user data]
  352. NULL
  353. };
  354. const esp_efuse_desc_t* ESP_EFUSE_KEY0_FE_256BIT[] = {
  355. &KEY0_FE_256BIT[0], // [256bit FE key]
  356. NULL
  357. };
  358. const esp_efuse_desc_t* ESP_EFUSE_KEY0_FE_128BIT[] = {
  359. &KEY0_FE_128BIT[0], // [128bit FE key]
  360. NULL
  361. };
  362. const esp_efuse_desc_t* ESP_EFUSE_KEY0_SB_128BIT[] = {
  363. &KEY0_SB_128BIT[0], // [128bit SB key]
  364. NULL
  365. };
  366. const esp_efuse_desc_t* ESP_EFUSE_OCODE[] = {
  367. &OCODE[0], // OCode
  368. NULL
  369. };
  370. const esp_efuse_desc_t* ESP_EFUSE_DIG_DBIAS_HVT[] = {
  371. &DIG_DBIAS_HVT[0], // BLOCK2 digital dbias when hvt
  372. NULL
  373. };
  374. const esp_efuse_desc_t* ESP_EFUSE_DIG_LDO_SLP_DBIAS2[] = {
  375. &DIG_LDO_SLP_DBIAS2[0], // BLOCK2 DIG_LDO_DBG0_DBIAS2
  376. NULL
  377. };
  378. const esp_efuse_desc_t* ESP_EFUSE_DIG_LDO_SLP_DBIAS26[] = {
  379. &DIG_LDO_SLP_DBIAS26[0], // BLOCK2 DIG_LDO_DBG0_DBIAS26
  380. NULL
  381. };
  382. const esp_efuse_desc_t* ESP_EFUSE_DIG_LDO_ACT_DBIAS26[] = {
  383. &DIG_LDO_ACT_DBIAS26[0], // BLOCK2 DIG_LDO_ACT_DBIAS26
  384. NULL
  385. };
  386. const esp_efuse_desc_t* ESP_EFUSE_DIG_LDO_ACT_STEPD10[] = {
  387. &DIG_LDO_ACT_STEPD10[0], // BLOCK2 DIG_LDO_ACT_STEPD10
  388. NULL
  389. };
  390. const esp_efuse_desc_t* ESP_EFUSE_RTC_LDO_SLP_DBIAS13[] = {
  391. &RTC_LDO_SLP_DBIAS13[0], // BLOCK2 DIG_LDO_SLP_DBIAS13
  392. NULL
  393. };
  394. const esp_efuse_desc_t* ESP_EFUSE_RTC_LDO_SLP_DBIAS29[] = {
  395. &RTC_LDO_SLP_DBIAS29[0], // BLOCK2 DIG_LDO_SLP_DBIAS29
  396. NULL
  397. };
  398. const esp_efuse_desc_t* ESP_EFUSE_RTC_LDO_SLP_DBIAS31[] = {
  399. &RTC_LDO_SLP_DBIAS31[0], // BLOCK2 DIG_LDO_SLP_DBIAS31
  400. NULL
  401. };
  402. const esp_efuse_desc_t* ESP_EFUSE_RTC_LDO_ACT_DBIAS31[] = {
  403. &RTC_LDO_ACT_DBIAS31[0], // BLOCK2 DIG_LDO_ACT_DBIAS31
  404. NULL
  405. };
  406. const esp_efuse_desc_t* ESP_EFUSE_RTC_LDO_ACT_DBIAS13[] = {
  407. &RTC_LDO_ACT_DBIAS13[0], // BLOCK2 DIG_LDO_ACT_DBIAS13
  408. NULL
  409. };