esp_efuse_get_key_purpose() function
Returns the current purpose set for an efuse key block.
Arguments
block
A key block in the range EFUSE_BLK_KEY0..EFUSE_BLK_KEY_MAX
Return value
- Value: If Successful, it returns the value of the purpose related to the given key block. - ESP_EFUSE_KEY_PURPOSE_MAX: Otherwise.