twai_driver_uninstall_v2() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Successfully uninstalled TWAI driver - ESP_ERR_INVALID_STATE: Driver is not in stopped/bus-off state, or is not installed

Notes

This is an advanced version of `twai_driver_uninstall` that can uninstall a TWAI driver with a given handle. Please refer to the documentation of `twai_driver_uninstall` for more details.

References

from examples