Searched refs:FLEXIO_I2C_MasterStart (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/i2c/ |
D | fsl_flexio_i2c_master.c | 225 FLEXIO_I2C_MasterStart(base, handle->transfer.slaveAddress, kFLEXIO_I2C_Write); in FLEXIO_I2C_MasterTransferStateMachineStart() 229 FLEXIO_I2C_MasterStart(base, handle->transfer.slaveAddress, handle->transfer.direction); in FLEXIO_I2C_MasterTransferStateMachineStart() 327 FLEXIO_I2C_MasterStart(base, handle->transfer.slaveAddress, kFLEXIO_I2C_Read); in FLEXIO_I2C_MasterTransferStateMachineSendCommand() 972 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio… in FLEXIO_I2C_MasterStart() function
|
D | fsl_flexio_i2c_master.h | 294 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio…
|