esp_idf_sys

Function esp_openthread_launch_mainloop

Source
pub unsafe extern "C" fn esp_openthread_launch_mainloop() -> esp_err_t
Expand description

@brief Launches the OpenThread main loop.

@note This function will not return unless error happens when running the OpenThread stack.

@return - ESP_OK on success - ESP_ERR_NO_MEM if allocation has failed - ESP_FAIL on other failures