Searched refs:FLEXIO_I2C_MasterStart (Results 1 – 2 of 2) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_flexio_i2c_master.c | 137 FLEXIO_I2C_MasterStart(base, handle->transfer.slaveAddress, kFLEXIO_I2C_Write); in FLEXIO_I2C_MasterTransferInitStateMachine() 141 FLEXIO_I2C_MasterStart(base, handle->transfer.slaveAddress, handle->transfer.direction); in FLEXIO_I2C_MasterTransferInitStateMachine() 231 … FLEXIO_I2C_MasterStart(base, handle->transfer.slaveAddress, kFLEXIO_I2C_Read); in FLEXIO_I2C_MasterTransferRunStateMachine() 577 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 | 278 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio…
|