Home
last modified time | relevance | path

Searched refs:ESP_EFUSE_SECURE_VERSION_NUM_BLOCK (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/efuse/private_include/esp32c3/
Desp_efuse_utility.h23 #define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK0 macro
/hal_espressif-2.7.6/components/efuse/private_include/esp32s2/
Desp_efuse_utility.h23 #define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK0 macro
/hal_espressif-2.7.6/components/efuse/private_include/esp32s3/
Desp_efuse_utility.h23 #define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK0 macro
/hal_espressif-2.7.6/components/efuse/private_include/esp32/
Desp_efuse_utility.h23 #define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK3 macro
/hal_espressif-2.7.6/components/efuse/src/
Desp_efuse_fields.c137 …se_coding_scheme_t coding_scheme = esp_efuse_get_coding_scheme(ESP_EFUSE_SECURE_VERSION_NUM_BLOCK); in esp_efuse_update_secure_version()