twai_get_status_info_v2() function
Get current status information of a given TWAI driver handle
Arguments
handle
TWAI driver handle returned by `twai_driver_install_v2`
status_info
Status information
Return value
- ESP_OK: Status information retrieved - ESP_ERR_INVALID_ARG: Arguments are invalid - ESP_ERR_INVALID_STATE: TWAI driver is not installed
Notes
This is an advanced version of `twai_get_status_info` that can get current status information of a given TWAI driver handle. Please refer to the documentation of `twai_get_status_info` for more details.