esp_register_freertos_tick_hook_for_cpu() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: Callback registered to specified core's tick hook - ESP_ERR_NO_MEM: No more space on the specified core's tick hook to register the callback - ESP_ERR_INVALID_ARG: cpuid is invalid

References

from examples