Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c_edma.c169 lpi2c_direction_t direction = (xfer->subaddressSize != 0U) ? kLPI2C_Write : xfer->direction; in LPI2C_GenerateCommands()
190 if (direction == kLPI2C_Write) in LPI2C_GenerateCommands()
276 bool hasSendData = (transfer->direction == kLPI2C_Write) && (transfer->dataSize != 0U); in LPI2C_MasterTransferEDMA()
429 if (handle->transfer.direction == kLPI2C_Write) in LPI2C_MasterTransferGetCountEDMA()
Dfsl_lpi2c.c876 …lpi2c_direction_t direction = (0U != transfer->subaddressSize) ? kLPI2C_Write : transfer->directio… in LPI2C_MasterTransferBlocking()
898 if (direction == kLPI2C_Write) in LPI2C_MasterTransferBlocking()
923 if ((transfer->direction == kLPI2C_Write) && (transfer->dataSize > 0U)) in LPI2C_MasterTransferBlocking()
1108 if (xfer->direction == kLPI2C_Write) in LPI2C_RunTransferStateMachine()
1137 if (xfer->direction == kLPI2C_Write) in LPI2C_RunTransferStateMachine()
1216 lpi2c_direction_t direction = (0U != xfer->subaddressSize) ? kLPI2C_Write : xfer->direction; in LPI2C_InitTransferStateMachine()
1237 if (direction == kLPI2C_Write) in LPI2C_InitTransferStateMachine()
Dfsl_lpi2c.h94 kLPI2C_Write = 0U, /*!< Master transmit. */ enumerator
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c_edma.c168 lpi2c_direction_t direction = (xfer->subaddressSize != 0U) ? kLPI2C_Write : xfer->direction; in LPI2C_GenerateCommands()
189 if (direction == kLPI2C_Write) in LPI2C_GenerateCommands()
299 bool hasSendData = (transfer->direction == kLPI2C_Write) && (transfer->dataSize != 0U); in LPI2C_MasterTransferEDMA()
457 if (handle->transfer.direction == kLPI2C_Write) in LPI2C_MasterTransferGetCountEDMA()
Dfsl_lpi2c.c916 …lpi2c_direction_t direction = (0U != transfer->subaddressSize) ? kLPI2C_Write : transfer->directio… in LPI2C_MasterTransferBlocking()
939 if (direction == kLPI2C_Write) in LPI2C_MasterTransferBlocking()
966 if ((transfer->direction == kLPI2C_Write) && (transfer->dataSize > 0U)) in LPI2C_MasterTransferBlocking()
1165 if (xfer->direction == kLPI2C_Write) in LPI2C_RunTransferStateMachine()
1194 if (xfer->direction == kLPI2C_Write) in LPI2C_RunTransferStateMachine()
1240 … if ((xfer->direction == kLPI2C_Write) && ((base->MFSR & LPI2C_MFSR_TXCOUNT_MASK) == 0U)) in LPI2C_RunTransferStateMachine()
1289 lpi2c_direction_t direction = (0U != xfer->subaddressSize) ? kLPI2C_Write : xfer->direction; in LPI2C_InitTransferStateMachine()
1310 if (direction == kLPI2C_Write) in LPI2C_InitTransferStateMachine()
Dfsl_lpi2c.h106 kLPI2C_Write = 0U, /*!< Master transmit. */ enumerator