Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpuart_edma.c200 handle->nbytes = sizeof(uint8_t); in LPUART_SendEDMA()
241 handle->nbytes = sizeof(uint8_t); in LPUART_ReceiveEDMA()
296 (uint32_t)handle->nbytes * in LPUART_TransferGetReceiveCountEDMA()
314 (uint32_t)handle->nbytes * in LPUART_TransferGetSendCountEDMA()
Dfsl_flexio_uart_edma.c205 handle->nbytes = sizeof(uint8_t); in FLEXIO_UART_TransferSendEDMA()
250 handle->nbytes = sizeof(uint8_t); in FLEXIO_UART_TransferReceiveEDMA()
305 (uint32_t)handle->nbytes * in FLEXIO_UART_TransferGetReceiveCountEDMA()
323 (uint32_t)handle->nbytes * in FLEXIO_UART_TransferGetSendCountEDMA()
Dfsl_lpi2c_edma.c260 handle->nbytes = transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA()
290 handle->nbytes = transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA()
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()
Dfsl_lpspi_edma.h92 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
118 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
Dfsl_flexio_spi_edma.c192 handle->nbytes = xferConfig.minorLoopBytes; in FLEXIO_SPI_EDMAConfig()
341 (uint32_t)handle->nbytes * in FLEXIO_SPI_MasterTransferGetCountEDMA()
347 (uint32_t)handle->nbytes * in FLEXIO_SPI_MasterTransferGetCountEDMA()
Dfsl_lpspi_edma.c340 handle->nbytes = transferConfigRx.minorLoopBytes; in LPSPI_MasterTransferEDMA()
579 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_MasterTransferGetCountEDMA()
791 handle->nbytes = transferConfigRx.minorLoopBytes; in LPSPI_SlaveTransferEDMA()
1000 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_lpi2c_edma.h50 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
Dfsl_lpuart_edma.h45 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
Dfsl_flexio_uart_edma.h46 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
Dfsl_flexio_spi_edma.h45 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially… member