Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 25 of 43) sorted by relevance

12

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi_dma.c187 handle->nbytes = (uint8_t)dataSize; in FLEXSPI_WriteDataDMA()
192 handle->nbytes = handle->count; in FLEXSPI_WriteDataDMA()
203 desCount = (uint8_t)(dataSize / (uint32_t)handle->nbytes); in FLEXSPI_WriteDataDMA()
204 bytesPerDes = handle->nbytes; in FLEXSPI_WriteDataDMA()
205 remains = (uint8_t)(dataSize - (uint32_t)desCount * (uint32_t)handle->nbytes); in FLEXSPI_WriteDataDMA()
224 handle->nbytes = (uint8_t)(dataSize / (uint32_t)handle->nsize); in FLEXSPI_WriteDataDMA()
228 if (((handle->nbytes) & (handle->nbytes - 1U)) != 0U) in FLEXSPI_WriteDataDMA()
230 handle->nbytes = 2U * ((handle->nbytes) & (handle->nbytes - 1U)); in FLEXSPI_WriteDataDMA()
261 handle->nbytes = handle->count / (uint8_t)handle->nsize; in FLEXSPI_WriteDataDMA()
276 … DMA_CHANNEL_CFG_TRIGBURST(1) | DMA_CHANNEL_CFG_BURSTPOWER(FLEXSPI_CalculatePower(handle->nbytes)); in FLEXSPI_WriteDataDMA()
[all …]
Dfsl_flexspi_edma.c213 handle->nbytes = (uint8_t)xfer->dataSize; in FLEXSPI_TransferEDMA()
223 handle->nbytes = (8U * handle->count); in FLEXSPI_TransferEDMA()
231 (uint32_t)handle->nbytes, xfer->dataSize, kEDMA_MemoryToMemory); in FLEXSPI_TransferEDMA()
253 handle->nbytes = (uint8_t)xfer->dataSize; in FLEXSPI_TransferEDMA()
263 handle->nbytes = (8U * handle->count); in FLEXSPI_TransferEDMA()
270 … xfer->data, (uint32_t)handle->nsize, (uint32_t)handle->nbytes, xfer->dataSize, in FLEXSPI_TransferEDMA()
350 (uint32_t)handle->nbytes * in FLEXSPI_TransferGetTransferCountEDMA()
356 (uint32_t)handle->nbytes * in FLEXSPI_TransferGetTransferCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexspi/flexspi_dma3/
Dfsl_flexspi_edma.c229 handle->nbytes = (uint8_t)xfer->dataSize; in FLEXSPI_TransferEDMA()
239 handle->nbytes = (8U * handle->count); in FLEXSPI_TransferEDMA()
247 (uint32_t)handle->nbytes, xfer->dataSize, kEDMA_MemoryToMemory); in FLEXSPI_TransferEDMA()
269 handle->nbytes = (uint8_t)xfer->dataSize; in FLEXSPI_TransferEDMA()
279 handle->nbytes = (8U * handle->count); in FLEXSPI_TransferEDMA()
286 … xfer->data, (uint32_t)handle->nsize, (uint32_t)handle->nbytes, xfer->dataSize, in FLEXSPI_TransferEDMA()
366 (uint32_t)handle->nbytes * in FLEXSPI_TransferGetTransferCountEDMA()
372 (uint32_t)handle->nbytes * in FLEXSPI_TransferGetTransferCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart_edma.c235 handle->nbytes = 1U; in FLEXIO_UART_TransferSendEDMA()
292 handle->nbytes = (uint8_t)sizeof(uint8_t); in FLEXIO_UART_TransferReceiveEDMA()
374 (uint32_t)handle->nbytes * in FLEXIO_UART_TransferGetReceiveCountEDMA()
403 (uint32_t)handle->nbytes * in FLEXIO_UART_TransferGetSendCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_edma.c254 handle->nbytes = 1U; in UART_SendEDMA()
308 handle->nbytes = 1U; in UART_ReceiveEDMA()
391 (uint32_t)handle->nbytes * in UART_TransferGetReceiveCountEDMA()
422 (uint32_t)handle->nbytes * in UART_TransferGetSendCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/qspi/
Dfsl_qspi_edma.c226 handle->nbytes = (uint8_t)(sizeof(uint32_t) * handle->count); in QSPI_TransferSendEDMA()
279 handle->nbytes = (uint8_t)(sizeof(uint32_t) * handle->count); in QSPI_TransferReceiveEDMA()
362 (uint32_t)handle->nbytes * in QSPI_TransferGetSendCountEDMA()
391 (uint32_t)handle->nbytes * in QSPI_TransferGetReceiveCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_edma.c308 handle->nbytes = (uint8_t)sizeof(uint8_t); in LPUART_SendEDMA()
366 handle->nbytes = (uint8_t)sizeof(uint8_t); in LPUART_ReceiveEDMA()
453 ((uint32_t)handle->nbytes * in LPUART_TransferGetReceiveCountEDMA()
484 ((uint32_t)handle->nbytes * in LPUART_TransferGetSendCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s_edma.c269 handle->nbytes = handle->bytesPerFrame; in FLEXIO_I2S_TransferSendEDMA()
333 handle->nbytes = handle->bytesPerFrame; in FLEXIO_I2S_TransferReceiveEDMA()
411 (uint32_t)handle->nbytes * in FLEXIO_I2S_TransferGetSendCountEDMA()
440 (uint32_t)handle->nbytes * in FLEXIO_I2S_TransferGetReceiveCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart_edma.c297 handle->nbytes = (uint8_t)sizeof(uint8_t); in LPUART_SendEDMA()
355 handle->nbytes = (uint8_t)sizeof(uint8_t); in LPUART_ReceiveEDMA()
442 ((uint32_t)handle->nbytes * in LPUART_TransferGetReceiveCountEDMA()
473 ((uint32_t)handle->nbytes * in LPUART_TransferGetSendCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/esai/
Dfsl_esai_edma.c300 handle->nbytes = handle->count * handle->bitWidth / 8U; in ESAI_TransferSendEDMA()
359 handle->nbytes = handle->count * handle->bitWidth / 8U; in ESAI_TransferReceiveEDMA()
434 (uint32_t)handle->nbytes * in ESAI_TransferGetSendCountEDMA()
463 (uint32_t)handle->nbytes * in ESAI_TransferGetReceiveCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_edma.c338 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA()
369 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA()
486 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->tx->base, handle->tx->channel); in LPI2C_MasterTransferGetCountEDMA()
491 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
Dfsl_lpi2c_edma.h59 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c_edma.c337 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA()
368 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA()
482 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->tx->base, handle->tx->channel); in LPI2C_MasterTransferGetCountEDMA()
487 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
Dfsl_lpi2c_edma.h56 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif_edma.c405 handle->nbytes = handle->count * 8U; in SPDIF_TransferSendEDMA()
476 handle->nbytes = handle->count * 8U; in SPDIF_TransferReceiveEDMA()
579 (uint32_t)handle->nbytes * in SPDIF_TransferGetSendCountEDMA()
608 (uint32_t)handle->nbytes * in SPDIF_TransferGetReceiveCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.h83 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
120 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_edma.h97 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
123 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
Dfsl_lpspi_edma.c394 handle->nbytes = (uint8_t)transferConfigRx.minorLoopBytes; in LPSPI_MasterTransferEDMALite()
679 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_MasterTransferGetCountEDMA()
906 handle->nbytes = (uint8_t)transferConfigRx.minorLoopBytes; in LPSPI_SlaveTransferEDMA()
1112 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_SlaveTransferGetCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.h97 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
123 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
Dfsl_lpspi_edma.c410 handle->nbytes = (uint8_t)transferConfigRx.minorLoopBytes; in LPSPI_MasterTransferEDMALite()
709 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_MasterTransferGetCountEDMA()
952 handle->nbytes = (uint8_t)transferConfigRx.minorLoopBytes; in LPSPI_SlaveTransferEDMA()
1177 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_SlaveTransferGetCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera_edma.c180 handle->nbytes = 32; in FLEXIO_CAMERA_TransferReceiveEDMA()
239 (uint32_t)handle->nbytes * in FLEXIO_CAMERA_TransferGetReceiveCountEDMA()
Dfsl_flexio_camera_edma.h47 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially con… member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi_edma.c225 handle->nbytes = (uint8_t)xferConfig.minorLoopBytes; in FLEXIO_SPI_EDMAConfig()
446 (handle->transferSize - (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount( in FLEXIO_SPI_MasterTransferGetCountEDMA()
452 (handle->transferSize - (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount( in FLEXIO_SPI_MasterTransferGetCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_edma.c474 handle->nbytes = handle->count * handle->bytesPerFrame; in SAI_TransferSendEDMA()
600 handle->nbytes = handle->count * handle->bytesPerFrame; in SAI_TransferReceiveEDMA()
953 (uint32_t)handle->nbytes * in SAI_TransferGetSendCountEDMA()
982 (uint32_t)handle->nbytes * in SAI_TransferGetReceiveCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_edma.h48 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member

12