[][src]Type Definition esp_idf_bindgen::spi_flash_is_safe_write_address_t

type spi_flash_is_safe_write_address_t = Option<unsafe extern "C" fn(addr: size_t, size: size_t) -> bool>;

@brief Function to protect SPI flash critical regions corruption.