Function esp_idf_hal::sys::esp_efuse_get_key_purpose
source ยท pub unsafe extern "C" fn esp_efuse_get_key_purpose(block: u32) -> u32
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.