twai_reconfigure_alerts_v2() function
Reconfigure which alerts are enabled, with a given handle
Arguments
handle
TWAI driver handle returned by `twai_driver_install_v2`
alerts_enabled
Bit field of alerts to enable (see documentation for alert flags)
current_alerts
Bit field of currently raised alerts. Set to NULL if unused
Return value
- ESP_OK: Alerts reconfigured - ESP_ERR_INVALID_STATE: TWAI driver is not installed
Notes
This is an advanced version of `twai_reconfigure_alerts` that can reconfigure which alerts are enabled with a given handle. Please refer to the documentation of `twai_reconfigure_alerts` for more details.