[][src]Function esp_idf_bindgen::spi_flash_erase_sector

pub unsafe extern "C" fn spi_flash_erase_sector(sector: size_t) -> esp_err_t

@brief Erase the Flash sector.

@param sector: Sector number, the count starts at sector 0, 4KB per sector.

@return esp_err_t