ESP-IDF
esp_ipc_call_and_wait()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ipc_call_and_wait()
esp_ipc_call_and_wait() function
Syntax
Show:
Summary
Declaration
from
esp_ipc.c:127
static
esp_err_t
esp_ipc_call_and_wait
(
uint32_t
cpu_id
,
esp_ipc_func_t
func
,
void
*
arg
,
esp_ipc_wait_t
wait_for
)
;
Arguments
Argument
cpu_id
func
arg
wait_for
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
esp_ipc_call_and_wait
(
uint32_t
cpu_id
,
esp_ipc_func_t
func
,
void
*
arg
,
esp_ipc_wait_t
wait_for
)
esp_ipc.c:127
return
esp_ipc_call_and_wait
(
cpu_id
,
func
,
arg
,
IPC_WAIT_FOR_START
)
;
esp_ipc.c:170
esp_ipc_call()
return
esp_ipc_call_and_wait
(
cpu_id
,
func
,
arg
,
IPC_WAIT_FOR_END
)
;
esp_ipc.c:175
esp_ipc_call_blocking()
Call Tree
from
examples
esp_ipc_call_and_wait()
is called by 2 functions and calls 7 functions:
esp_ipc_call()
esp_ipc_call_blocking()
All items filtered out
esp_ipc_call_and_wait()
uxTaskPriorityGet()
vTaskPrioritySet()
xTaskGenericNotify()
xQueueGenericSend()
xTaskGetCurrentTaskHandle()
xTaskGetSchedulerState()
xQueueSemaphoreTake()
All items filtered out
Data Use
from
examples
esp_ipc_call_and_wait()
reads 7 variables:
eNotifyAction::eIncrement
s_ipc_task_handle
s_ipc_mutex
s_ipc_ack
s_func
s_func_arg
s_wait_for
All items filtered out
esp_ipc_call_and_wait()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out