Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c_edma.c156 if (xfer->direction == kLPI2C_Read) in LPI2C_GenerateCommands()
186 if ((xfer->dataSize != 0U) && (xfer->direction == kLPI2C_Read)) in LPI2C_GenerateCommands()
192 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_GenerateCommands()
245 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > (256U * 4U))) in LPI2C_MasterTransferEDMA()
300 bool hasReceiveData = (transfer->direction == kLPI2C_Read) && (transfer->dataSize != 0U); in LPI2C_MasterTransferEDMA()
Dfsl_lpi2c.c901 …if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > (256U * FSL_FEATURE_LPI2C_FIFO_S… in LPI2C_MasterTransferBlocking()
936 if ((0U != transfer->dataSize) && (transfer->direction == kLPI2C_Read)) in LPI2C_MasterTransferBlocking()
943 … (uint16_t)((uint16_t)((uint16_t)transfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_MasterTransferBlocking()
973 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > 0U)) in LPI2C_MasterTransferBlocking()
1114 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
1157 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
1218 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
1268 if (xfer->direction == kLPI2C_Read) in LPI2C_InitTransferStateMachine()
1307 if ((0U != xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_InitTransferStateMachine()
1313 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_InitTransferStateMachine()
[all …]
Dfsl_lpi2c.h107 kLPI2C_Read = 1U /*!< Master receive. */ enumerator
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c_edma.c157 if (xfer->direction == kLPI2C_Read) in LPI2C_GenerateCommands()
187 if ((xfer->dataSize != 0U) && (xfer->direction == kLPI2C_Read)) in LPI2C_GenerateCommands()
193 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_GenerateCommands()
277 bool hasReceiveData = (transfer->direction == kLPI2C_Read) && (transfer->dataSize != 0U); in LPI2C_MasterTransferEDMA()
Dfsl_lpi2c.c895 if ((0U != transfer->dataSize) && (transfer->direction == kLPI2C_Read)) in LPI2C_MasterTransferBlocking()
902 … (uint16_t)((uint16_t)((uint16_t)transfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_MasterTransferBlocking()
930 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > 0U)) in LPI2C_MasterTransferBlocking()
1074 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
1100 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
1195 if (xfer->direction == kLPI2C_Read) in LPI2C_InitTransferStateMachine()
1234 if ((0U != xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_InitTransferStateMachine()
1240 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_InitTransferStateMachine()
Dfsl_lpi2c.h95 kLPI2C_Read = 1U /*!< Master receive. */ enumerator