Searched refs:tx (Results 1 – 8 of 8) sorted by relevance
120 bool "Enable to use dma for vcom tx"129 int "tx timeout(ticks) of virtual com"
364 struct rt_serial_tx_fifo *tx; in _serial_int_tx() local369 tx = (struct rt_serial_tx_fifo*) serial->serial_tx; in _serial_int_tx()370 RT_ASSERT(tx != RT_NULL); in _serial_int_tx()382 rt_completion_wait(&(tx->completion), RT_WAITING_FOREVER); in _serial_int_tx()389 rt_completion_wait(&(tx->completion), RT_WAITING_FOREVER); in _serial_int_tx()
32 #warning suggest you to enable LWIP_NO_TX_THREAD, we do not use rtthread eth tx thread
30 - 等价于使用 uart tx dma/uart rx dma
30 - Equivalent to using uart tx dma/uart rx dma
829 * ppp.c: task #10154 (PPP: Update snmp in/out counters for tx/rx packets)
1785 * ppp.c: task #10154 (PPP: Update snmp in/out counters for tx/rx packets)
2038 * ppp.c: task #10154 (PPP: Update snmp in/out counters for tx/rx packets)
Completed in 755 milliseconds