Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/include/
Desp_freertos_hooks.h32 typedef bool (*esp_freertos_idle_cb_t)(void); typedef
52 esp_err_t esp_register_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t new_idle_cb, UBaseType_t c…
69 esp_err_t esp_register_freertos_idle_hook(esp_freertos_idle_cb_t new_idle_cb);
101 void esp_deregister_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t old_idle_cb, UBaseType_t cpui…
110 void esp_deregister_freertos_idle_hook(esp_freertos_idle_cb_t old_idle_cb);
/hal_espressif-latest/components/esp_system/
Dfreertos_hooks.c28 static esp_freertos_idle_cb_t idle_cb[portNUM_PROCESSORS][MAX_HOOKS]={0};
65 esp_err_t esp_register_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t new_idle_cb, UBaseType_t c… in esp_register_freertos_idle_hook_for_cpu()
82 esp_err_t esp_register_freertos_idle_hook(esp_freertos_idle_cb_t new_idle_cb) in esp_register_freertos_idle_hook()
109 void esp_deregister_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t old_idle_cb, UBaseType_t cpui… in esp_deregister_freertos_idle_hook_for_cpu()
121 void esp_deregister_freertos_idle_hook(esp_freertos_idle_cb_t old_idle_cb) in esp_deregister_freertos_idle_hook()