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

Return value

- ESP_OK: Transmit queue cleared - ESP_ERR_INVALID_STATE: TWAI driver is not installed

Notes

This is an advanced version of `twai_clear_receive_queue` that can clear the receive queue of a given TWAI driver handle. Please refer to the documentation of `twai_clear_receive_queue` for more details.

References

from examples