Home
last modified time | relevance | path

Searched defs:shi_npcx_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c122 struct shi_npcx_data { struct
123 struct ec_host_cmd_rx_ctx *rx_ctx;
124 struct ec_host_cmd_tx_buf *tx;
126 enum shi_npcx_state state;
127 enum shi_npcx_state last_error_state;
128 uint8_t *rx_msg; /* Entry pointer of msg rx buffer */
129 uint8_t *tx_msg; /* Entry pointer of msg tx buffer */
130 volatile uint8_t *rx_buf; /* Entry pointer of receive buffer */
131 volatile uint8_t *tx_buf; /* Entry pointer of transmit buffer */
132 uint16_t sz_sending; /* Size of sending data in bytes */
[all …]