ESP-IDF + 0/1 examples
SourceVu will show references to spi_flash_chip_generic_page_program() from the following samples and libraries:
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData UseImplementations

Return value

- ESP_OK if success - ESP_ERR_NOT_SUPPORTED if the chip is not able to perform the operation. This is indicated by WREN = 1 after the command is sent. - or other error passed from the ``wait_idle`` or ``program_page`` function of host driver

Notes

Length of each call should not excced the limitation in ``chip->host->max_write_bytes``. This function is called in ``spi_flash_chip_generic_write`` recursively until the whole page is programmed. Strongly suggest to call ``spi_flash_chip_generic_write`` instead.

References

from 0/1 examples