Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_i2c_master.c160 FLEXIO_I2C_MasterReadByte(base); in FLEXIO_I2C_MasterTransferRunStateMachine()
186 FLEXIO_I2C_MasterReadByte(base); in FLEXIO_I2C_MasterTransferRunStateMachine()
259 FLEXIO_I2C_MasterReadByte(base); in FLEXIO_I2C_MasterTransferRunStateMachine()
297 *handle->transfer.data = FLEXIO_I2C_MasterReadByte(base); in FLEXIO_I2C_MasterTransferRunStateMachine()
664 *rxBuff++ = FLEXIO_I2C_MasterReadByte(base); in FLEXIO_I2C_MasterReadBlocking()
Dfsl_flexio_i2c_master.h346 static inline uint8_t FLEXIO_I2C_MasterReadByte(FLEXIO_I2C_Type *base) in FLEXIO_I2C_MasterReadByte() function