Home
last modified time | relevance | path

Searched refs:uart_ouput (Results 1 – 2 of 2) sorted by relevance

/bsp/hc32/tests/
A Dtest_uart_v1.c101 static rt_err_t uart_ouput(rt_device_t dev, void *buffer) in uart_ouput() function
229 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()
A Dtest_uart_v2.c129 static rt_err_t uart_ouput(rt_device_t dev, void *buffer) in uart_ouput() function
256 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