pub unsafe extern "C" fn esp_efuse_block_is_empty(block: u32) -> boolExpand 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.
pub unsafe extern "C" fn esp_efuse_block_is_empty(block: u32) -> bool@brief Checks that the given block is empty.
@return - True: The block is empty. - False: The block is not empty or was an error.