[][src]Function esp_idf_bindgen::spi_flash_guard_set

pub unsafe extern "C" fn spi_flash_guard_set(
    funcs: *const spi_flash_guard_funcs_t
)

@brief Sets guard functions to access flash.

@note Pointed structure and corresponding guard functions should not reside in flash. For example structure can be placed in DRAM and functions in IRAM sections.

@param funcs pointer to structure holding flash access guard functions.