i2c_slave_transmit() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: I2C slave transmit success. - ESP_ERR_INVALID_ARG: I2C slave transmit parameter invalid. - ESP_ERR_TIMEOUT: Operation timeout(larger than xfer_timeout_ms) because the device is busy or hardware crash. - ESP_ERR_NOT_SUPPORTED: This function should be work in fifo mode, but I2C_SLAVE_NONFIFO mode is configured

Notes

If you connect this slave device to some master device, the data transaction direction is from slave device to master device.

References

from examples