Searched refs:I2C_MasterRepeatedStart (Results 1 – 10 of 10) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ii2c/ |
D | fsl_i2c.c | 233 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()
|
D | fsl_i2c.h | 443 status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i2c/ |
D | fsl_i2c_dma.c | 223 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachineDMA() 316 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_InitTransferStateMachineDMA()
|
D | fsl_i2c_edma.c | 222 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachineEDMA() 318 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_InitTransferStateMachineEDMA()
|
D | fsl_i2c.c | 299 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()
|
D | fsl_i2c.h | 590 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/ |
D | fsl_i2c.h | 620 static inline status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t dir… in I2C_MasterRepeatedStart() function
|
D | fsl_i2c.c | 571 … 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/ |
D | fsl_i2c.h | 714 static inline status_t I2C_MasterRepeatedStart(I2C_Type *base, uint8_t address, i2c_direction_t dir… in I2C_MasterRepeatedStart() function
|
D | fsl_i2c.c | 782 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()
|