Function esp_idf_sys::esp_efuse_block_is_empty
source ยท pub unsafe extern "C" fn esp_efuse_block_is_empty(
block: esp_efuse_block_t,
) -> bool
Expand description
@brief Checks that the given block is empty.
@return - True: The block is empty. - False: The block is not empty or was an error.