[][src]Function esp_idf_bindgen::spi_flash_init

pub unsafe extern "C" fn spi_flash_init()

@brief Initialize SPI flash access driver

This function must be called exactly once, before any other spi_flash_* functions are called. Currently this function is called from startup code. There is no need to call it from application code.