Searched refs:twai_alert_handler (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/driver/ |
D | twai.c | 102 TWAI_ISR_ATTR static void twai_alert_handler(uint32_t alert_code, int *alert_req) in twai_alert_handler() function 133 twai_alert_handler(TWAI_ALERT_RX_DATA, alert_req); in twai_handle_rx_buffer_frames() 136 twai_alert_handler(TWAI_ALERT_RX_QUEUE_FULL, alert_req); in twai_handle_rx_buffer_frames() 140 twai_alert_handler(TWAI_ALERT_RX_FIFO_OVERRUN, alert_req); in twai_handle_rx_buffer_frames() 153 twai_alert_handler(TWAI_ALERT_RX_DATA, alert_req); in twai_handle_rx_buffer_frames() 156 twai_alert_handler(TWAI_ALERT_RX_QUEUE_FULL, alert_req); in twai_handle_rx_buffer_frames() 166 twai_alert_handler(TWAI_ALERT_RX_FIFO_OVERRUN, alert_req); in twai_handle_rx_buffer_frames() 175 twai_alert_handler(TWAI_ALERT_TX_SUCCESS, alert_req); in twai_handle_tx_buffer_frame() 178 twai_alert_handler(TWAI_ALERT_TX_FAILED, alert_req); in twai_handle_tx_buffer_frame() 196 twai_alert_handler(TWAI_ALERT_TX_IDLE, alert_req); in twai_handle_tx_buffer_frame() [all …]
|