spi_eeprom_write() is only used within hd_eeprom sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: on success - ESP_ERR_TIMEOUT: if the EEPROM is not able to be ready before the time in the spec. This may mean that the connection is not correct. - or return value from `spi_device_acquire_bus()` `spi_device_polling_transmit()`.

References

from examples