ESP-IDF
reason
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
reason
reason variable
Syntax
Show:
Summary
Declaration
from
crosscore_int.c:30
static
volatile
uint32_t
reason
[
CONFIG_FREERTOS_NUMBER_OF_CORES
]
;
Examples
References
from
examples
Code
Location
Referrer
static
volatile
uint32_t
reason
[
CONFIG_FREERTOS_NUMBER_OF_CORES
]
;
crosscore_int.c:30
reason
[
esp_cpu_get_core_id
(
)
]
=
0
;
crosscore_int.c:92
esp_crosscore_int_init()
err
=
esp_intr_alloc
(
ETS_FROM_CPU_INTR0_SOURCE
,
ESP_INTR_FLAG_IRAM
,
esp_crosscore_isr
,
(
void
*
)
&
reason
[
0
]
,
NULL
)
;
crosscore_int.c:97
esp_crosscore_int_init()
err
=
esp_intr_alloc
(
ETS_FROM_CPU_INTR1_SOURCE
,
ESP_INTR_FLAG_IRAM
,
esp_crosscore_isr
,
(
void
*
)
&
reason
[
1
]
,
NULL
)
;
crosscore_int.c:99
esp_crosscore_int_init()
err
=
esp_intr_alloc
(
ETS_FROM_CPU_INTR0_SOURCE
,
ESP_INTR_FLAG_IRAM
,
esp_crosscore_isr
,
(
void
*
)
&
reason
[
0
]
,
NULL
)
;
crosscore_int.c:102
esp_crosscore_int_init()
reason
[
core_id
]
|=
reason_mask
;
crosscore_int.c:112
esp_crosscore_int_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
reason
is read by 2 functions:
All items filtered out
reason
esp_crosscore_int_init()
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