esp_efuse_test_table.c 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. // Copyright 2017-2018 Espressif Systems (Shanghai) PTE LTD
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at",
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License
  14. #include "esp_efuse.h"
  15. #include "esp_efuse_test_table.h"
  16. // md5_digest_table 7d587827a6f6134241dce7d3713b3edc
  17. // This file was generated automatically from the file esp_efuse_test_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
  18. // If you want to change some fields, you need to change esp_efuse_test_table.csv file then build system will generate this header file
  19. // To show efuse_table run the command 'make show_efuse_table'.
  20. static const esp_efuse_desc_t TEST1_LEN_8[] = {
  21. {EFUSE_BLK3, 0, 8}, // TEST field,
  22. };
  23. static const esp_efuse_desc_t TEST2_LEN_16[] = {
  24. {EFUSE_BLK3, 10, 8}, // TEST field,
  25. {EFUSE_BLK3, 80, 8}, // TEST field,
  26. };
  27. static const esp_efuse_desc_t TEST3_LEN_6[] = {
  28. {EFUSE_BLK3, 22, 6}, // TEST field,
  29. };
  30. static const esp_efuse_desc_t TEST4_LEN_182[] = {
  31. {EFUSE_BLK1, 22, 49}, // TEST field,
  32. {EFUSE_BLK1, 89, 39}, // TEST field,
  33. {EFUSE_BLK1, 71, 18}, // TEST field,
  34. {EFUSE_BLK1, 0, 16}, // TEST field,
  35. {EFUSE_BLK2, 0, 17}, // TEST field,
  36. {EFUSE_BLK2, 60, 43}, // TEST field,
  37. };
  38. static const esp_efuse_desc_t TEST5_LEN_1[] = {
  39. {EFUSE_BLK1, 16, 1}, // TEST field,
  40. };
  41. static const esp_efuse_desc_t TEST6_LEN_17[] = {
  42. {EFUSE_BLK1, 17, 1}, // TEST field,
  43. {EFUSE_BLK2, 17, 2}, // TEST field,
  44. {EFUSE_BLK3, 29, 4}, // TEST field,
  45. {EFUSE_BLK2, 31, 3}, // TEST field,
  46. {EFUSE_BLK3, 60, 6}, // TEST field,
  47. {EFUSE_BLK2, 127, 1}, // TEST field,
  48. };
  49. const esp_efuse_desc_t* ESP_EFUSE_TEST1_LEN_8[] = {
  50. &TEST1_LEN_8[0], // TEST field
  51. NULL
  52. };
  53. const esp_efuse_desc_t* ESP_EFUSE_TEST2_LEN_16[] = {
  54. &TEST2_LEN_16[0], // TEST field
  55. &TEST2_LEN_16[1], // TEST field
  56. NULL
  57. };
  58. const esp_efuse_desc_t* ESP_EFUSE_TEST3_LEN_6[] = {
  59. &TEST3_LEN_6[0], // TEST field
  60. NULL
  61. };
  62. const esp_efuse_desc_t* ESP_EFUSE_TEST4_LEN_182[] = {
  63. &TEST4_LEN_182[0], // TEST field
  64. &TEST4_LEN_182[1], // TEST field
  65. &TEST4_LEN_182[2], // TEST field
  66. &TEST4_LEN_182[3], // TEST field
  67. &TEST4_LEN_182[4], // TEST field
  68. &TEST4_LEN_182[5], // TEST field
  69. NULL
  70. };
  71. const esp_efuse_desc_t* ESP_EFUSE_TEST5_LEN_1[] = {
  72. &TEST5_LEN_1[0], // TEST field
  73. NULL
  74. };
  75. const esp_efuse_desc_t* ESP_EFUSE_TEST6_LEN_17[] = {
  76. &TEST6_LEN_17[0], // TEST field
  77. &TEST6_LEN_17[1], // TEST field
  78. &TEST6_LEN_17[2], // TEST field
  79. &TEST6_LEN_17[3], // TEST field
  80. &TEST6_LEN_17[4], // TEST field
  81. &TEST6_LEN_17[5], // TEST field
  82. NULL
  83. };