| /hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/ |
| D | fsl_i2c_dma.c | 101 if (i2cPrivateHandle->handle->transfer.direction == kI2C_Read) in I2C_MasterTransferCallbackDMA() 131 if (i2cPrivateHandle->handle->transfer.direction == kI2C_Read) in I2C_MasterTransferCallbackDMA() 215 if ((xfer->subaddressSize > 0U) && (xfer->direction == kI2C_Read)) in I2C_InitTransferStateMachineDMA() 310 if (handle->transfer.direction == kI2C_Read) in I2C_InitTransferStateMachineDMA() 316 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_InitTransferStateMachineDMA() 361 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferDMAConfig() 473 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferDMA() 495 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferDMA() 546 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferDMA()
|
| D | fsl_i2c_edma.c | 101 if (i2cPrivateHandle->handle->transfer.direction == kI2C_Read) in I2C_MasterTransferCallbackEDMA() 132 if (i2cPrivateHandle->handle->transfer.direction == kI2C_Read) in I2C_MasterTransferCallbackEDMA() 214 if ((xfer->subaddressSize > 0U) && (0U != (uint8_t)(xfer->direction == kI2C_Read))) in I2C_InitTransferStateMachineEDMA() 312 if (handle->transfer.direction == kI2C_Read) in I2C_InitTransferStateMachineEDMA() 318 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_InitTransferStateMachineEDMA() 363 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferEDMAConfig() 480 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferEDMA() 502 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferEDMA() 554 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferEDMA()
|
| D | fsl_i2c.c | 245 if (xfer->direction == kI2C_Read) in I2C_InitTransferStateMachine() 418 … result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_MasterTransferRunStateMachine() 864 base->D = (uint8_t)(((uint32_t)address) << 1U | ((direction == kI2C_Read) ? 1U : 0U)); in I2C_MasterStart() 926 base->D = (uint8_t)(((uint32_t)address) << 1U | ((direction == kI2C_Read) ? 1U : 0U)); in I2C_MasterRepeatedStart() 1259 if ((xfer->subaddressSize > 0U) && (xfer->direction == kI2C_Read)) in I2C_MasterTransferBlocking() 1267 if (direction == kI2C_Read) in I2C_MasterTransferBlocking() 1368 if (xfer->direction == kI2C_Read) in I2C_MasterTransferBlocking() 1374 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, kI2C_Read); in I2C_MasterTransferBlocking() 1440 if ((xfer->dataSize > 0u) && (xfer->direction == kI2C_Read)) in I2C_MasterTransferBlocking() 1560 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferAbort()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/ |
| D | fsl_i2c.c | 191 if (xfer->direction == kI2C_Read) in I2C_InitTransferStateMachine() 359 … result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_MasterTransferRunStateMachine() 647 base->I2DR = (uint16_t)(((uint32_t)address) << 1U | ((direction == kI2C_Read) ? 1U : 0U)); in I2C_MasterStart() 677 base->I2DR = (uint16_t)(((uint32_t)address) << 1U | ((direction == kI2C_Read) ? 1U : 0U)); in I2C_MasterRepeatedStart() 901 if ((xfer->subaddressSize > 0U) && (xfer->direction == kI2C_Read)) in I2C_MasterTransferBlocking() 909 if (direction == kI2C_Read) in I2C_MasterTransferBlocking() 985 if (xfer->direction == kI2C_Read) in I2C_MasterTransferBlocking() 991 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, kI2C_Read); in I2C_MasterTransferBlocking() 1040 if ((xfer->direction == kI2C_Read) && (xfer->dataSize > 0U)) in I2C_MasterTransferBlocking() 1151 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferAbort()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/ |
| D | fsl_i2c_dma.c | 109 else if (handle->transfer.direction == kI2C_Read) in I2C_InitTransferStateMachineDMA() 180 case kI2C_Read: in I2C_RunDMATransfer() 280 else if ((transfer->direction == kI2C_Read) && (transfer->dataSize > 0U)) in I2C_RunTransferStateMachineDMA() 320 …handle->state = (transfer->direction == kI2C_Read) ? (uint8_t)kStartState : (uint8_t)kTransmitData… in I2C_RunTransferStateMachineDMA()
|
| D | fsl_i2c.c | 569 if ((result == kStatus_Success) && (xfer->direction == kI2C_Read)) in I2C_MasterTransferBlocking() 594 if ((xfer->direction == kI2C_Read) && (xfer->dataSize > 0U)) in I2C_MasterTransferBlocking() 806 else if (handle->transfer.direction == kI2C_Read) in I2C_InitTransferStateMachine() 937 …handle->state = (transfer->direction == kI2C_Read) ? (uint8_t)kStartState : (uint8_t)kTransmitData… in I2C_RunTransferStateMachine()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/ |
| D | fsl_i2c_dma.c | 111 else if (handle->transfer.direction == kI2C_Read) in I2C_InitTransferStateMachineDMA() 183 case kI2C_Read: in I2C_RunDMATransfer() 304 else if ((transfer->direction == kI2C_Read) && (transfer->dataSize > 0U)) in I2C_RunTransferStateMachineDMA() 344 …handle->state = (transfer->direction == kI2C_Read) ? (uint8_t)kStartState : (uint8_t)kTransmitData… in I2C_RunTransferStateMachineDMA()
|
| D | fsl_i2c.c | 780 else if (xfer->direction == kI2C_Read) in I2C_MasterTransferBlocking() 809 if ((xfer->direction == kI2C_Read) && (xfer->dataSize > 0U)) in I2C_MasterTransferBlocking() 1016 else if (handle->transfer.direction == kI2C_Read) in I2C_InitTransferStateMachine() 1176 …handle->state = (transfer->direction == kI2C_Read) ? (uint8_t)kStartState : (uint8_t)kTransmitData… in I2C_RunTransferStateMachine()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/i2c/ |
| D | fsl_adapter_flexcomm_i2c.c | 275 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kI2C_Read : kI2C_Write; in HAL_I2cMasterTransferBlocking() 314 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kI2C_Read : kI2C_Write; in HAL_I2cMasterTransferNonBlocking()
|
| D | fsl_adapter_i2c.c | 264 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kI2C_Read : kI2C_Write; in HAL_I2cMasterTransferBlocking() 303 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kI2C_Read : kI2C_Write; in HAL_I2cMasterTransferNonBlocking()
|
| D | fsl_adapter_ii2c.c | 264 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kI2C_Read : kI2C_Write; in HAL_I2cMasterTransferBlocking() 303 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kI2C_Read : kI2C_Write; in HAL_I2cMasterTransferNonBlocking()
|
| D | fsl_adapter_lpc_i2c.c | 284 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kI2C_Read : kI2C_Write; in HAL_I2cMasterTransferBlocking() 323 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kI2C_Read : kI2C_Write; in HAL_I2cMasterTransferNonBlocking()
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/i2c/ |
| D | fsl_i2c_cmsis.c | 245 masterXfer.direction = kI2C_Read; /* Transfer direction.*/ in I2C_Master_DmaReceive() 342 if (i2c->master_dma_handle->transfer.direction == kI2C_Read) in I2C_Master_DmaControl() 558 masterXfer.direction = kI2C_Read; /* Transfer direction.*/ in I2C_Master_EdmaReceive() 662 if (i2c->master_edma_handle->transfer.direction == kI2C_Read) in I2C_Master_EdmaControl() 916 masterXfer.direction = kI2C_Read; /* Transfer direction.*/ in I2C_Master_InterruptReceive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmk64f/ |
| D | board.c | 67 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmmcxc242/ |
| D | board.c | 83 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmk22f/ |
| D | board.c | 76 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmk28fa/ |
| D | board.c | 88 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmkl27z/ |
| D | board.c | 84 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmkv11z/ |
| D | board.c | 76 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmmcxc041/ |
| D | board.c | 84 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmkv31f/ |
| D | board.c | 77 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmmcxc444/ |
| D | board.c | 85 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/twrkv58f220m/ |
| D | board.c | 76 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/frdmk32l2b/ |
| D | board.c | 85 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/lpcxpresso51u68/ |
| D | board.c | 90 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
|