Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Dfreertos_hooks.c65 esp_err_t esp_register_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t new_idle_cb, UBaseType_t c… in esp_register_freertos_idle_hook_for_cpu() argument
73 idle_cb[cpuid][n]=new_idle_cb; in esp_register_freertos_idle_hook_for_cpu()
82 esp_err_t esp_register_freertos_idle_hook(esp_freertos_idle_cb_t new_idle_cb) in esp_register_freertos_idle_hook() argument
84 return esp_register_freertos_idle_hook_for_cpu(new_idle_cb, xPortGetCoreID()); in esp_register_freertos_idle_hook()
/hal_espressif-3.7.0/components/esp_system/include/
Desp_freertos_hooks.h52 esp_err_t esp_register_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t new_idle_cb, UBaseType_t c…
69 esp_err_t esp_register_freertos_idle_hook(esp_freertos_idle_cb_t new_idle_cb);