Searched refs:I2C_MasterRead (Results 1 – 5 of 5) sorted by relevance
| /bsp/maxim/libraries/MAX32660PeriphDriver/Include/ |
| A D | i2c.h | 166 int I2C_MasterRead(mxc_i2c_regs_t *i2c, uint8_t addr, uint8_t* data, int len, int restart);
|
| /bsp/maxim/libraries/HAL_Drivers/ |
| A D | drv_i2c.c | 98 …if ((error = I2C_MasterRead(obj->config->i2c_periph, (uint8_t)addr, msg->buf, msg->len, restart)) … in mxc_i2c_mst_xfer()
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/Source/ |
| A D | i2c.c | 366 int I2C_MasterRead(mxc_i2c_regs_t *i2c, uint8_t addr, uint8_t* data, int len, int restart) in I2C_MasterRead() function
|
| /bsp/amebaz/ |
| A D | export-rom_symbol_v01.txt | 349 I2C_MasterRead = 0x9019;
|
| A D | rom_symbol_v01_iar.icf | 347 define exported symbol I2C_MasterRead = 0x9019;
|
Completed in 11 milliseconds