twai_clear_transmit_queue() function
Clear the transmit queue This function will clear the transmit queue of all messages.
Return value
- ESP_OK: Transmit queue cleared - ESP_ERR_INVALID_STATE: TWAI driver is not installed or TX queue is disabled
Notes
The transmit queue is automatically cleared when twai_stop() or twai_initiate_recovery() is called.