twai_initiate_recovery_v2() function
Start the bus recovery process with a given handle
Arguments
handle
TWAI driver handle returned by `twai_driver_install_v2`
Return value
- ESP_OK: Bus recovery started - ESP_ERR_INVALID_STATE: TWAI driver is not in the bus-off state, or is not installed
Notes
This is an advanced version of `twai_initiate_recovery` that can start the bus recovery process with a given handle. Please refer to the documentation of `twai_initiate_recovery` for more details.