esp_ipc_call_nonblocking() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

- ESP_ERR_INVALID_ARG if cpu_id is invalid - ESP_ERR_INVALID_STATE 1. IPC tasks have not been initialized yet, 2. cpu_id requests IPC on the current core, but the FreeRTOS scheduler is not running on it (the IPC task cannot be executed). - ESP_FAIL IPC is busy due to a previous call was not completed. - ESP_OK otherwise

References