ESP-IDF
idle_cb
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
idle_cb
idle_cb variable
Syntax
Show:
Summary
Declaration
from
freertos_hooks.c:27
static
esp_freertos_idle_cb_t
idle_cb
[
CONFIG_FREERTOS_NUMBER_OF_CORES
]
[
MAX_HOOKS
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_freertos_idle_cb_t
idle_cb
[
CONFIG_FREERTOS_NUMBER_OF_CORES
]
[
MAX_HOOKS
]
=
{
0
}
;
freertos_hooks.c:27
if
(
idle_cb
[
core
]
[
n
]
!=
NULL
&&
!
idle_cb
[
core
]
[
n
]
(
)
)
{
freertos_hooks.c:46
esp_vApplicationIdleHook()
if
(
idle_cb
[
cpuid
]
[
n
]
==
NULL
)
{
freertos_hooks.c:70
esp_register_freertos_idle_hook_for_cpu()
idle_cb
[
cpuid
]
[
n
]
=
new_idle_cb
;
freertos_hooks.c:71
esp_register_freertos_idle_hook_for_cpu()
if
(
idle_cb
[
cpuid
]
[
n
]
==
old_idle_cb
)
{
freertos_hooks.c:114
esp_deregister_freertos_idle_hook_for_cpu()
idle_cb
[
cpuid
]
[
n
]
=
NULL
;
freertos_hooks.c:115
esp_deregister_freertos_idle_hook_for_cpu()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
idle_cb
is read by 3 functions:
All items filtered out
idle_cb
esp_vApplicationIdleHook()
esp_register_freertos_idle_hook_for_cpu()
esp_deregister_freertos_idle_hook_for_cpu()
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