Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Duart_mock.c32 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,
Duart_mock.h27 int uart_mock_tx(const struct device *dev, const uint8_t *buf, size_t len, int32_t timeout);
Dmain.c122 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()