Lines Matching refs:slave
121 uint8_t *next_msg_flags, uint16_t slave, in msg_init() argument
134 LL_I2C_SetSlaveAddr(i2c, (uint32_t) slave); in msg_init()
138 LL_I2C_SetSlaveAddr(i2c, (uint32_t) slave << 1); in msg_init()
589 uint8_t *next_msg_flags, uint16_t slave) in stm32_i2c_msg_write() argument
603 msg_init(dev, msg, next_msg_flags, slave, LL_I2C_REQUEST_WRITE); in stm32_i2c_msg_write()
647 uint8_t *next_msg_flags, uint16_t slave) in stm32_i2c_msg_read() argument
662 msg_init(dev, msg, next_msg_flags, slave, LL_I2C_REQUEST_READ); in stm32_i2c_msg_read()
769 uint8_t *next_msg_flags, uint16_t slave) in stm32_i2c_msg_write() argument
776 msg_init(dev, msg, next_msg_flags, slave, LL_I2C_REQUEST_WRITE); in stm32_i2c_msg_write()
799 uint8_t *next_msg_flags, uint16_t slave) in stm32_i2c_msg_read() argument
806 msg_init(dev, msg, next_msg_flags, slave, LL_I2C_REQUEST_READ); in stm32_i2c_msg_read()