Searched refs:uart_mock_tx (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
D | uart_mock.c | 32 int uart_mock_tx(const struct device *dev, const uint8_t *buf, size_t len, int32_t timeout) in uart_mock_tx() function 64 .tx = uart_mock_tx,
|
D | uart_mock.h | 27 int uart_mock_tx(const struct device *dev, const uint8_t *buf, size_t len, int32_t timeout);
|
D | main.c | 122 ztest_expect_value(uart_mock_tx, len, RSP_HEADER_SIZE + sizeof(EC_HELLO_STR)); in test_hello() 123 ztest_expect_data(uart_mock_tx, buf, tx_buf); in test_hello()
|