esp_flash_set_chip_write_protect() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

ESP_OK on success, or a flash error code if operation failed.

Notes

Correct behaviour of this function depends on the SPI flash chip model and chip_drv in use (via the 'chip->drv' field).

References