Searched refs:stm32_i2c_master_receive (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/se050/glue/ |
| H A D | i2c_stm32.c | 22 if (stm32_i2c_master_receive(&i2c, req->chip << 1, req->buffer, in native_i2c_transfer()
|
| /optee_os/core/include/drivers/ |
| H A D | stm32_i2c.h | 258 int stm32_i2c_master_receive(struct i2c_handle_s *hi2c, uint32_t dev_addr,
|
| /optee_os/core/drivers/ |
| H A D | stm32_i2c.c | 1518 int stm32_i2c_master_receive(struct i2c_handle_s *hi2c, uint32_t dev_addr, in stm32_i2c_master_receive() function 1545 rc = stm32_i2c_master_receive(i2c_handle, i2c_dev->addr, buf, len, in stm32_i2c_read_data()
|