Searched refs:MAX_HOOKS (Results 1 – 1 of 1) sorted by relevance
25 #define MAX_HOOKS 8 macro28 static esp_freertos_idle_cb_t idle_cb[portNUM_PROCESSORS][MAX_HOOKS]={0};29 static esp_freertos_tick_cb_t tick_cb[portNUM_PROCESSORS][MAX_HOOKS]={0};35 for (n=0; n<MAX_HOOKS; n++) { in esp_vApplicationTickHook()46 for (int n = 0; n < MAX_HOOKS; n++) { in esp_vApplicationIdleHook()71 for(int n = 0; n < MAX_HOOKS; n++){ in esp_register_freertos_idle_hook_for_cpu()93 for(int n = 0; n < MAX_HOOKS; n++){ in esp_register_freertos_tick_hook_for_cpu()115 for(int n = 0; n < MAX_HOOKS; n++){ in esp_deregister_freertos_idle_hook_for_cpu()136 for(int n = 0; n < MAX_HOOKS; n++){ in esp_deregister_freertos_tick_hook_for_cpu()