esp_secure_boot_enable_secure_features() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxReferences

Return value

- ESP_OK - Successfully

Notes

This API needs to be called in the eFuse batch mode. i.e. A call to esp_efuse_batch_write_begin() should be made prior to calling this API to start the batch mode After the API has been executed a call to esp_efuse_batch_write_commit()/esp_efuse_batch_write_cancel() should be made accordingly.

References