Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c19 #define RSP_HEADER_SIZE (sizeof(struct ec_host_cmd_response_header)) macro
100 uint8_t tx_buf[RSP_HEADER_SIZE + sizeof(EC_HELLO_STR)]; in test_hello()
114 memset(rsp, 0, RSP_HEADER_SIZE); in test_hello()
118 memcpy(&tx_buf[RSP_HEADER_SIZE], EC_HELLO_STR, sizeof(EC_HELLO_STR)); in test_hello()
122 ztest_expect_value(uart_mock_tx, len, RSP_HEADER_SIZE + sizeof(EC_HELLO_STR)); in test_hello()