Home
last modified time | relevance | path

Searched refs:EDMA_GetRemainingMajorLoopCount (Results 1 – 7 of 7) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpuart_edma.c297EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel); in LPUART_TransferGetReceiveCountEDMA()
315EDMA_GetRemainingMajorLoopCount(handle->txEdmaHandle->base, handle->txEdmaHandle->channel); in LPUART_TransferGetSendCountEDMA()
Dfsl_flexio_uart_edma.c306EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel); in FLEXIO_UART_TransferGetReceiveCountEDMA()
324EDMA_GetRemainingMajorLoopCount(handle->txEdmaHandle->base, handle->txEdmaHandle->channel); in FLEXIO_UART_TransferGetSendCountEDMA()
Dfsl_flexio_spi_edma.c342EDMA_GetRemainingMajorLoopCount(handle->rxHandle->base, handle->rxHandle->channel)); in FLEXIO_SPI_MasterTransferGetCountEDMA()
348EDMA_GetRemainingMajorLoopCount(handle->txHandle->base, handle->txHandle->channel)); in FLEXIO_SPI_MasterTransferGetCountEDMA()
Dfsl_lpi2c_edma.c369 … (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()
Dfsl_lpspi_edma.c579 … (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()
Dfsl_edma.h700 uint32_t EDMA_GetRemainingMajorLoopCount(DMA_Type *base, uint32_t channel);
Dfsl_edma.c387 uint32_t EDMA_GetRemainingMajorLoopCount(DMA_Type *base, uint32_t channel) in EDMA_GetRemainingMajorLoopCount() function