Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc54114-lite/drivers/
A Ddrv_i2c.c58 result = I2C_MasterStart(lpc_i2c->base, msg->addr, direction); in master_xfer()
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_i2c.h564 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction);
A Dfsl_i2c.c266 result = I2C_MasterStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachine()
673 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterStart() function
943 result = I2C_MasterStart(base, xfer->slaveAddress, direction); in I2C_MasterTransferBlocking()
A Dfsl_i2c_edma.c259 result = I2C_MasterStart(base, handle->transfer.slaveAddress, direction); in I2C_InitTransferStateMachineEDMA()

Completed in 32 milliseconds