ESP-IDF
tick_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tick_cb
tick_cb variable
Syntax
Show:
Summary
Declaration
from
freertos_hooks.c:28
static
esp_freertos_tick_cb_t
tick_cb
[
CONFIG_FREERTOS_NUMBER_OF_CORES
]
[
MAX_HOOKS
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_freertos_tick_cb_t
tick_cb
[
CONFIG_FREERTOS_NUMBER_OF_CORES
]
[
MAX_HOOKS
]
=
{
0
}
;
freertos_hooks.c:28
if
(
tick_cb
[
core
]
[
n
]
!=
NULL
)
{
freertos_hooks.c:35
esp_vApplicationTickHook()
tick_cb
[
core
]
[
n
]
(
)
;
freertos_hooks.c:36
esp_vApplicationTickHook()
if
(
tick_cb
[
cpuid
]
[
n
]
==
NULL
)
{
freertos_hooks.c:92
esp_register_freertos_tick_hook_for_cpu()
tick_cb
[
cpuid
]
[
n
]
=
new_tick_cb
;
freertos_hooks.c:93
esp_register_freertos_tick_hook_for_cpu()
if
(
tick_cb
[
cpuid
]
[
n
]
==
old_tick_cb
)
{
freertos_hooks.c:137
esp_deregister_freertos_tick_hook_for_cpu()
tick_cb
[
cpuid
]
[
n
]
=
NULL
;
freertos_hooks.c:138
esp_deregister_freertos_tick_hook_for_cpu()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tick_cb
is read by 3 functions:
All items filtered out
tick_cb
esp_vApplicationTickHook()
esp_register_freertos_tick_hook_for_cpu()
esp_deregister_freertos_tick_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