/hal_nxp-3.5.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 | 1008 if ((transfer->direction == kLPI2C_Read) && in LPI2C_MasterTransferBlocking() 1052 if ((0U != transfer->dataSize) && (transfer->direction == kLPI2C_Read)) in LPI2C_MasterTransferBlocking() 1059 … (uint16_t)((uint16_t)((uint16_t)transfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_MasterTransferBlocking() 1089 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > 0U)) in LPI2C_MasterTransferBlocking() 1191 if (handle->transfer.direction == kLPI2C_Read) in LPI2C_TransferStateMachineSendCommand() 1249 if (handle->transfer.direction == kLPI2C_Read) in LPI2C_TransferStateMachineReadCommand() 1321 if (handle->transfer.direction == kLPI2C_Read) in LPI2C_TransferStateMachineStopState() 1458 if (xfer->direction == kLPI2C_Read) in LPI2C_InitTransferStateMachine() 1497 if ((0U != xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_InitTransferStateMachine() 1503 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_InitTransferStateMachine() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1052/project_template/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1051/project_template/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1062/project_template/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1064/project_template/ |
D | board.c | 101 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 153 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1041/project_template/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1061/project_template/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1042/project_template/ |
D | board.c | 100 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive() 152 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/i2c/ |
D | fsl_adapter_lpi2c.c | 235 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kLPI2C_Read : kLPI2C_Write; in HAL_I2cMasterTransferBlocking() 274 transfer.direction = (kHAL_I2cRead == xfer->direction) ? kLPI2C_Read : kLPI2C_Write; in HAL_I2cMasterTransferNonBlocking()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmke15z/ |
D | board.c | 83 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmke16z/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmke16z/project_template/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmke17z/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmke17z/project_template/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/twrke18f/ |
D | board.c | 83 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/twrke18f/project_template/ |
D | board.c | 83 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmk32l3a6/project_template/ |
D | board.c | 81 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmk32l2a4s/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/K32L2A31A/project_template/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/K32L2A41A/project_template/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmke15z/project_template/ |
D | board.c | 83 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE17Z7/project_template/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmk32l2a4s/project_template/ |
D | board.c | 82 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmk32l3a6/ |
D | board.c | 81 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()
|