Home
last modified time | relevance | path

Searched refs:kLPI2C_Read (Results 1 – 3 of 3) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c_edma.c135 if (xfer->direction == kLPI2C_Read) in LPI2C_GenerateCommands()
165 if ((xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_GenerateCommands()
171 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_GenerateCommands()
242 bool hasReceiveData = (transfer->direction == kLPI2C_Read) && (transfer->dataSize); in LPI2C_MasterTransferEDMA()
Dfsl_lpi2c.c750 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
777 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
868 if (xfer->direction == kLPI2C_Read) in LPI2C_InitTransferStateMachine()
907 if ((xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_InitTransferStateMachine()
913 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_InitTransferStateMachine()
Dfsl_lpi2c.h89 kLPI2C_Read = 1U /*!< Master receive. */ enumerator