Searched refs:EDMA_GetRemainingMajorLoopCount (Results 1 – 7 of 7) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_lpuart_edma.c | 297 … EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel); in LPUART_TransferGetReceiveCountEDMA() 315 … EDMA_GetRemainingMajorLoopCount(handle->txEdmaHandle->base, handle->txEdmaHandle->channel); in LPUART_TransferGetSendCountEDMA()
|
| D | fsl_flexio_uart_edma.c | 306 … EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel); in FLEXIO_UART_TransferGetReceiveCountEDMA() 324 … EDMA_GetRemainingMajorLoopCount(handle->txEdmaHandle->base, handle->txEdmaHandle->channel); in FLEXIO_UART_TransferGetSendCountEDMA()
|
| D | fsl_flexio_spi_edma.c | 342 … EDMA_GetRemainingMajorLoopCount(handle->rxHandle->base, handle->rxHandle->channel)); in FLEXIO_SPI_MasterTransferGetCountEDMA() 348 … EDMA_GetRemainingMajorLoopCount(handle->txHandle->base, handle->txHandle->channel)); in FLEXIO_SPI_MasterTransferGetCountEDMA()
|
| D | fsl_lpi2c_edma.c | 369 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->tx->base, handle->tx->channel); in LPI2C_MasterTransferGetCountEDMA() 374 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
|
| D | fsl_lpspi_edma.c | 579 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_MasterTransferGetCountEDMA() 1000 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_SlaveTransferGetCountEDMA()
|
| D | fsl_edma.h | 700 uint32_t EDMA_GetRemainingMajorLoopCount(DMA_Type *base, uint32_t channel);
|
| D | fsl_edma.c | 387 uint32_t EDMA_GetRemainingMajorLoopCount(DMA_Type *base, uint32_t channel) in EDMA_GetRemainingMajorLoopCount() function
|