Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Spi/src/
DSpi_Ip.c208 uint8 DisHwReq
211 static void Spi_Ip_RxDmaTcdSGConfig(uint8 Instance, uint8 TCDSGIndex, uint8 DisHwReq);
213 static void Spi_Ip_TxDmaTcdSGConfig(uint8 Instance, uint8 TCDSGIndex, uint8 DisHwReq);
667 static void Spi_Ip_TxDmaTcdSGConfig(uint8 Instance, uint8 TCDSGIndex, uint8 DisHwReq) in Spi_Ip_TxDmaTcdSGConfig() argument
701 DmaTcdList[6u].Value = DisHwReq; /* disable hardware request when major loop complete */ in Spi_Ip_TxDmaTcdSGConfig()
759 static void Spi_Ip_RxDmaTcdSGConfig(uint8 Instance, uint8 TCDSGIndex, uint8 DisHwReq) in Spi_Ip_RxDmaTcdSGConfig() argument
810 DmaTcdList[6u].Value = DisHwReq; /* disable hardware request when major loop complete */ in Spi_Ip_RxDmaTcdSGConfig()
811 …DmaTcdList[7u].Value = DisHwReq; /* Enable Major interrupt at the end of transfer sequence(meannin… in Spi_Ip_RxDmaTcdSGConfig()
824 uint8 DisHwReq in Spi_Ip_CmdDmaTcdSGConfig() argument
837 DmaTcdList[2u].Value = DisHwReq; /* disable hardware request when major loop complete */ in Spi_Ip_CmdDmaTcdSGConfig()