esp_ipc_call() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_ERR_INVALID_ARG if cpu_id is invalid - ESP_ERR_INVALID_STATE if the FreeRTOS scheduler is not running - ESP_OK otherwise

Notes

In single-core mode, returns ESP_ERR_INVALID_ARG for cpu_id 1.

References

from examples