ESP-IDF
idle_hook_cb()
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
idle_hook_cb()
idle_hook_cb() function
Idle hook callback Idle hook callback called by the idle tasks to feed the TWDT
Syntax
Show:
Summary
Declaration
Definition
from
task_wdt.c:46
static
bool
idle_hook_cb
(
void
)
;
Implemented in
task_wdt.c:455
Return value
Whether the idle tasks should continue idling
Examples
References
from
examples
Code
Location
Referrer
static
bool
idle_hook_cb
(
void
)
task_wdt.c:455
static
bool
idle_hook_cb
(
void
)
;
task_wdt.c:46
esp_deregister_freertos_idle_hook_for_cpu
(
idle_hook_cb
,
core_num
)
;
task_wdt.c:282
unsubscribe_idle()
ESP_ERROR_CHECK
(
esp_register_freertos_idle_hook_for_cpu
(
idle_hook_cb
,
core_num
)
)
;
task_wdt.c:309
subscribe_idle()
Call Tree
from
examples
idle_hook_cb()
calls 1 function:
All items filtered out
idle_hook_cb()
esp_task_wdt_reset()
All items filtered out
Data Use
from
examples
idle_hook_cb()
writes 2 variables:
All items filtered out
idle_hook_cb()
unsubscribe_idle()
subscribe_idle()
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