Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_stm32.c90 struct i3c_stm32_msg { struct
91 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 the
96 struct i3c_msg *i3c_msg_status_ptr; /* Pointer to the private message that will be used by
99 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