Function esp_idf_sys::esp_efuse_get_key_purpose
source ยท pub unsafe extern "C" fn esp_efuse_get_key_purpose(
block: esp_efuse_block_t,
) -> esp_efuse_purpose_t
Expand description
@brief Returns the current purpose set for an efuse key block.
@param[in] block A key block in the range EFUSE_BLK_KEY0..EFUSE_BLK_KEY_MAX
@return - Value: If Successful, it returns the value of the purpose related to the given key block. - ESP_EFUSE_KEY_PURPOSE_MAX: Otherwise.