Home
last modified time | relevance | path

Searched refs:new_tick_cb (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/esp_system/
Dfreertos_hooks.c87 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() argument
95 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() argument
106 return esp_register_freertos_tick_hook_for_cpu(new_tick_cb, xPortGetCoreID()); in esp_register_freertos_tick_hook()
/hal_espressif-3.7.0/components/esp_system/include/
Desp_freertos_hooks.h82 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);