Select one of the symbols to view example projects that use it.
 
Outline
#include "esp_efuse.h"
ESP_EFUSE_MODULE_VERSION;
ESP_EFUSE_DEVICE_ROLE;
ESP_EFUSE_SETTING_1;
ESP_EFUSE_SETTING_2;
ESP_EFUSE_CUSTOM_SECURE_VERSION;
Files
loading...
SourceVuESP-IDF Framework and Examplesefuse samplemain/include/esp_efuse_custom_table.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * 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
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.