Home
last modified time | relevance | path

Searched refs:bytesEachWrite (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c70 static uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSw…
932 uint8_t bytesEachWrite; local
989 bytesEachWrite = (uint8_t)bytesPerFrame;
994 bytesEachWrite = 4U;
1001 if (txRemainingByteCount < bytesEachWrite)
1003 bytesEachWrite = (uint8_t)txRemainingByteCount;
1044 wordToSend = LPSPI_CombineWriteData(txData, bytesEachWrite, isByteSwap);
1045 txData += bytesEachWrite;
1049 txRemainingByteCount -= bytesEachWrite;
1235 handle->bytesEachWrite = (uint8_t)handle->bytesPerFrame;
[all …]
Dfsl_lpspi_edma.h74 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */ member
117 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */ member
Dfsl_lpspi_edma.c242 handle->bytesEachWrite = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferPrepareEDMALite()
248 handle->bytesEachWrite = 4U; in LPSPI_MasterTransferPrepareEDMALite()
841 handle->bytesEachWrite = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA()
848 handle->bytesEachWrite = 4U; in LPSPI_SlaveTransferEDMA()
Dfsl_lpspi.h385 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */ member
415 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c60 uint8_t bytesEachWrite; member
97 static uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSw…
963 if (txRemainingByteCount < (stateParams->bytesEachWrite))
965 (stateParams->bytesEachWrite) = (uint8_t)txRemainingByteCount;
1014 if (stateParams->bytesEachWrite != 1U)
1017 … LPSPI_CombineWriteData((stateParams->txData), (stateParams->bytesEachWrite), isByteSwap);
1018 (stateParams->txData) += (stateParams->bytesEachWrite);
1028 txRemainingByteCount -= (stateParams->bytesEachWrite);
1257 stateParams.bytesEachWrite = (uint8_t)bytesPerFrame;
1262 stateParams.bytesEachWrite = 4U;
[all …]
Dfsl_lpspi_edma.h77 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */ member
129 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */ member
Dfsl_lpspi_edma.c255 handle->bytesEachWrite = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferPrepareEDMALite()
261 handle->bytesEachWrite = 4U; in LPSPI_MasterTransferPrepareEDMALite()
995 handle->bytesEachWrite = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA()
1002 handle->bytesEachWrite = 4U; in LPSPI_SlaveTransferEDMA()
Dfsl_lpspi.h389 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */ member
419 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */ member