Home
last modified time | relevance | path

Searched refs:other_cpu_startup_idle_hook_cb (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport_common.c87 static bool other_cpu_startup_idle_hook_cb(void) in other_cpu_startup_idle_hook_cb() function
98 esp_register_freertos_idle_hook_for_cpu(other_cpu_startup_idle_hook_cb, !xPortGetCoreID()); in main_task()
102 esp_deregister_freertos_idle_hook_for_cpu(other_cpu_startup_idle_hook_cb, !xPortGetCoreID()); in main_task()