| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/ |
| D | fsl_flexspi_dma.c | 187 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 …]
|
| D | fsl_flexspi_edma.c | 213 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-latest/mcux/mcux-sdk/drivers/flexspi/flexspi_dma3/ |
| D | fsl_flexspi_edma.c | 229 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-latest/mcux/mcux-sdk/drivers/xspi/ |
| D | fsl_xspi_edma.c | 185 handle->nbytes = xfer->dataSize; in XSPI_TransferEDMA() 189 (uint32_t)handle->nbytes, xfer->dataSize, kEDMA_MemoryToPeripheral); in XSPI_TransferEDMA() 231 handle->nbytes = (uint8_t)xfer->dataSize; in XSPI_TransferEDMA() 241 handle->nbytes = (4UL * handle->count); in XSPI_TransferEDMA() 328 (uint32_t)handle->nbytes * in XSPI_TransferGetTransferCountEDMA() 334 (uint32_t)handle->nbytes * in XSPI_TransferGetTransferCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/ |
| D | fsl_flexio_i2s_edma.c | 270 handle->nbytes = 8U; in FLEXIO_I2S_TransferSendEDMA() 277 handle->nbytes = handle->bytesPerFrame; in FLEXIO_I2S_TransferSendEDMA() 343 handle->nbytes = 8U; in FLEXIO_I2S_TransferReceiveEDMA() 350 handle->nbytes = handle->bytesPerFrame; in FLEXIO_I2S_TransferReceiveEDMA() 429 (uint32_t)handle->nbytes * in FLEXIO_I2S_TransferGetSendCountEDMA() 458 (uint32_t)handle->nbytes * in FLEXIO_I2S_TransferGetReceiveCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/ |
| D | fsl_flexio_uart_edma.c | 235 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-latest/mcux/mcux-sdk/drivers/uart/ |
| D | fsl_uart_edma.c | 254 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-latest/mcux/mcux-sdk/drivers/qspi/ |
| D | fsl_qspi_edma.c | 226 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-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart_edma.c | 308 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-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart_edma.c | 243 handle->nbytes = (uint8_t)sizeof(uint8_t); in LPUART_SendEDMA() 301 handle->nbytes = (uint8_t)sizeof(uint8_t); in LPUART_ReceiveEDMA() 388 ((uint32_t)handle->nbytes * in LPUART_TransferGetReceiveCountEDMA() 419 ((uint32_t)handle->nbytes * in LPUART_TransferGetSendCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/esai/ |
| D | fsl_esai_edma.c | 300 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-latest/mcux/mcux-sdk/drivers/lpi2c/ |
| D | fsl_lpi2c_edma.c | 338 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA() 376 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA() 503 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->tx->base, handle->tx->channel); in LPI2C_MasterTransferGetCountEDMA() 508 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
| D | fsl_lpi2c_edma.c | 337 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA() 375 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA() 500 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->tx->base, handle->tx->channel); in LPI2C_MasterTransferGetCountEDMA() 505 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/ |
| D | fsl_dspi_edma.h | 87 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member 125 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
|
| D | fsl_dspi_edma.c | 463 handle->nbytes = (uint8_t)(transferConfigA.minorLoopBytes); in DSPI_MasterTransferEDMA() 1102 …bytes = (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle… in DSPI_MasterTransferGetCountEDMA() 1360 handle->nbytes = (uint8_t)(transferConfigA.minorLoopBytes); in DSPI_SlaveTransferEDMA() 1555 …bytes = (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle… in DSPI_SlaveTransferGetCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/spdif/ |
| D | fsl_spdif_edma.c | 504 handle->nbytes = handle->count * 8U; in SPDIF_TransferSendEDMA() 574 handle->nbytes = handle->count * 8U; in SPDIF_TransferReceiveEDMA() 676 (uint32_t)handle->nbytes * in SPDIF_TransferGetSendCountEDMA() 705 (uint32_t)handle->nbytes * in SPDIF_TransferGetReceiveCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/ |
| D | fsl_lpspi_edma.h | 109 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured.… member 135 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially confi… member
|
| D | fsl_lpspi_edma.c | 441 handle->nbytes = (uint8_t)transferConfigRx.minorLoopBytes; in LPSPI_MasterTransferEDMALite() 844 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_MasterTransferGetCountEDMA() 1087 handle->nbytes = (uint8_t)transferConfigRx.minorLoopBytes; in LPSPI_SlaveTransferEDMA() 1318 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_SlaveTransferGetCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/ |
| D | fsl_lpspi_edma.h | 97 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member 123 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
|
| D | fsl_lpspi_edma.c | 394 handle->nbytes = (uint8_t)transferConfigRx.minorLoopBytes; in LPSPI_MasterTransferEDMALite() 698 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_MasterTransferGetCountEDMA() 925 handle->nbytes = (uint8_t)transferConfigRx.minorLoopBytes; in LPSPI_SlaveTransferEDMA() 1137 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_SlaveTransferGetCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/ |
| D | fsl_flexio_spi_edma.c | 225 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-latest/mcux/mcux-sdk/drivers/flexio/camera/ |
| D | fsl_flexio_camera_edma.c | 180 handle->nbytes = 32; in FLEXIO_CAMERA_TransferReceiveEDMA() 239 (uint32_t)handle->nbytes * in FLEXIO_CAMERA_TransferGetReceiveCountEDMA()
|
| D | fsl_flexio_camera_edma.h | 47 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially con… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/sai/ |
| D | fsl_sai_edma.c | 481 handle->nbytes = handle->count * handle->bytesPerFrame; in SAI_TransferSendEDMA() 614 handle->nbytes = handle->count * handle->bytesPerFrame; in SAI_TransferReceiveEDMA() 1003 (uint32_t)handle->nbytes * in SAI_TransferGetSendCountEDMA() 1032 (uint32_t)handle->nbytes * in SAI_TransferGetReceiveCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/ |
| D | fsl_i2c_edma.c | 387 handle->nbytes = (uint8_t)(transfer_config.minorLoopBytes); in I2C_MasterTransferEDMAConfig() 586 (uint32_t)handle->nbytes * in I2C_MasterTransferGetCountEDMA()
|