esp_openthread_platform_deinit() function
This function performs all platform-specific deinitialization for OpenThread's drivers.
Syntax
esp_err_t esp_openthread_platform_deinit(void); Return value
- ESP_OK on success - ESP_ERR_INVALID_STATE if not initialized
Notes
This function is not called by the OpenThread library. Instead, the user should call this function when deinitialization of OpenThread's drivers is most appropriate.