Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c.c233 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachine()
359 … result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_MasterTransferRunStateMachine()
662 status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterRepeatedStart() function
917 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, direction); in I2C_MasterTransferBlocking()
991 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, kI2C_Read); in I2C_MasterTransferBlocking()
Dfsl_i2c.h443 status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_dma.c223 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachineDMA()
316 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_InitTransferStateMachineDMA()
Dfsl_i2c_edma.c222 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachineEDMA()
318 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_InitTransferStateMachineEDMA()
Dfsl_i2c.c299 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachine()
418 … result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_MasterTransferRunStateMachine()
879 status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterRepeatedStart() function
1275 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, direction); in I2C_MasterTransferBlocking()
1374 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, kI2C_Read); in I2C_MasterTransferBlocking()
Dfsl_i2c.h590 status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.h620 static inline status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t dir… in I2C_MasterRepeatedStart() function
Dfsl_i2c.c571 … result = I2C_MasterRepeatedStart(base, (uint8_t)xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()
577 result = I2C_MasterRepeatedStart(base, (uint8_t)xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.h714 static inline status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t dir… in I2C_MasterRepeatedStart() function
Dfsl_i2c.c782 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()