mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
29 lines
904 B
C
29 lines
904 B
C
/*
|
|
* SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "esp_efuse.h"
|
|
|
|
// md5_digest_table 584317af6a850ee16ef6206c139d6cf5
|
|
// This file was generated from the file esp_efuse_custom_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
|
|
// If you want to change some fields, you need to change esp_efuse_custom_table.csv file
|
|
// then run `efuse_common_table` or `efuse_custom_table` command it will generate this file.
|
|
// To show efuse_table run the command 'show_efuse_table'.
|
|
|
|
|
|
extern const esp_efuse_desc_t* ESP_EFUSE_MODULE_VERSION[];
|
|
extern const esp_efuse_desc_t* ESP_EFUSE_DEVICE_ROLE[];
|
|
extern const esp_efuse_desc_t* ESP_EFUSE_SETTING_1[];
|
|
extern const esp_efuse_desc_t* ESP_EFUSE_SETTING_2[];
|
|
extern const esp_efuse_desc_t* ESP_EFUSE_CUSTOM_SECURE_VERSION[];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|