Searched defs:i3c_stm32_msg (Results 1 – 1 of 1) sorted by relevance
90 struct i3c_stm32_msg { struct91 uint8_t target_addr; /* Current target xfer address */92 struct i3c_msg *i3c_msg_ptr; /* Pointer to the current private message to send on the bus */93 struct i3c_msg *i3c_msg_ctrl_ptr; /* Pointer to the private message that will be used by the96 struct i3c_msg *i3c_msg_status_ptr; /* Pointer to the private message that will be used by99 struct i2c_msg *i2c_msg_ptr; /* Pointer to the current legacy message to send on the bus */123 enum i3c_stm32_msg_state msg_state; /* Current I3C bus state */ argument