Searched refs:TxDMAChannel (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32ze/Uart/src/ |
| D | Linflexd_Uart_Ip.c | 981 … (void)Dma_Ip_SetLogicChannelCommand(UartUserCfg->TxDMAChannel, DMA_IP_CH_CLEAR_HARDWARE_REQUEST); in Linflexd_Uart_Ip_AbortSendingData() 1636 …DmaReturnStatus = Dma_Ip_SetLogicChannelTransferList(UartUserCfg->TxDMAChannel, DmaTransferList, L… in Linflexd_Uart_Ip_StartSendUsingDma() 1640 …DmaReturnStatus = Dma_Ip_SetLogicChannelCommand(UartUserCfg->TxDMAChannel, DMA_IP_CH_SET_HARDWARE_… in Linflexd_Uart_Ip_StartSendUsingDma() 1785 (void)Dma_Ip_GetLogicChannelStatus(UartUserCfg->TxDMAChannel, &DmaStatus); in Linflexd_Uart_Ip_CompleteSendUsingDma() 1789 … DmaReturnStatus = Dma_Ip_SetLogicChannelCommand(UartUserCfg->TxDMAChannel, DMA_IP_CH_CLEAR_ERROR); in Linflexd_Uart_Ip_CompleteSendUsingDma() 1830 …DmaReturnStatus = Dma_Ip_SetLogicChannelTransferList(UartUserCfg->TxDMAChannel, DmaTransferList, L… in Linflexd_Uart_Ip_CompleteSendUsingDma() 1837 …DmaReturnStatus = Dma_Ip_SetLogicChannelCommand(UartUserCfg->TxDMAChannel, DMA_IP_CH_SET_HARDWARE_… in Linflexd_Uart_Ip_CompleteSendUsingDma() 2244 … (void)Dma_Ip_GetLogicChannelParam(UartUserCfg->TxDMAChannel, DmaLogicChnParam, BytesRemaining); in Linflexd_Uart_Ip_GetRemainingBytes()
|
| /hal_nxp-latest/s32/drivers/s32ze/Uart/include/ |
| D | Linflexd_Uart_Ip_Types.h | 203 …uint32 TxDMAChannel; /**< @brief DMA channel number for DMA-based tx. member
|