Home
last modified time | relevance | path

Searched refs:CmdDmaFast (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/src/
DSpi_Ip.c484 …DmaTcdList[0u].Value = (uint32)&State->PhyUnitConfig->CmdDmaFast[TCDSGIndex].DefaultData; /* src a… in Spi_Ip_TxDmaTcdSGConfig()
1929 State->PhyUnitConfig->CmdDmaFast[Count].DefaultData = FastTransferCfg[Count].DefaultData; in Spi_Ip_DmaFastConfig()
1930 …State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmd = FastTransferCfg[Count].ExternalDevice->P… in Spi_Ip_DmaFastConfig()
1931 …State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmdLast = FastTransferCfg[Count].ExternalDevic… in Spi_Ip_DmaFastConfig()
1960 … (uint32)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmd, in Spi_Ip_DmaFastConfig()
1968 … (uint32)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmdLast, in Spi_Ip_DmaFastConfig()
1978 … (uint32)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmd, in Spi_Ip_DmaFastConfig()
/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/include/
DSpi_Ip_Types.h207 … Spi_Ip_CmdDmaFastType *CmdDmaFast; /**< Point to list of PUSH command used in Dma Fast transfer */ member