Searched defs:shi_npcx_data (Results 1 – 1 of 1) sorted by relevance
122 struct shi_npcx_data { struct123 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 …]