Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c36 struct ec_host_cmd_sim_ctx *hc_sim = (struct ec_host_cmd_sim_ctx *)backend->ctx; in ec_host_cmd_sim_init() local
38 hc_sim->rx_ctx = rx_ctx; in ec_host_cmd_sim_init()
39 hc_sim->tx = tx_buf; in ec_host_cmd_sim_init()
62 struct ec_host_cmd_sim_ctx *hc_sim = (struct ec_host_cmd_sim_ctx *)ec_host_cmd_sim.ctx; in ec_host_cmd_backend_sim_install_send_cb() local
63 *tx_buf = hc_sim->tx; in ec_host_cmd_backend_sim_install_send_cb()
69 struct ec_host_cmd_sim_ctx *hc_sim = (struct ec_host_cmd_sim_ctx *)ec_host_cmd_sim.ctx; in ec_host_cmd_backend_sim_data_received() local
71 memcpy(hc_sim->rx_ctx->buf, buffer, len); in ec_host_cmd_backend_sim_data_received()
72 hc_sim->rx_ctx->len = len; in ec_host_cmd_backend_sim_data_received()