Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c51 struct hello_cmd_data { struct
57 const struct hello_cmd_data *cmd_data = args->input_buf; in ec_host_cmd_hello() argument
66 if (args->input_buf_size != sizeof(struct hello_cmd_data)) { in ec_host_cmd_hello()
84 struct hello_cmd_data *cmd_data = (struct hello_cmd_data *)(buf + CMD_HEADER_SIZE); in prepare_hello_cmd()
109 evt.data.rx.len = CMD_HEADER_SIZE + sizeof(struct hello_cmd_data); in test_hello()
259 const size_t cmd_size = CMD_HEADER_SIZE + sizeof(struct hello_cmd_data); in ZTEST()