Home
last modified time | relevance | path

Searched refs:FLEXIO_I2C_MasterStart (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_i2c_master.c137 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()
231FLEXIO_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
Dfsl_flexio_i2c_master.h278 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio…