Searched refs:RT_CAN_EVENT_TX_DONE (Results 1 – 2 of 2) sorted by relevance
491 #define RT_CAN_EVENT_TX_DONE 0x02 /* Tx complete */ macro
899 case RT_CAN_EVENT_TX_DONE: in rt_hw_can_isr()909 if ((event & 0xff) == RT_CAN_EVENT_TX_DONE) in rt_hw_can_isr()
Completed in 9 milliseconds