Searched refs:idle_cb (Results 1 – 1 of 1) sorted by relevance
28 static esp_freertos_idle_cb_t idle_cb[portNUM_PROCESSORS][MAX_HOOKS]={0}; variable47 if (idle_cb[core][n] != NULL && !idle_cb[core][n]()) { in esp_vApplicationIdleHook()72 if (idle_cb[cpuid][n]==NULL) { in esp_register_freertos_idle_hook_for_cpu()73 idle_cb[cpuid][n]=new_idle_cb; in esp_register_freertos_idle_hook_for_cpu()116 if(idle_cb[cpuid][n] == old_idle_cb) idle_cb[cpuid][n] = NULL; in esp_deregister_freertos_idle_hook_for_cpu()