esp_efuse_custom_table.h 904 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #include "esp_efuse.h"
  10. // md5_digest_table 584317af6a850ee16ef6206c139d6cf5
  11. // This file was generated from the file esp_efuse_custom_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
  12. // If you want to change some fields, you need to change esp_efuse_custom_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. extern const esp_efuse_desc_t* ESP_EFUSE_MODULE_VERSION[];
  16. extern const esp_efuse_desc_t* ESP_EFUSE_DEVICE_ROLE[];
  17. extern const esp_efuse_desc_t* ESP_EFUSE_SETTING_1[];
  18. extern const esp_efuse_desc_t* ESP_EFUSE_SETTING_2[];
  19. extern const esp_efuse_desc_t* ESP_EFUSE_CUSTOM_SECURE_VERSION[];
  20. #ifdef __cplusplus
  21. }
  22. #endif