Home
last modified time | relevance | path

Searched refs:test_uart_fifo_fill (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/tests/drivers/uart/uart_basic_api/src/
Dmain.c24 TC_CMD_DEFINE(test_uart_fifo_fill)
39 SHELL_CMD_REGISTER(test_uart_fifo_fill, NULL, NULL,
40 TC_CMD_ITEM(test_uart_fifo_fill));
Dtest_uart.h31 void test_uart_fifo_fill(void);
Dtest_uart_fifo.c165 void test_uart_fifo_fill(void) in test_uart_fifo_fill() function
167 ZTEST(uart_basic_api, test_uart_fifo_fill) in test_uart_fifo_fill()