Home
last modified time | relevance | path

Searched refs:rx_overrun_count (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Dtwai.c64 uint32_t rx_overrun_count; member
139 p_twai_obj->rx_overrun_count++; in twai_handle_rx_buffer_frames()
165 p_twai_obj->rx_overrun_count += twai_hal_clear_rx_fifo_overrun(&twai_context); in twai_handle_rx_buffer_frames()
677 status_info->rx_overrun_count = p_twai_obj->rx_overrun_count; in twai_get_status_info()
/hal_espressif-3.6.0/components/driver/include/driver/
Dtwai.h114 … uint32_t rx_overrun_count; /**< Number of messages that were lost due to a RX FIFO overrun */ member