esp_efuse_test_table.h 903 B

123456789101112131415161718192021222324252627
  1. /*
  2. * SPDX-FileCopyrightText: 2017-2021 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. // md5_digest_table 7d587827a6f6134241dce7d3713b3edc
  10. // This file was generated automatically from the file esp_efuse_test_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
  11. // 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
  12. // To show efuse_table run the command 'make show_efuse_table'.
  13. extern const esp_efuse_desc_t* ESP_EFUSE_TEST1_LEN_8[];
  14. extern const esp_efuse_desc_t* ESP_EFUSE_TEST2_LEN_16[];
  15. extern const esp_efuse_desc_t* ESP_EFUSE_TEST3_LEN_6[];
  16. extern const esp_efuse_desc_t* ESP_EFUSE_TEST4_LEN_182[];
  17. extern const esp_efuse_desc_t* ESP_EFUSE_TEST5_LEN_1[];
  18. extern const esp_efuse_desc_t* ESP_EFUSE_TEST6_LEN_17[];
  19. #ifdef __cplusplus
  20. }
  21. #endif