Searched refs:new_tick_cb (Results 1 – 2 of 2) sorted by relevance
87 esp_err_t esp_register_freertos_tick_hook_for_cpu(esp_freertos_tick_cb_t new_tick_cb, UBaseType_t c… in esp_register_freertos_tick_hook_for_cpu() argument95 tick_cb[cpuid][n]=new_tick_cb; in esp_register_freertos_tick_hook_for_cpu()104 esp_err_t esp_register_freertos_tick_hook(esp_freertos_tick_cb_t new_tick_cb) in esp_register_freertos_tick_hook() argument106 return esp_register_freertos_tick_hook_for_cpu(new_tick_cb, xPortGetCoreID()); in esp_register_freertos_tick_hook()
82 esp_err_t esp_register_freertos_tick_hook_for_cpu(esp_freertos_tick_cb_t new_tick_cb, UBaseType_t c…93 esp_err_t esp_register_freertos_tick_hook(esp_freertos_tick_cb_t new_tick_cb);