/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpi2c/ |
D | fsl_lpi2c_edma.c | 167 if (xfer->direction == kLPI2C_Read) in LPI2C_GenerateCommands() 197 if ((xfer->dataSize != 0U) && (xfer->direction == kLPI2C_Read)) in LPI2C_GenerateCommands() 203 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_GenerateCommands() 256 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > (256U * 4U))) in LPI2C_MasterTransferEDMA() 319 bool hasReceiveData = (transfer->direction == kLPI2C_Read) && (transfer->dataSize != 0U); in LPI2C_MasterTransferEDMA()
|
D | fsl_lpi2c.c | 1029 if ((transfer->direction == kLPI2C_Read) && in LPI2C_MasterTransferBlocking() 1073 if ((0U != transfer->dataSize) && (transfer->direction == kLPI2C_Read)) in LPI2C_MasterTransferBlocking() 1080 … (uint16_t)((uint16_t)((uint16_t)transfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_MasterTransferBlocking() 1110 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > 0U)) in LPI2C_MasterTransferBlocking() 1225 if (handle->transfer.direction == kLPI2C_Read) in LPI2C_TransferStateMachineSendCommand() 1283 if (handle->transfer.direction == kLPI2C_Read) in LPI2C_TransferStateMachineReadCommand() 1355 if (handle->transfer.direction == kLPI2C_Read) in LPI2C_TransferStateMachineStopState() 1492 if (xfer->direction == kLPI2C_Read) in LPI2C_InitTransferStateMachine() 1531 if ((0U != xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_InitTransferStateMachine() 1537 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_InitTransferStateMachine() [all …]
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
D | fsl_lpi2c_edma.c | 174 if (xfer->direction == kLPI2C_Read) in LPI2C_GenerateCommands() 204 if ((xfer->dataSize != 0U) && (xfer->direction == kLPI2C_Read)) in LPI2C_GenerateCommands() 210 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_GenerateCommands() 263 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > (256U * 4U))) in LPI2C_MasterTransferEDMA() 318 bool hasReceiveData = (transfer->direction == kLPI2C_Read) && (transfer->dataSize != 0U); in LPI2C_MasterTransferEDMA()
|
D | fsl_lpi2c.c | 936 if ((transfer->direction == kLPI2C_Read) && in LPI2C_MasterTransferBlocking() 972 if ((0U != transfer->dataSize) && (transfer->direction == kLPI2C_Read)) in LPI2C_MasterTransferBlocking() 979 … (uint16_t)((uint16_t)((uint16_t)transfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_MasterTransferBlocking() 1009 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > 0U)) in LPI2C_MasterTransferBlocking() 1186 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine() 1235 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine() 1296 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine() 1346 if (xfer->direction == kLPI2C_Read) in LPI2C_InitTransferStateMachine() 1385 if ((0U != xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_InitTransferStateMachine() 1391 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_InitTransferStateMachine() [all …]
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/frdmmcxn947/ |
D | board.c | 107 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 149 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/mekmimx8qm/ |
D | board.c | 298 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 316 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_ReceiveWithoutSubAddr() 390 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/i2c/ |
D | fsl_adapter_lpi2c.c | 238 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kLPI2C_Read : kLPI2C_Write; in HAL_I2cMasterTransferBlocking() 277 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kLPI2C_Read : kLPI2C_Write; in HAL_I2cMasterTransferNonBlocking()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkmimxrt1064/ |
D | board.c | 101 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 153 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkbmimxrt1060/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkmimxrt1040/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkmimxrt1060/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkbimxrt1050/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkcmimxrt1060/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/mekmimx8qx/ |
D | board.c | 362 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 382 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_ReceiveWithoutSubAddr() 457 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/frdmke15z/ |
D | board.c | 83 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/frdmke17z/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/twrke18f/ |
D | board.c | 83 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/frdmk32l2a4s/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/frdmk32l3a6/ |
D | board.c | 81 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/frdmke16z/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkmcimx7ulp/ |
D | board.c | 83 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkmimxrt1160/ |
D | board.c | 92 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 144 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkmimxrt1170/ |
D | board.c | 92 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 144 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/evkbmimxrt1170/ |
D | board.c | 92 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 144 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/boards/mcxn5xxevk/ |
D | board.c | 107 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|