Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.h601 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
622 return I2C_MasterStart(base, address, direction); in I2C_MasterRepeatedStart()
Dfsl_i2c.c278 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterStart() function
556 result = I2C_MasterStart(base, (uint8_t)xfer->slaveAddress, kI2C_Write); in I2C_MasterTransferBlocking()
581 result = I2C_MasterStart(base, (uint8_t)xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.h695 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
716 return I2C_MasterStart(base, address, direction); in I2C_MasterRepeatedStart()
Dfsl_i2c.c497 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterStart() function
752 result = I2C_MasterStart(base, xfer->slaveAddress, direction); in I2C_MasterTransferBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c.c237 result = I2C_MasterStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachine()
632 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterStart() function
921 result = I2C_MasterStart(base, xfer->slaveAddress, direction); in I2C_MasterTransferBlocking()
Dfsl_i2c.h424 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.c303 result = I2C_MasterStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachine()
831 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterStart() function
1279 result = I2C_MasterStart(base, xfer->slaveAddress, direction); in I2C_MasterTransferBlocking()
Dfsl_i2c.h573 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
Dfsl_i2c_dma.c227 result = I2C_MasterStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachineDMA()
Dfsl_i2c_edma.c226 result = I2C_MasterStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachineEDMA()