Searched refs:RxDmaChannel (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/src/ |
D | Spi_Ip.c | 533 …(void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->RxDmaChannel, State->PhyUnitCo… in Spi_Ip_RxDmaTcdSGInit() 592 …(void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->RxDmaChannel, State->PhyUnitCo… in Spi_Ip_RxDmaTcdSGConfig() 827 (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->RxDmaChannel, DmaTcdList, 10u); in Spi_Ip_DmaConfig() 830 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->RxDmaChannel, DMA_IP_CH_SET_HARDWARE_REQ… in Spi_Ip_DmaConfig() 951 (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->RxDmaChannel, DmaTcdList, 1u); in Spi_Ip_DmaContinueTransfer() 954 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->RxDmaChannel, DMA_IP_CH_SET_HARDWARE_REQ… in Spi_Ip_DmaContinueTransfer() 1786 … (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->RxDmaChannel, DmaTcdList, 1u); in Spi_Ip_AsyncTransmit() 1999 …(void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->RxDmaChannel, State->PhyUnitCo… in Spi_Ip_DmaFastConfig() 2007 …(void)Dma_Ip_SetLogicChannelScatterGatherConfig(State->PhyUnitConfig->RxDmaChannel, State->PhyUnit… in Spi_Ip_DmaFastConfig() 2010 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->RxDmaChannel, DMA_IP_CH_SET_HARDWARE_REQ… in Spi_Ip_DmaFastConfig() [all …]
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/include/ |
D | Spi_Ip_Types.h | 204 uint8 RxDmaChannel; /**< Id of RX DMA channel for receive */ member
|