Skip to main content

esp_openthread_start

Function esp_openthread_start 

Source
pub unsafe extern "C" fn esp_openthread_start(
    config: *const esp_openthread_config_t,
) -> esp_err_t
Expand description

@brief Starts the full OpenThread stack and create a handle task.

@note The OpenThread instance will also be initialized in this function.

@param[in] config The OpenThread platform configuration.

@return - ESP_OK on success - ESP_ERR_INVALID_STATE if already initialized