[][src]Function esp_idf_bindgen::spi_flash_guard_get

pub unsafe extern "C" fn spi_flash_guard_get() -> *const spi_flash_guard_funcs_t

@brief Get the guard functions used for flash access

@return The guard functions that were set via spi_flash_guard_set(). These functions can be called if implementing custom low-level SPI flash operations.