Searched refs:RT_SERIAL_EVENT_TX_DMADONE (Results 1 – 5 of 5) sorted by relevance
167 #define RT_SERIAL_EVENT_TX_DMADONE 0x04 /* Tx DMA transfer done */ macro
200 #define RT_SERIAL_EVENT_TX_DMADONE 0x04 /* Tx DMA transfer done */ macro
816 rt_hw_serial_isr(&data->serial,RT_SERIAL_EVENT_TX_DMADONE); in _vcom_tx()911 rt_hw_serial_isr(&data->serial,RT_SERIAL_EVENT_TX_DMADONE); in vcom_tx_thread_entry()942 rt_hw_serial_isr(&data->serial,RT_SERIAL_EVENT_TX_DMADONE); in vcom_tx_thread_entry()
1507 case RT_SERIAL_EVENT_TX_DMADONE: in rt_hw_serial_isr()
2111 case RT_SERIAL_EVENT_TX_DMADONE: { in rt_hw_serial_isr()
Completed in 14 milliseconds