Searched refs:alert_req (Results 1 – 1 of 1) sorted by relevance
102 TWAI_ISR_ATTR static void twai_alert_handler(uint32_t alert_code, int *alert_req) in twai_alert_handler() argument107 *alert_req = 1; in twai_alert_handler()122 static inline void twai_handle_rx_buffer_frames(BaseType_t *task_woken, int *alert_req) in twai_handle_rx_buffer_frames() argument133 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()171 static inline void twai_handle_tx_buffer_frame(BaseType_t *task_woken, int *alert_req) in twai_handle_tx_buffer_frame() argument[all …]