esp_event_loop_create() function
Create a new event loop.
Arguments
event_loop_args
configuration structure for the event loop to create
event_loop
handle to the created event loop
Return value
- ESP_OK: Success - ESP_ERR_INVALID_ARG: event_loop_args or event_loop was NULL - ESP_ERR_NO_MEM: Cannot allocate memory for event loops list - ESP_FAIL: Failed to create task loop - Others: Fail
Examples
esp_event_loop_create() is referenced by 2 libraries and example projects: