esp_efuse_custom_table.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  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. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. // md5_digest_table 584317af6a850ee16ef6206c139d6cf5
  18. // This file was generated from the file esp_efuse_custom_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
  19. // If you want to change some fields, you need to change esp_efuse_custom_table.csv file
  20. // then run `efuse_common_table` or `efuse_custom_table` command it will generate this file.
  21. // To show efuse_table run the command 'show_efuse_table'.
  22. extern const esp_efuse_desc_t* ESP_EFUSE_MODULE_VERSION[];
  23. extern const esp_efuse_desc_t* ESP_EFUSE_DEVICE_ROLE[];
  24. extern const esp_efuse_desc_t* ESP_EFUSE_SETTING_1[];
  25. extern const esp_efuse_desc_t* ESP_EFUSE_SETTING_2[];
  26. extern const esp_efuse_desc_t* ESP_EFUSE_CUSTOM_SECURE_VERSION[];
  27. #ifdef __cplusplus
  28. }
  29. #endif