essl_spi_write_reg() is only used within host sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: success - ESP_ERR_INVALID_STATE: ESSL SPI has not been initialized. - ESP_ERR_INVALID_ARG: The address argument is not valid. See note 1. - ESP_ERR_NOT_SUPPORTED: Should set ``out_value`` to NULL. See note 2. - or other return value from :cpp:func:`spi_device_transmit`.

Notes

The registers for Master/Slave synchronization are reserved. Do not use them. (see `tx_sync_reg` in `essl_spi_config_t`) Feature of checking the actual written value (``out_value``) is not supported.

References

from examples