twai_stop_v2() function
Stop the TWAI driver with a given handle
Arguments
handle
TWAI driver handle returned by `twai_driver_install_v2`
Return value
- ESP_OK: TWAI driver is now Stopped - ESP_ERR_INVALID_STATE: Driver is not in running state, or is not installed
Notes
This is an advanced version of `twai_stop` that can stop a TWAI driver with a given handle. Please refer to the documentation of `twai_stop` for more details.