Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c48 #define EC_HELLO_STR "hello_ec" macro
74 memcpy(args->output_buf, EC_HELLO_STR, sizeof(EC_HELLO_STR)); in ec_host_cmd_hello()
75 args->output_buf_size = sizeof(EC_HELLO_STR); in ec_host_cmd_hello()
100 uint8_t tx_buf[RSP_HEADER_SIZE + sizeof(EC_HELLO_STR)]; in test_hello()
115 rsp->data_len = sizeof(EC_HELLO_STR); 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()