Home
last modified time | relevance | path

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

/Kernel-v11.1.0/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()
103 … esp_deregister_freertos_idle_hook_for_cpu( other_cpu_startup_idle_hook_cb, !xPortGetCoreID() ); in main_task()