esp_efuse_key_block_unused() function
Returns true if the key block is unused, false otherwise. An unused key block is all zero content, not read or write protected, and has purpose 0 (ESP_EFUSE_KEY_PURPOSE_USER)
Return value
- True if key block is unused, - False if key block is used or the specified block index is not a key block.
![]()
if (!esp_efuse_key_block_unused(block)) {
esp_efuse_key_block_unused() is called by 1 function and calls 3 functions:
![]()
esp_efuse_key_block_unused()
esp_efuse_key_block_unused() reads 2 variables:
![]()
esp_efuse_key_block_unused()