ESP-IDF
esp_crosscore_int_send()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_crosscore_int_send()
esp_crosscore_int_send() function
Syntax
Show:
Summary
Declaration
from
crosscore_int.c:107
static
void
IRAM_ATTR
esp_crosscore_int_send
(
int
core_id
,
uint32_t
reason_mask
)
;
Arguments
Argument
core_id
reason_mask
Examples
References
from
examples
Code
Location
Referrer
static
void
IRAM_ATTR
esp_crosscore_int_send
(
int
core_id
,
uint32_t
reason_mask
)
crosscore_int.c:107
esp_crosscore_int_send
(
core_id
,
REASON_YIELD
)
;
crosscore_int.c:120
esp_crosscore_int_send_yield()
esp_crosscore_int_send
(
core_id
,
REASON_FREQ_SWITCH
)
;
crosscore_int.c:125
esp_crosscore_int_send_freq_switch()
esp_crosscore_int_send
(
core_id
,
REASON_GDB_CALL
)
;
crosscore_int.c:130
esp_crosscore_int_send_gdb_call()
esp_crosscore_int_send
(
core_id
,
REASON_PRINT_BACKTRACE
)
;
crosscore_int.c:135
esp_crosscore_int_send_print_backtrace()
esp_crosscore_int_send
(
core_id
,
REASON_TWDT_ABORT
)
;
crosscore_int.c:141
esp_crosscore_int_send_twdt_abort()
Call Tree
from
examples
esp_crosscore_int_send()
is called by 5 functions and calls 4 functions:
esp_crosscore_int_send_yield()
esp_crosscore_int_send_freq_switch()
esp_crosscore_int_send_gdb_call()
esp_crosscore_int_send_print_backtrace()
esp_crosscore_int_send_twdt_abort()
All items filtered out
esp_crosscore_int_send()
vPortEnterCritical()
__assert_func()
vPortExitCritical()
crosscore_int_ll_trigger_interrupt()
All items filtered out
Data Use
from
examples
esp_crosscore_int_send()
reads 1 variable:
reason
All items filtered out
esp_crosscore_int_send()
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