ESP-IDF
esp_freertos_idle_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
esp_freertos_idle_cb_t
esp_freertos_idle_cb_t
Syntax
Show:
Summary
Declaration
from
esp_freertos_hooks.h:24
typedef
bool
(
*
esp_freertos_idle_cb_t
)
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
bool
(
*
esp_freertos_idle_cb_t
)
(
void
)
;
esp_freertos_hooks.h:24
esp_err_t
esp_register_freertos_idle_hook_for_cpu
(
esp_freertos_idle_cb_t
new_idle_cb
,
UBaseType_t
cpuid
)
;
esp_freertos_hooks.h:44
esp_err_t
esp_register_freertos_idle_hook
(
esp_freertos_idle_cb_t
new_idle_cb
)
;
esp_freertos_hooks.h:61
void
esp_deregister_freertos_idle_hook_for_cpu
(
esp_freertos_idle_cb_t
old_idle_cb
,
UBaseType_t
cpuid
)
;
esp_freertos_hooks.h:93
void
esp_deregister_freertos_idle_hook
(
esp_freertos_idle_cb_t
old_idle_cb
)
;
esp_freertos_hooks.h:102
static
esp_freertos_idle_cb_t
idle_cb
[
CONFIG_FREERTOS_NUMBER_OF_CORES
]
[
MAX_HOOKS
]
=
{
0
}
;
freertos_hooks.c:27
esp_err_t
esp_register_freertos_idle_hook_for_cpu
(
esp_freertos_idle_cb_t
new_idle_cb
,
UBaseType_t
cpuid
)
freertos_hooks.c:63
esp_register_freertos_idle_hook_for_cpu()
esp_err_t
esp_register_freertos_idle_hook
(
esp_freertos_idle_cb_t
new_idle_cb
)
freertos_hooks.c:80
esp_register_freertos_idle_hook()
void
esp_deregister_freertos_idle_hook_for_cpu
(
esp_freertos_idle_cb_t
old_idle_cb
,
UBaseType_t
cpuid
)
freertos_hooks.c:107
esp_deregister_freertos_idle_hook_for_cpu()
void
esp_deregister_freertos_idle_hook
(
esp_freertos_idle_cb_t
old_idle_cb
)
freertos_hooks.c:121
esp_deregister_freertos_idle_hook()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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