Searched refs:old_idle_cb (Results 1 – 2 of 2) sorted by relevance
109 void esp_deregister_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t old_idle_cb, UBaseType_t cpui… in esp_deregister_freertos_idle_hook_for_cpu() argument116 if(idle_cb[cpuid][n] == old_idle_cb) idle_cb[cpuid][n] = NULL; in esp_deregister_freertos_idle_hook_for_cpu()121 void esp_deregister_freertos_idle_hook(esp_freertos_idle_cb_t old_idle_cb) in esp_deregister_freertos_idle_hook() argument125 esp_deregister_freertos_idle_hook_for_cpu(old_idle_cb, m); in esp_deregister_freertos_idle_hook()
101 void esp_deregister_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t old_idle_cb, UBaseType_t cpui…110 void esp_deregister_freertos_idle_hook(esp_freertos_idle_cb_t old_idle_cb);