Searched refs:uart_ouput (Results 1 – 2 of 2) sorted by relevance
101 static rt_err_t uart_ouput(rt_device_t dev, void *buffer) in uart_ouput() function229 rt_device_set_tx_complete(serial, uart_ouput); in uart_sample_v1()250 rt_device_set_tx_complete(serial, uart_ouput); in uart_sample_v1()
129 static rt_err_t uart_ouput(rt_device_t dev, void *buffer) in uart_ouput() function256 rt_device_set_tx_complete(serial, uart_ouput); in uart_sample_v2()277 rt_device_set_tx_complete(serial, uart_ouput); in uart_sample_v2()
Completed in 6 milliseconds