Searched refs:tick_cb (Results 1 – 1 of 1) sorted by relevance
29 static esp_freertos_tick_cb_t tick_cb[portNUM_PROCESSORS][MAX_HOOKS]={0}; variable36 if (tick_cb[core][n]!=NULL) { in esp_vApplicationTickHook()37 tick_cb[core][n](); in esp_vApplicationTickHook()94 if (tick_cb[cpuid][n]==NULL) { in esp_register_freertos_tick_hook_for_cpu()95 tick_cb[cpuid][n]=new_tick_cb; in esp_register_freertos_tick_hook_for_cpu()137 if(tick_cb[cpuid][n] == old_tick_cb) tick_cb[cpuid][n] = NULL; in esp_deregister_freertos_tick_hook_for_cpu()