Searched refs:I2C_MasterRepeatedStart (Results 1 – 3 of 3) sorted by relevance
| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_i2c_edma.c | 255 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachineEDMA() 327 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_InitTransferStateMachineEDMA()
|
| A D | fsl_i2c.c | 262 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachine() 379 … result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_MasterTransferRunStateMachine() 700 status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterRepeatedStart() function 939 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, direction); in I2C_MasterTransferBlocking() 1009 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, kI2C_Read); in I2C_MasterTransferBlocking()
|
| A D | fsl_i2c.h | 583 status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
|
Completed in 9 milliseconds