twai_clear_receive_queue() function
Clear the receive queue This function will clear the receive queue of all messages.
Return value
- ESP_OK: Transmit queue cleared - ESP_ERR_INVALID_STATE: TWAI driver is not installed
Notes
The receive queue is automatically cleared when twai_start() is called.