Searched refs:FastTransferCfg (Results 1 – 2 of 2) sorted by relevance
221 static void Spi_Ip_DmaFastConfig(uint8 Instance, const Spi_Ip_FastTransferType *FastTransferCfg, ui…1802 const Spi_Ip_FastTransferType *FastTransferCfg, in Spi_Ip_AsyncTransmitFast() argument1817 DevAssert(NULL_PTR != FastTransferCfg); in Spi_Ip_AsyncTransmitFast()1818 DevAssert(NULL_PTR != FastTransferCfg[0u].ExternalDevice); in Spi_Ip_AsyncTransmitFast()1820 Instance = FastTransferCfg[0u].ExternalDevice->Instance; in Spi_Ip_AsyncTransmitFast()1830 DevAssert(NULL_PTR != FastTransferCfg[Count].ExternalDevice); in Spi_Ip_AsyncTransmitFast()1831 DevAssert(0u != FastTransferCfg[Count].Length); in Spi_Ip_AsyncTransmitFast()1832 if (FastTransferCfg[0u].ExternalDevice->DeviceParams->FrameSize > 16u) in Spi_Ip_AsyncTransmitFast()1834 DevAssert((FastTransferCfg[Count].Length%4) == 0u); in Spi_Ip_AsyncTransmitFast()1836 else if (FastTransferCfg[0u].ExternalDevice->DeviceParams->FrameSize > 8u) in Spi_Ip_AsyncTransmitFast()[all …]
251 const Spi_Ip_FastTransferType *FastTransferCfg,