Home
last modified time | relevance | path

Searched refs:I2C_MasterRepeatedStart (Results 1 – 3 of 3) sorted by relevance

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_i2c_edma.c255 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 Dfsl_i2c.c262 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 Dfsl_i2c.h583 status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);

Completed in 9 milliseconds